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






