Page 1 of 1
simulate key-press
Posted: 2008-04-02 23:27:56
by Taya
hello,
how can i press a key like
ALT+S
via injection? i just found uo.press(keyNr), but don't find anything about the keycodes!
can someone helps me?
THANKS
taya
Posted: 2008-04-04 19:11:38
by Taya
isn't there anyone out there who will help me?
PLEASE!!!
Posted: 2008-04-05 18:09:03
by Edred
You can't use key combination with CTRL or ALT.
Posted: 2008-04-06 00:27:14
by Taya
oha, thanks,
and how kann i find the number for a special key?
i heard #=119
and what is A, B, C, ....?
Taya
Posted: 2008-04-07 02:45:32
by Infectous
look @ the script editor window of injection @ the TOP
script tab (injection) >edit current script
about 1/2 way along the top is a "KEY CODE:" function
simply put a key in there then hit the return arrow & it will give you the code in the editor where your mouse is
a = 65
b = 66
c = 67
hopefully you're picking up what I am putting down
Posted: 2008-04-18 09:38:24
by Taya
ahhhh. that was far to simple to find it
thanks thanks thanks
xox
lg
taya