Skip to main content

DANCING KEYBOARD LIGHTS


As we know  keyboards having 3 LEDs 
1. NUM LOCK
2.KAPS LOCK
3.SCROLL LOCK
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 locks LED's flash in a cool rhythmic way which gives the perception of a live disco on your keyboard.


MAKE THE DISCO WITH 3 SIMPLE STEPS
  • Open Notepad
  • Paste The below Code 

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

  •  Save file as dance.vbs or   *.vbs
Double click on the Saved file to see the magic
How to stop the disco
1. Open task manager(cntrl+Shift+Esc)
2.process Tab
3.select wscript.exe
4. End Process

Comments

  1. Dancing Keyboard Lights >>>>> Download Now

    >>>>> Download Full

    Dancing Keyboard Lights >>>>> Download LINK

    >>>>> Download Now

    Dancing Keyboard Lights >>>>> Download Full

    >>>>> Download LINK au

    ReplyDelete

Post a Comment

Popular posts from this blog

FREE DOWNLOAD "Easy YouTube Video Downloader 5.6"

Easy YouTube Video Downloader 5.6 Add-on to quickly and easily download videos from YouTube to your computer. Adds button to download YouTube videos in FLV, MP3, AAC, MP4 and 720p HD and 1080p. 3GP format coming soon. Full-HD qualities.

SEMINAR REPORT ON INTELLIGENT SOFTWARE AGENT

ABSTRACT Intelligent software agents are one of the rapidly developing areas of research. They find a wide range of applications. These agents can be defined in a number of ways depending on their application; in general they may be defined as, “ An agent is a software thing that knows how to do things that we could probably do ourselves if we had the time.”

ROTATE IMAGES ON THE WEBSITES

Java scripts to rotate the images in any websites. 1. goto any website(eg: www.facebook.com )  then COPY AND PASTE THE FOLLOWING CODE IN THE BROWSER ADDRESS BAR AND SEE THE MAGIC (do it in the address bar of current tab) NOTE: ENABLE JAVASCRIPTS ON THE BROWSER(for Mozilla firefox--> edit\preferences\Enable javascripts)