Saturday, May 2, 2009

How to 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 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
Tips
· You can make the virus look convincing by changing its name and Icon.
o 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.
· To stop the batch (the fake virus) from running, use the task manager or with vista, press the "x" button.

No comments: