Hello,
I have been trying to make a simple level bot for this game but I can't seem to send keys or mouse clicks to this game. Here is the code I have been trying to get to work:
Both Send & ControlSend do not work. Does anyone know how to send keys and mouse clicks to this game?
I'm an autoit user obviously :)
I have been trying to make a simple level bot for this game but I can't seem to send keys or mouse clicks to this game. Here is the code I have been trying to get to work:
Code:
Func Start()
While 1
send("{TAB}")
Sleep(500)
Send("{F1}")
Sleep(3000)
WEnd
EndFunc
I'm an autoit user obviously :)