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
simulate key-press
Moderators: Murderator+, Murderator
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
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