Funny Fake Virus
Posted by Unknown on 15:31 with No comments
FUNNY FAKE VIRUS
This virus will scare your friends if they don't know you did it
if you have any comments or questions leave them
if you have any comments or questions leave them
Step 1: Run CMD
First you have to run the CMD program to do this
goto programs goto run and type in CMD or Command
goto programs goto run and type in CMD or Command
Step 2: Setting it up
To set this CMD code up when the CMD pop up comes up put this in w/out Quotes
"EDIT"
"EDIT"
Step 3: The Code
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
@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
Categories: Virus
0 comments:
Post a Comment