Saturday, December 8, 2012

How To Hack a Cd-Rom Drive

Posted by Unknown On 2:24 AM No comments

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! You can combine this trick with the hidding a file into jpg trick, in order to send the file to a friend and mess with his cd-rom drive!

View the original article here

0 comments:

Post a Comment

Unordered List

  • RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube