Page 1 of 1

Button for Ctrl and a lil help on this script

Posted: Tue May 13, 2008 2:28 pm
by Indo
i have been working on a bot for LC but either i dont have the right code for the Ctrl key because it says "bad argument #1 to keyboardHold' <<null>>" or my script needs a quick look threw by more experienced eyes :roll:
thankz for your time
~Indo~

Re: Button for Ctrl and a lil help on this script

Posted: Tue May 13, 2008 9:27 pm
by Administrator
The control key(s) are key.VK_CONTROL (unspecified, typically left control), key.VK_LCONTROL (left), and key.VK_RCONTROL.

Re: Button for Ctrl and a lil help on this script

Posted: Tue May 13, 2008 9:43 pm
by Indo
Thank you very much works great now :D