Ressacca

Using keyboard LED's as disco lights

This is a funny trick to amuse your friends. It doesn't require any programming and will make you keyboard LED's blink as if they are disco lights. The method require VB scripts and the lights will keep blinking unless you stop them. This really looks awesome in dark.

You can even check our post on 'Using keyboard LED's to show networking activity'





How to-

  1. Open notepad.
  2. Copy and paste the code below into the notepad.
  3. Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{CAPSLOCK}"
    wshshell.sendkeys "{NUMLOCK}"
    wshshell.sendkeys "{SCROLLLOCK}"
    loop
  4. Save it with the name disco.vbs.
  5. Double click the vbs file and see the magic.
  6. To stop the disco lights, Go to the task manager.
  7. Locate wscript.exe in the process list and click on 'End Process'.

                                                      





Leave a Reply