Wednesday, September 29, 2010

Small virus!!!! [educational purpose only]

**A SMALL VIRUS JUST FOR EDUCATIONAL PURPOSE ONLY**


copy the code into notepad and save it as something.vbs

Code:
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If
if u run this u r cd-rom will automatically open and close
to stop this go to taskmanager-process-wscript.exe-and end the process .

No comments:

Post a Comment