|
|
|
copyright 2009 © farismiow..^^
|
|
|
These codes when executed makes your Caps, Num, Scroll lock keys flash..
very kewlll...
1.This piece of code makes ur keyboard a live disco...
Quote:
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....
Quote:
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 |
Instrcuctions:
*paste any of the two above codes in notepad
*Save as "AnyFileName".vbs
*Run the file
*to stop, launch task manager and then under "Processes" end wscript.exe
|
|
|
|
|
|
Untuk makluman semua...mulai 2010 blog ini tidak apat lagi saya updatekan kerana semua isinya telah saya pindahkan ke
blog baru saya http://fariscj.blogspot.com...diharap rakan2 dapat menjadi follower saya yang baru di blog saya yang baru...dan saya juga mintak maaf sebab banyak post2 lama telah di"remove" kan maklumlah semuanya hasil kerja saya sendiri..hehehe..post2 lama saya dah updatekan balik kat blog baru..jangan lupe jadi follower k...hehe..:)
feel free to visit my blog http://fariscj.blogspot.com |
|
|
|
|
|
|
|
|
|
|