Sunday 8 December 2013

Dancing Keyboard Led


In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.

    1. Open Notepad and copy below codes into it.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
    2. Then save this file as dance.vbs (name can be anything but .vbs is must)
    3. Open your save file and see your keyboard led blinking like disco lights.

7 comments:

  1. Replies
    1. For stopping it..
      1. Open Task Manager
      2. In PROCESS tab.. search for wscript.exe or cscript.exe
      3. Stop the process.

      Delete
  2. Plz tEll me HOw dOEs it StOP ..

    ReplyDelete
  3. For stopping the script..
    1. Open Task Manager
    2. In PROCESS tab.. search for wscript.exe or cscript.exe
    3. Stop the process.

    ReplyDelete
  4. agr task managr open na ho rha ho tooo.
    Virus ke wja se Then!!!!!

    ReplyDelete