Yes, well, I happen to need to be able to press SHIFT in a script. Is this even possible? And if so, how?
EDIT:
To clarify, I need to be able to press down and HOLD the button whilst sending a chr(13) command, to simulate the SHIFT+ENTER thing.
Yes, well, I happen to need to be able to press SHIFT in a script. Is this even possible? And if so, how?
EDIT:
To clarify, I need to be able to press down and HOLD the button whilst sending a chr(13) command, to simulate the SHIFT+ENTER thing.
Last edited by Maninblack144; 04-11-2009 at 03:44 PM.
http://img504.imageshack.us/img504/2...rynoob1iw5.gifhttp://img80.imageshack.us/img80/809...rynoob2xa5.gifhttp://img507.imageshack.us/img507/9...rynoob3de2.gifhttp://img504.imageshack.us/img504/4...rynoob4mb5.gifhttp://img100.imageshack.us/img100/2...rynoob5wz4.gif
Check out the Angry Noob parody series of Runescape!
SCAR Code:KeyDown(VK_SHIFT);
wait(10);
KeyDown(VK_RETURN);
wait(10);
KeyUp(VK_RETURN);
wait(10);
KeyUp(VK_SHIFT);
That should press and hold shift while pressing the return (or enter) key.
Yes, that did the trick. Thanks a lot.
http://img504.imageshack.us/img504/2...rynoob1iw5.gifhttp://img80.imageshack.us/img80/809...rynoob2xa5.gifhttp://img507.imageshack.us/img507/9...rynoob3de2.gifhttp://img504.imageshack.us/img504/4...rynoob4mb5.gifhttp://img100.imageshack.us/img100/2...rynoob5wz4.gif
Check out the Angry Noob parody series of Runescape!
There are currently 1 users browsing this thread. (0 members and 1 guests)