How to Hack A CD-ROM Drive
There is the Code which helps you to hack, and open the tray of a CD-ROM drive whenever it remains closed in few steps:
Open a notepad and paste the following Code:
Code
do
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
loop
Save the code as: *.vbs (i.e. hack.vbs)
Now once you double click the saved file, your CD-ROM drive will open whenever it is closed!
Now if want to stop the process, You’ll have to press right click on Status bar, then go to Task Manager>Processes and press End Process the *.vbs process which you made (i.e. hack.vbs).
No comments:
Post a Comment