-buka notepad
-copas script(tanpa tanda -----)
----------------------------------------------------------------------------------------------
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
----------------------------------------------------------------------------------------------
-simpan dengan nama kedip.vbs
-save
Buka file tadi
----------------------------------------------------------------------------------------------
Cara menghentikan:
-buka task manager
-buka tab proccess
-end procces WScript.exe
Hasta la vista
Posting Komentar