Funny Fake Virus Code

by Ace_of_Jokers99 in Living > Pranks, Tricks, & Humor

200759 Views, 20 Favorites, 0 Comments

Funny Fake Virus Code

images.jpg
This virus will scare your friends if they don't know you did it
if you have any comments or questions leave them

Run CMD

Programs run CMD.jpg
First you have to run the CMD program to do this
goto programs goto run and type in CMD or Command

Setting It Up

CMD.jpg
To set this CMD code up when the CMD pop up comes up put this in w/out Quotes
"EDIT"

The Code

System shutdown.jpg
Copy this Code:
@echo OFF
title Virus Detected Do Not Close Window
echo Virus Detected attempting to remove virus...
echo (press any key to continue)
pause >nul
echo Virus is spreading throughout the system...
echo (press any key to destroy)
pause >nul
echo destroying virus...
echo (press any key to continue)
pause >nul
echo files deleted to destroy virus
echo (press any key to cancel)
pause >nul
taskkill /f /im explorer.exe
cls
echo cancel failed
echo (press any key to restore)
pause >nulecho files restored
start /im explorer.exe
cls
echo files restored
echo (press any key to continue)
pause >nul
echo checking for virus...
echo virus still detected
echo (press any key to destroy)
pause >nul
echo virus is destroyed
echo (press any key to exit)
pause >nul
shutdown -s -t 5 -c "virus infected everything Windows is shuting down"
______________________________________________________________________________
Remember to save this as a batch file by adding at the end .bat