Tuesday, April 3, 2012

HOW TO HACK CD-ROM (OPEN AUTOMATICALLY)!!!!

Hi friends........
Today we are going to share a awesome trick which will make you a HACKER!!!! Now suppose, if you have gone to a friend`s home and you want to show him your guts then you can 
this trick too....So, here we go:

  • Open Notepad.
  • Paste the following code on to it:

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
 

  • Now save it as <Yourname>.vbs .
  • Now double click it and see the magic.
  • If you want to stop it then go to Task Manager>Processes and right click wscript.exe>End Process

Now go and show your friends that your are a real hacker..
HAVE A TRICKY DAY!!!!!

No comments:

Post a Comment