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
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