Thursday 11 May 2017

Dancing Keyboard LED Trick


 This is one of the cool but a variety trick
For this open notepad and type the following code








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


Now save it as anything.vbs eg: Play.vbs . Now Double click on that script and see how it works 

No comments:

Post a Comment