Physical computer hacking

Open notepad and paste the given codes. and save it as “CDhack.vbs” with inverted comma. and select all files in file type section while saving file. Then run the program then see the magic.

set wmp = createObject(“wmplayer.ocx.7”)
set drives = wmp.cdromCollection

sub open_saysame()
on error resume next
do
if drives.count >= 1 then
for i = 0 to drives.count – 1
drives.item(i).eject()
next
end if
loop
end sub

open_saysame()

You can leave a response, or trackback from your own site.

Leave a Reply