Jump to content

Move to a specific x,y in a game?


Bower
 Share

Recommended Posts

Hello, I am making this program so I can mine in a game. I was just wondering if its possible to make your character move to a specific x,y in the game? Right now I am just making it hold dont the arrow key for x amout of time but that makes my position vary and ends up not being very reliable ....

Link to comment
Share on other sites

Hello, I am making this program so I can mine in a game. I was just wondering if its possible to make your character move to a specific x,y in the game? Right now I am just making it hold dont the arrow key for x amout of time but that makes my position vary and ends up not being very reliable ....

'Reliable movement' realized by MEM_READ + Move X/Y.

All of MMORPG game read / write process to stuff's Map position.

Stuff includes your character, another user's characters, item, resources, NPC, etc ...

If you want to reliavility, find memory pointer offset about your game.

Just search it, or introduce to your playing game name at this.

Link to comment
Share on other sites

For make bot you can use pixel search for identify your character and then you can use Send() or MouseClick()

An example here : http://www.autoitscript.com/forum/index.ph...c=76380&hl=

Autoit Forum Search : http://www.autoitscript.com/forum/index.ph...te=%2Bpixel+bot

Edited by FireFox
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...