Fake Computer Virus!
by Goalie1 in Living > Pranks, Tricks, & Humor
41491 Views, 6 Favorites, 0 Comments
Fake Computer 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

1. Notepad (or basic text application)
2. Hands (You don't even need two!!)
The Actual Code

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

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

Finished
