Monday, May 3, 2010

Iseng " Bikin Lampu Keyboard Ber Disco Ria" Script



Silahkan copas script berikut ke notepad :

code:

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

Lalu lalu save as dalam bentuk .VBS
contoh : klik file, save as, pada save as type pilih all files. Beri nama file pada file name dgn nama apa aja dgn format / akhiran .VBS => misal disko.vbs








Top Bottom