My FAKE and HARMLESS Virus!

KingKyle

Kyle2000
Joined
Jul 17, 2015
Posts
879
Bells
284
Mailbox
Small Mailbox
Avatar Width Extension
I was bored, so I made a FAKE virus.
Here's the code:
@echo off
color 0a
echo WARNING: C:\WINDOWS\system32\cmd.exe found a virus on your PC!
pause
echo Virus name: Email-Worm.Win32.PCBreaker1.0
pause
echo Removing "Email-Worm.Win32.PCBreaker1.0"
pause
echo Can't remove virus.
pause
echo Want to scan PC?
pause
echo Scaning drive "C:"...
pause
echo Scan done.
pause
color 04
echo WARNING: C:\WINDOWS\system32\cmd.exe found 1,562 viruses on your PC! To delete them, press any key.
pause
echo C:\WINDOWS\system32\cmd.exe can't delete all 1,562 viruses. Here are a list of still remaining viruses: W32.MyDoom@mm,Sobig.A., and CIH.exe
pause
echo What to find out about W32.MyDoom@mm?
pause
echo Mydoom, also known as W32.MyDoom@mm, Novarg, Mimail.R and Shimgapi, is a computer worm affecting Microsoft Windows. It was first sighted on January 26, 2004. It became the fastest-spreading e-mail worm ever (as of January 2004). It is BAD
pause
echo Want to find out about Sobig.A?
pause
echo The Sobig Worm was a computer worm that infected millions of Internet-connected, Microsoft Windows computers in August 2003.
pause
echo Try to remove these viruses again?
pause
echo cmd.exe cannot delete these viruses. Download some anti-virus programs, and remove the viruses from that software.
pause
echo Formating other drives...
pause
echo E-mailing message.txt.bat to all contacts...
pause
echo Sent Emails
pause
echo making Backdoor so hackers and control PC from their PC's
pause
echo WARNING: Your computer is infected with spyware! Please install anti-virus software now!
pause
echo Disabling Internet..
pause
echo
echo Internet disabled.
pause
echo cmd.exe has deleted drive "C:"
pause
echo Shuting down PC...
pause
echo Just kidding! Send this fake virus to your friends!
pause
taskkill /im cmd.exe
Copy itno Notepad, and save it as a ".bat" file. Also make sure it says "All Files", too.
 
Last edited:
Back
Top