Feeds

Tuesday, March 30, 2010

Keyboard Disco

These codes when executed makes your Caps,Num,Scroll lock keys flash continously

  • Copy the code given below in notepad .
  • Save as Disco.vbs
  • Run the file.
  • To stop, launch task manager and then end the process 'wscript.exe' under processes tab.


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

do

wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...