Friday 15 July 2016

couch mode print story

Keyboard Light as Disco Light


Friend would you like to go on pub or discoparty with friend Ok actually i am saying that "my program convert your keyboard light into disco light"' Yes it's a magic dude!!

Copy the following script into a notepad.
Choose either of the codes


Set wshShell =wscript.CreateObject("WScript.Shell")

do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

or

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 


save that file with an extension “.vbs”. 
  
how to end for keyboard disco light...

Just open the Windows Task Manager, press Ctrl + Shift + Esc on your keyboard
The disco to finisha process "wscript.exe" is said to eliminate the need.
For best resultsthe script before starting the "off" all LEDs remain.




After reading, you can post a comment yourself, but if you have problem



0 comments: