Hello friends…….Today I will tell you how to Flash Light On Your KeyBoard like a piano….
I have tried it...It’s FuN smile…………….
TRICK Starts Here:-
1.Paste any of the two below codes in notepad
2.Save as "AnyFileName".vbs
3.Run the file
4.To stop, launch task manager and then under "Processes" end wscript.exe
2.Save as "AnyFileName".vbs
3.Run the file
4.To stop, launch task manager and then under "Processes" end wscript.exe
1) This piece of code makes ur keyboard a live disco...
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2) This one makes it looks like a chain of light....
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop
0 comments:
Post a Comment