Do you want to turn your keyboard into a Cool Disco light keyboard and impress your friends with your computer Skills?
If so, then read on and learn how a simple usual keyboard can be transformed into a geeky randomly blinking lights gadget. It is a very simple trick which involves only a few simple lines of code. Don't worry, there is absolutely no need of coding knowledge or extra hassle cause you will only use the traditional copy paste trick and leave the rest of mess to us.
Just follow these simple instructions and show off to everyone with your cool disco light keyboard:
Step 1: Open a text file Right click on desktop and select "Text Document" from "New" tab.
Step 2: Copy the code below and paste it into that text document that you just created.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

No comments:
Post a Comment