Tuesday, 22 February 2011
Make Your Keyboard Lights Do DISCO !!!
Submitted By S.Saravana Meikkannan On 22nd February,2011
Howdy Friends!
This trick just makes your keyboard lights go crazy and do disco. LoL.
The script I’m sharing with you, when executed makes your Caps, Num and Scroll Lock’s light flash in a cool rhythmic way!
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
2.This one makes it looks like a chain of light….
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 200
wshshell.sendkeys “{CAPSLOCK}”
wscript.sleep 100
wshshell.sendkeys “{NUMLOCK}”
wscript.sleep 50
wshshell.sendkeys “{SCROLLLOCK}”
loop
Instructions:
*paste any of the two above codes in notepad
*Save as “AnyFileName”.vbs
*Run the file
*To stop, launch task manager and then under “Processes” end “wscript.exe”
I hope u would like it.. Plz Pass Commemts...
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