Fake Computer Virus!

 by Goalie1
a.jpg
Alright, I will be showing you a code that you can copy and paste into notepad to be a fake virus.
NOTE: Please do not change the code or anything. I am not responsible for anything if that happens!!
I will explain every part of this code to ensure your computer's safety!!:)

Step 1: Notepad

a.jpg
What you need for this instructable is
1. Notepad (or basic text application)
2. Hands (You don't even need two!!)

Step 2: The actual code

a.jpg

This code is to be copy and paster into the notepad program.
Please do not alter it!!

@ECHO OFF
title TROJAN!!
ECHO/VIRUS DETECTED!!!
:a
ECHO/CLEAN VIRUS?
choice
IF ERRORLEVEL 2 goto a
IF NOT ERRORLEVEL 1 ECHO/ CLEANING!!
ECHO/ONE MOMENT....
PING 1.1.1.1 -n 1 -w 6000 >NUL
ECHO/Trojan quarantined
ECHO/Deleting
PING 1.1.1.1 -n 1 -w 600 >NUL
ECHO/Taking over the computer!!
PING 1.1.1.1 -n 1 -w 600 >NUL
ECHO/Starting to erase data banks!!
PING 1.1.1.1 -n 1 -w 600 >NUL
ECHO/Shutting down computer!!
shutdown -s -t 60



Now, this is a mouthful. I will explain it in teh next step.

Step 3: Explanation

a.jpg
All of the ECHO's are just instructing the computer to say something.
The choice is telling the computer to give you a y or n choice.
The ping is a time delay
the shutdown at the end tells the computer to shut down.

To avert the shutdown go to commandprompt and type shutdown -a

Step 4: Picture of what the code does

Capture.JPG
This is a picture of what the code does.

Step 5: Finished

a.jpg
You are now finished with the code, this will make many people frusterated or angry!! Have fun!! 
fabsy333 says: Jun 13, 2011. 4:30 PM
how do you make that batch file that says: 1010110101010101001010110101101011011????????
~KnexBuild~ in reply to fabsy333Nov 12, 2011. 1:35 AM
I think that is binary code.
Goalie1 (author) says: Dec 28, 2010. 9:39 AM
If this instructable needs something that isn't here, please tell me or give me any hints to make this better!!
JakeTobak in reply to Goalie1Dec 28, 2010. 2:18 PM
If you want a better explanation for the ping part. The "-n 1" is telling it to only try pinging once, instead of the default 4, and the "-w 600" is telling it to wait 600ms before deciding that an address is unreachable and timing out. 1.1.1.1 will be unreachable so it will keep going for as long as you tell it to wait before giving up.
Goalie1 (author) in reply to JakeTobakDec 29, 2010. 5:43 AM
Wow. You are very smart. I didn't exactly know what all of that did until now. I knew it was safe and was a timer but not all that. I might have a few questions for you later on.
DJ Radio in reply to Goalie1Dec 28, 2010. 10:27 AM
Pictures of what the code actually does.
Goalie1 (author) in reply to DJ RadioDec 28, 2010. 11:21 AM
Thank you for your input, ill get right on that.
Pro

Get More Out of Instructables

Already have an Account?

close

PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format. You also have the ability to customize your PDF download.

Upgrade to Pro today!