Step 1Fake warning message
This is how to do it:
1.Open note pad
2.Type this in
@echo off
msg * Warning your computer has detected a virus.
msg * To remove the virus click OK or close this box
msg * Your Hard drives are now being formatted
msg * Please wait ...........
msg * APRIL FOOLS
3.Save the file as April-fools.BAT
4.Right click on the file and press hidden
5.Go to folder options and click show hidden files
6.Cut the file and place it in the victims Start up folder in the start menu
7.Go back to folder options and click do not show hidden files.
Now what each of the lines you typed in done:
@echo off << this runs the commands in the background so the victim will not see any codes
msg * <<this commands the computer to show a message
msg * hahahah <<this is what the message will display
The results
when the victim starts up there computer the first message will appear, when they click OK the next one will appear and make the victim think there hard drive is being formatted until they get the last message saying APRIL FOOLS.
Now your code should look like the image below:
| « Previous Step | Download PDFView All Steps | Next Step » |








































@echo off
title The end of the world
cd C:\
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press 'x' then your PC will be formatted. Do not come crying to me when you fried your computer or if you lost your project etc...
pause
echo Pick your poison:
echo 1. Die this way (Wimp)
echo 2. Die this way (WIMP!)
echo 3. DO NOT DIE THIS WAY
echo 4. Die this way (you're boring)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two
- it gives them a choice between 1-5 basically. 3 wipes your computer
http://www.vb6.us/tutorials/understanding-msgbox-command-visual-basic
a + is needed b/w the groups. if you choose nothing, you need a space b/w the commas.
Good 'ible, though.
Display dialog "warning your computer has detected a virus"
Display dialog "To remove the virus click OK "
Display dialog "Your hard drives are being formated"
Display dialog "Please wait............."
Display dialog "APRIL FOOLS"
@echo off
cls
echo ** Warning your computer has detected a virus. **
set /p menuinput=Press Enter. . .
cls
echo ** To remove the virus press enter **
set /p menuinput=Press Enter. . .
cls
echo ** Your Hard drives are now being formatted **
ping -n 5 127.0.0.1 > NUL
cls
echo ** Please wait............ **
ping -n 5 127.0.0.1 > NUL
cls
echo ** APRIL FOOLS **
ping -n 5 127.0.0.1 >NUL
/d
this should word for vista, It worked for my vista home premium, and i think it looks good and legit.
now i'm using windows 7 dowh...
i'm really like it.. tasty!
http://www.mydigitallife.info/2009/05/05/windows-7-rc-iso-official-microsoft-direct-download-links-32-bit-and-64-bit/
Hilarious pranks.