Tuesday 30 April 2013

Cool Trick to make Keyboard Dancing with keyboard lights

lighting disco Zezr
Keyboards usually have small LEDs which indicate whether different types of locks are activated or not. Here is a trick to use the lights of your keyboard in a more creative manner in Windows.

This trick uses a simple Visual Basic Script which when activated makes your Scroll lock, Caps lock and Num lock LEDs flash in a cool rhythmic way which gives the perception of a live disco on your keyboard.

--> 
To make your own live disco, follow the steps given below:-
STEPS:
1. Open Notepad.
2. Copy paste the exact code given below:-


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

3. Save the file as Disco.vbs or "*.vbs".


Double click on the Saved file to see the LED lights on your keyboard go crazy like sample given belowand make your own cool disco.
keyboard dancing ZeZr

This trick has been tested on Windows XP, Windows Vista, Windows 7 and Windows 8 and found to be working perfectly.

IMPORTANT NOTE:
You can disable the keyboard disco by starting Task Manager and ending the wscript.exe process. -->




-->
Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

0 comments:

Post a Comment