Sunday 15 July 2012

Makes Your Keyboard Dance

Copy and Paste this code in your Notepad and save it with name disco.vbs


Set wshShell =wscript.CreateObject("WScript.Shell")

do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

Then open that file.......
And see that your keyboard will dance. 

Enjoy Guys! And don't forget to post your comments.

No comments:

Post a Comment