There is a code in VBS 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: 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: xxx.vbs(where xxx:any name)
- Now once you double click the saved file,your Cd-Rom drive will open whenever it is closed!
2 comments:
dude your code worked but my cd-rom wont close now...what do i do to make it close now? please help...
just go to ctrl alt delete and end process wscript.exe. then delete file if ur suspicious.
Post a Comment