Tuesday, 7 January 2014

Hello guys. For the first time, I am telling you about a trick instead of giving a download of a paid software. I think this trick is awesome and must share it. It is about making your keyboard lights flicker(on and off) in a pattern and appear like disco lights.

STEPS -

1) Copy and paste this code in notepad -
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys"{NUMLOCK}"
wshshell.sendkeys"{SCROLLLOCK}"
wshshell.sendkeys"{CAPSLOCK}"
loop


2) Save the file with ".vbs" extension. (you know how to do that)

3) Run the program.


STEPS TO END THIS PROGRAM

1) Press ctrl+shift+escape to open task manager.
2) Click on "processes" tab.
3) Now end the process named [your program name]


HAVE A NICE DAY. FOLLOW MY BLOG FOR MORE SOFTWARES AND TRICKS

3 comments:

Related Posts Plugin for WordPress, Blogger...