Make a Fake Shutdown Virus
This is a batch file. It won't harm a computer in any way, and will just shut the computer down, while printing some scary messages.
Contents
Steps
- Open notepad/new text document.
- In note pad, copy in the following code:
-
@echo off -
COLOR 02 -
echo ************************************************* -
echo VIRUS FOUND -
echo *********** -
echo VIRUS DELETING CRITICAL SYSTEM FILES -
echo ************************************ -
echo ROOTKIT FOUND -
echo ************* -
echo ROOTKIT INFECTING -
echo ***************** -
echo PERSONAL INFORMATION BEING STOLEN -
echo ********************************* -
echo ALLOWING VIRUS TO BOOT FROM STARTUP -
echo ***********************************{ -
echo TROJAN VIRUS FOUND -
echo ****************** -
echo TROJAN VIRUS STEALING PASSWORDS/RESETTING PASSWORDS -
echo ************************************************** -
timeout /T 20 /nobreak -
shutdown -s -t 5 -c "Personal Information Stolen, Critical System Files Corrupted,Hardware Deletion"
-
- Save as anything.bat
Tips
- If you are going to do this to someone's computer, remember they should probably know a little about computers, and they should have a sense of humor!
- If you know batch file scripting, then feel free to change this code however you want, so it can be the way you want it.
Warnings
- Use at your own risk!
- Do not get caught!
- This can be illegal!
- For educational purposes only!
Related Articles
- Make a Fake Mac Virus
- Create a Fake and Harmless Virus
- Create a Realistic Looking but Fake Virus
- Get Rid of a Fake Anti Virus Program (Scareware)