Tuesday, January 17, 2012

Membuat Tombol Capslock terus menyala

Posted by welcome 5:13 PM, under | No comments


Copy script dibawah ini dan paste di notepad anda.
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
Simpan dengan format *.vbs.
Lalu Buka File Tersebu
t

0 comments:

Post a Comment