This is a very simple trick that turn your keyboard running lights to a crazy disco lights
After working on this script your Caps, Num and Scroll Lock’s light flash in a cool rhythmic way!
Let's start this magic....
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
open your Notepad and type this command or simply just copy this code and paste in your Notepad, go to file menu and save this file with " Disco.vbs " name and close this file now open this file again and let's see whats happen !!!! OH really Keyboard lights are running amazing ..... You can also increase or decrease the speed of lights by changing the value mentioned above i.e. 100 ( wscript.sleep 100 )
To stop this disco , launch task manager (Ctrl+Alt+Delete) and then under “Processes” end “wscript.exe”
Thanks for Visiting my blog ...

No comments:
Post a Comment