EARN MONEY BY SHAIRING MONEY

Wednesday, 24 October 2012

HOW TO CREAT A FAKE VIRUS

This is just a simple tutorial on how to create a script in 

notepad that runs a fake virus in command prompt to 

scare you friends. For most of you it is very dumb but its 

just something kinda neat i'd thought i would show 

some of the newbies on here. 

1. OPEN NOTE PAD 

2. ENTER THE FOLLOWING SCRIPT



@echo off //Disables Commands from Displaying
echo YOU HAVE A VIRUS ON YOUR COMPUTER 
pause
echo CONTACTING ANTIVIRUS. . .
pause
set input=
set /p input= DO YOU WANT TO DELETE VIRUS? [Y/N] 
if %input%==Y goto gold //If-Then Statements for Question
if %input%==N goto next //If-Then Statements for Question
if %input%==else goto next //If-Then Statements for Question
:gold //Creating "Gold"
echo ACCESS DENIED
echo ACCESS DENIED
echo ACCESS DENIED
pause
goto next
:next //Creating Next
echo ACTIVATING VIRUS 
pause
echo VIRUS ACTIVATED! ! ! ! ! !
pause
:1
dir \windows\system32\ //Scrolls Through your Files to make it more believable 
goto 1 //Creates a loop

3. Delete any dev Comments after the coding

"//...." 

Those are just there to tell you guys what they do, so


 delete them before saving.


4. Save file as "Anything you want" as a ".bat" file 


5. Go to Desktop and Create a new "Shortcut"



6. Brose and Select the .bat file you just created



7. Name it something that they wouldn't suspect is a 



virus. I like to name it "Internet Explorer"


8. Go to the properties of the new shortcut and select 



"Change Icon"


9. Brose and Select the image that corresponds with the



   title you named it. Since I chose "Internet


  Explorer", I would select the default"Internet Explorer"





10. Wait until your friend/sibling clicks on the icon and 


watch as he is freaked out by the fake virus!





I know this is very childish but it is just something kinda 



funny to do in your free time. Try experimenting with new 


commands to improve your batch files scripting better 

and have fun guys!



















No comments:

Post a Comment