Keyboard - Disco & Chain v7.0 (Pre-released)

By sagargulati on Apr 27, 2012

#####################################
Keyboard Light Looks Like Disco & Chain Light
#####################################
Version 7.0 build Scripting 079.0
#####################################

These codes when executed makes your CapsLock, NumLock & ScrollLock keys flash..
This is really very "kewlll"

Instrcuctions:
1) Paste any of the two below codes in notepad.
2) Save it as "disco.vbs" or "chain.vbs" or any file name you want.
3) Extension should be (.vbs)
4) Run the file
5) LETS DANCE!!!!!!!!
6) Disco & Chain WORKS!! :)

Note :
Now, If you want to stop these :
1) Go to "Task Manager"
2) Move to "Process" TAB
3) Find the process named "wscript.exe"
4) Right click on the file and End this process.

ENJOY!

; 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

; - - - - - - - END HERE

########################################################

; 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

; - - - - - - - END HERE

Comments

Sign in to comment.
Hawkee   -  Apr 28, 2012

@Sorasyn Yes, we do have VBS.

 Respond  
Sorasyn   -  Apr 28, 2012

@Hawkee Do we not already have a VBS section?

@sagargulati I think the Visual Basic section is the code category you're looking for. On a side note: Interesting snippet, rather funny to type as it toggles the caps lock.

 Respond  
sagargulati   -  Apr 28, 2012

Hawkee : Go ahead, it will be helpful but the wscripts are the sub parts of windows only. Rest is up to you!

 Respond  
Hawkee   -  Apr 27, 2012

Should I create a Wscript section for these? Posting to the Windows section might be a little unclear what these really are.

 Respond  
sagargulati   -  Apr 27, 2012

lol okay :P

 Respond  
irchainscriptz   -  Apr 27, 2012

your going to have to give credit for using my name hahahahahaha

 Respond  
sagargulati   -  Apr 27, 2012

Okay :)

 Respond  
Jordyk19   -  Apr 27, 2012

Unfornately no. I am not on IRC. But if you want to contact me my main channel: irc.rizon.net #Jordy

 Respond  
sagargulati   -  Apr 27, 2012

lol okay and where are you? on IRC? Tell me needa talk!

 Respond  
Jordyk19   -  Apr 27, 2012

Yes its working, But my mother thought the keyboard was broken because of the lights xD

 Respond  
sagargulati   -  Apr 27, 2012

NO it works, Remember the codes/scripts are from "SET to LOOP"

 Respond  
Jordyk19   -  Apr 27, 2012

Its funny, My mother thought it was broken.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.