Pages

Wednesday, February 6, 2013

EASY STEPS ON HOW TO MAKE A VIRUS

Funny Fake Virus

SOURCE CODE:

Follow the following steps


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
 

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"
 

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 .(eg, your name or any name.bat)
 
WARNING: AM NOT RESPONSIBLE FOR ANY DAMAGE OCCURED
 
 

No comments:

Post a Comment

 

Sample text

Sample Text

Sample Text

 
Blogger Templates