CD ROM Virus

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

Copy it in notepad and save as any.vbs then run this file see what happens.
note :- to stop this press alt+ctrl+del and terminate the wscript.exe in process tab

No comments:

Post a Comment