Some computer prank
Repeat messages to annoy the user
:Begin
msg * Hi
msg * What are You Doing?
msg * Having Fun!
msg * Lets have it together!
msg * Because you been hacked
GOTO BEGIN
And save as anything.bat
Shut Down The Computer after Displaying a
Message
@echo off
msg * Get Some Rest.
shutdown -c “Errorrrrr . Byeeeeee” -s
And save as anything.bat
. Just Scare Your Friend , No Harm
Copy the below code in notepad and save as
anything.bat
Code:
@echo off
echo OMFG YOU GOT A VIRUS.
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
echo It will now begin to delete your files.
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
echo Do you want to abort the deletion of your files?
pause
echo Wow you really fell for that. Pressing a key made
the virus delete your account.
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
echo deleting.......
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
echo YOU'VE BEEN FOOLED. THERE IS NO VIRUS. YOU'RE
JUST A N00B.
pause
. Restarting The Computer
When you get a chance, Right-click your victim’s icon
to Internet Explorer or some other commonly used program. Edit the properties
and change the target to: “%windir%\system32\shutdown.exe -r -t 00″ Now, every
time your buddy tries to run IE, his machine will mysteriously restart
Comments
Post a Comment