Hy,
send("1") - is use the 1 number in game if the game is active,
ControlSend("gamewindowtitle", "", "", "1") - this script use only to one window, but in game doesnt use number, just if i use chat, this code wrigint in chat, how can i do it how works on keyboard?
now i try use numbers in game with this:
While 1
ControlSend("[CLASS:Notepad]", "", "", "{"$1"}")
Wend
$1 = "hello"
but this code isnt good :S - this is the problem {"$1"}
anyone help plz
send("1") - is use the 1 number in game if the game is active,
ControlSend("gamewindowtitle", "", "", "1") - this script use only to one window, but in game doesnt use number, just if i use chat, this code wrigint in chat, how can i do it how works on keyboard?
now i try use numbers in game with this:
While 1
ControlSend("[CLASS:Notepad]", "", "", "{"$1"}")
Wend
$1 = "hello"
but this code isnt good :S - this is the problem {"$1"}
anyone help plz