Quote:
Originally Posted by bunzabha
Noob Virus restart computer
|
***** NOT a virus just a prank..its a simple batch command line
Code:
@echo off <--turns echo off so it doesnt return any string to the command prompt
:hack <--a label or (position) to jump to
echo Trojan Virus uploading... <---returns this string in the window
msg * Trojan file hidden <---random gayness
msg * Virus activated <---random gayness
msg * YOUR ANTIVIRUS HAS FOUND A VIRUS ON YOUR COMPUTER!!! <---random gayness
msg * CLICK OK TO REMOVE! <---random gayness
goto hack <-- jump back to the label titled :hack which ironically starts the process all over again.
Open TaskManager close out wowexec.exe if its running or nvtdm.exe or cmd.exe which ever way it decided to open and its shut..ended done..
PWND