Friday, January 1, 2010

Make a Funny Prank Virus

http://gvsnetworks.com/Images/virus-alert.gif

This is a totally harmless prank virus to pull on a friend or someone.

Steps

  1. Open notepad
  2. Type the following code in:

    @echo off
    echo VIRUS DETECTED
    pause
    echo DELETING VIRUS
    pause
    :1
    dir /s
    goto 1

    This will create a never ending stream of mindless code. This cannot be stopped easily.
  3. Save the file as "virus.bat"
  4. Have fun

0 comments: