Get free solutions for computer Problems
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!
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!
0 comments to "How To Hack a Cd-Rom Drive"
Live Match Score
Disclaimer
WARNING: I am teaching for Education Purpose Only. I am not responsible for Illegal use of these tricks.
I AM NOT RESPONCIBLE FOR ANY DAMAGE OF YOUR SYSTEM AND ILLEGAL USE OF THE TRICKS.
Note : Better to backup your Registry before using Registry tricks
All information here are collected from various web resources. We are willing to remove Links if copyright owner objects.
If you found any content that is offensive,
Please mail to atozsongs4u@gmail.com and the
content will be removed.
Thank You.
By
Administrator,
@Pc Solutions
I AM NOT RESPONCIBLE FOR ANY DAMAGE OF YOUR SYSTEM AND ILLEGAL USE OF THE TRICKS.
Note : Better to backup your Registry before using Registry tricks
All information here are collected from various web resources. We are willing to remove Links if copyright owner objects.
If you found any content that is offensive,
Please mail to atozsongs4u@gmail.com and the
content will be removed.
Thank You.
By
Administrator,
@Pc Solutions
Post a Comment