Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
CD-ROM VIRUS - Other Code Bank
CD-ROM VIRUS
By using this code you can easily continuosly open CD-ROM of laptop system ,after clicking on file.
SAVE THE FILE WITH NAME "CD ROM" .vbs
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
Comments
Sorry but there are no comments to display