window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-54090852-1', { 'optimize_id': 'GTM-M3QPGKQ'}); Punch B Tech: Keyboard LED Dance

Saturday, November 30, 2013

Keyboard LED Dance

Keyboard LED Dance trick

punchbtech



Open notepad and type the code given below.

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

Save the file with .vbs extension and close it. When you re-open the file you will see your keyboard LEDs dancing.

No comments: