In a text file copy and paste the text below and save it as disco.vbs
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
Now run the script and see what happens to your keyboard.
To end the script go to Task Manager and end the wscript.exe process.
Advertisement