Pages

Braniac Bhai Headline Animator

Search This Blog

Jun 1, 2011

How to Hack A CD-ROM Drive



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).

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!

Various Anti-Viruses should terminated for the cause of violation, unknown adware or maybe malware.

Do it in your own Risk!!!

No comments: