Skip to playerSkip to main content
  • 10 years ago
Code for Disco Keyboard :

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Be the first to comment
Add your comment

Recommended