Page 1 of 1

Aion Bots - Auto Gathering Bot (Very Simple)

Posted: September 23rd, 2009, 5:34 pm
by tault_Broden
C+P

Okay found out how to make an ugly gather bot that works but isn't perfect.
You'll need auto hot key AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText more specifically the Autoscript recorder. Make sure you can record mouse movement. Aion removed game guard so this is way easier. Okay put the gather skill on your hot bar now press enter to make sure you can't move. Now hit record click the the gather point then the hot bar. Don't type it or it will be on the chat. Stop the recorder and remove the useless info up to winwait Aion and the exiting AION command. Then loop the commands after it.. what should happen is a buggy but mostly effective auto gathering action.

Enjoy..

Code: Select all

Example Script [You clicks will be different]

WinWait, AION Client,
IfWinNotActive, AION Client, , WinActivate, AION Client,
WinWaitActive, AION Client,
loop, 80000 {
MouseClick, left, 459, 474
Sleep, 300
MouseClick, left, 524, 732
Sleep, 300
MouseClick, left, 408, 530
Sleep, 300
MouseClick, left, 524, 733
Sleep, 300
}

Posted: September 24th, 2009, 7:51 am
by kumpel100
pls add a pause !
i insert one. alt + 1 = pause/unpause

you have to find the X Y location you can find the location easy if you use the autohotkey script recorder.

Code: Select all

Example Script [You clicks will be different]

WinWait, AION Client,
IfWinNotActive, AION Client, , WinActivate, AION Client,
WinWaitActive, AION Client,
loop, 80000 {
MouseClick, left, 459, 474
Sleep, 300
MouseClick, left, 524, 732
Sleep, 300
MouseClick, left, 408, 530
Sleep, 300
MouseClick, left, 524, 733
Sleep, 300
}
alt & 1::
pause


Posted: September 28th, 2009, 1:30 pm
by Tault_admin
Nice little update :)

Posted: September 29th, 2009, 5:33 pm
by feralnub
dude the og script suuuuuuxxxxxxxxxxxx! oh man i hated broden for about 5 minutes there :D no offense. but oh em jee, i tried it and without the pause command it doesn't stop i had to power down with the button to stop it!!! ahhhhh

Posted: November 22nd, 2009, 1:55 pm
by m16m1978
ty

Posted: November 22nd, 2009, 1:59 pm
by m16m1978
ty

Posted: March 22nd, 2010, 7:30 am
by biskutis
ty :D