How to Hack Lights on Keyboard | Led Bulb Switching | Notepad Trick
https://globalfair.blogspot.com/2015/05/how-to-hack-lights-on-keyboard-led-bulb-switching-notepad-tricks.html
How to Hack Lights on Keyboard The Dancing Lights Notepad Tricks
Hack the lights of CapsLock, NumLock and ScrollLock is become very simple. They will be turn on and turn off automatically due to our script, so you have to enter the code file that is sends a signal that these buttons are pressing on Keyboard.
- First Thing to do Open Notepad.
- When You Open the Notepad then Copy this code into Notepad
------------------------
MsgBox "See on KeyBoard"
set wshShell = wscript.CreateObject("wscript.shell")
wscript.Createobject("WScript.Shell")
do
wscript.sleep 100
wshShell.sendkeys"{NUMLOCK}"
wshShell.sendkeys"{CAPSLOCK}"
wshShell.sendkeys"{SCROLLLOCK}"
loop
------------------------
After Copying that script now you save the document .vbs extension Make sure that the "Save as type:"
box is set to All types (*.*).
After these Now press Save.
A file save double click and enjoy