Hey,
What is the code for an S key?
And how do I use it?
Fort Ash
Hey,
What is the code for an S key?
And how do I use it?
Fort Ash
I was born to cheat on Hero
GetKeyCode('S');
~Sandstorm
The key code is 83.
And to make it type either do
SCAR Code:TypeByte(GetKeyCode('s'));
or if not in Runescape
SCAR Code:SendKeys('s');
or
SCAR Code:KeyDown(GetKeyCode('s'));
Wait(10 + random(30));
KeyUp(GetKeyCode('s'));
Hey,
Thanks !
Fort Ash
I was born to cheat on Hero
There are currently 1 users browsing this thread. (0 members and 1 guests)