Post Reply Home » Forums » Aion » Aion - Submissions

Aion Bots - Auto Gathering Bot (Very Simple) : Aion - Submissions

Posted: September 23rd, 2009
User avatar
Total Posts:2313 Joined:2004
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
}

_________________
I DO NOT TAKE CREDIT FOR MY INFO.

I am a member of a exploit guild and post it here because i like this site and want to help it.

Image
Posted: September 24th, 2009
User avatar
Total Posts:374 Joined:2005
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
User avatar
administrator
Total Posts:29917 Joined:2002
Nice little update :)
Posted: September 29th, 2009
User avatar
Total Posts:64 Joined:2005
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
Total Posts:2 Joined:2009
ty
Posted: November 22nd, 2009
Total Posts:2 Joined:2009
ty
Posted: March 22nd, 2010
Total Posts:3 Joined:2010
ty :D
Want Advertisements After The Last Post Removed? Create A Free Account!
blue large dotWho is online
Users browsing this forum: No registered users and 25 guests
Post Reply