Tricks to make a funny prank viruse.
Monday, July 6, 2009
Leave a Comment
Steps
- Open notepad
- 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. - Save the file as "virus.bat"
- Have fun
To stop the batch (the fake virus) from running, press Ctrl+C. Alternatively use the task manager or with vista, press the "x" button.
0 comments »
Leave your response!