Fake Computer Virus!

by Goalie1 in Living > Pranks, Tricks, & Humor

41289 Views, 6 Favorites, 0 Comments

Fake Computer Virus!

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!!:)

Notepad

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

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.

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

Picture of What the Code Does

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

Finished

a.jpg
You are now finished with the code, this will make many people frusterated or angry!! Have fun!!