Does Autoit macro work for latest Aion 4.0

12/17/2013 02:39 gmers131#1
please help, Autoit macro does not work for Aion, does Aion block Autoit macro?
12/17/2013 09:58 srime23#2
I never played Aion, but it should work. Check your Code. Or post it here. Maybe you have made a mistake.
12/18/2013 01:19 gmers131#3
WinActivate("AION Client")
Opt("SendKeyDelay", 1000)

HotKeySet("{Home}", "Start")
HotKeySet("{END}", "Terminate")
HotKeySet("{INS}", "Pause")


While 1
Sleep(100)
WEnd

Func Start()
While 1
Send("{TAB}")
Sleep(200)
Send("1")
Sleep(4000)
Send("1")
Sleep(1000)
Send("2")
Sleep(1000)
Send("3")
Sleep(7000)
WEnd
EndFunc

Func Terminate()
Exit 0
EndFunc

Func Pause()
while 1
sleep(100)
WEnd
EndFunc
12/18/2013 14:21 Meiko​#4
Change the window mode. Many bots don't work in full screen.