Hack Code that ejects and closes the CD Rom | Virus

Here's an interesting Hack Code that ejects and closes the CD Rom frequently.
Just copy the code below to notepad and save it as .vbs for ex: code.vbs
Now run the saved file and see what happen..

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


Isn't Amazing!!!
Now to quit it, go to task manager[press ctrl + alt + del ], goto process and close WScript.exe

0 comments:

Post a Comment