| View previous topic :: View next topic |
| Author |
Message |
yarrr How do I cheat?
Reputation: 0
Joined: 19 Oct 2007 Posts: 3
|
Posted: Mon Oct 22, 2007 6:00 am Post subject: Programming in Auto it., help needed! |
|
|
hello all you magnificent coders out there!
Could anyone of you teach me how to use Autoit scripting
to scan the area in the game called FIESTA.. as i would like to do pathing for my bot, to automate walking from one point to another. due to the 3-d environment, it is hard to actually locate where he is facing.. or maybe I don't know how to do it, could you give me some pointers or tips on this please?
Could you teach me perhaps on how to make the bot walk from an area, then click on the travel gate and go to the next zone perhaps? Or to determine where he is currently standing at the moment.. because of the zoom camera, he could be facing anywhere..
Any tips? |
|
| Back to top |
|
 |
redhead Cheater
Reputation: 0
Joined: 21 Mar 2007 Posts: 47
|
Posted: Mon Oct 22, 2007 7:48 am Post subject: |
|
|
Maybe you should learn a bit autoit first, before you start making a bot.
autoit is very easy, so you can learn it fast.The "autoit helpfile" helps very much!
Anyway, I think the most autoit bot's are working with just sending mouse/key clicks and looking for known pixels to know where the bot is.
(sometimes it's maybe also usefull to read the memory to find out where you are/ what you're doing atm etc.) |
|
| Back to top |
|
 |
yarrr How do I cheat?
Reputation: 0
Joined: 19 Oct 2007 Posts: 3
|
Posted: Mon Oct 22, 2007 12:41 pm Post subject: |
|
|
actually I have read the syntax and functions of autoit..
I just don't know how to determine my exact current location so i can steer my bot in a proper path...
is there a good way to search memory for the location of where i am
or how do i actually make it have path-finding characteristics?
due to the 3d-angles, it is hard to find the same (x, y) coords for checking
the pixel colors... which makes it hard for me to determine..
can someone teach me more abt using autoit to do path-finding? |
|
| Back to top |
|
 |
|