Bower Posted November 16, 2008 Posted November 16, 2008 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 ....
oMBRa Posted November 16, 2008 Posted November 16, 2008 if ''x, y'' are screen coordinates yes... select your character then mouseclick at x,y
ChangMinYang Posted November 16, 2008 Posted November 16, 2008 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.
FireFox Posted November 16, 2008 Posted November 16, 2008 (edited) 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 November 16, 2008 by FireFox
Bower Posted November 16, 2008 Author Posted November 16, 2008 The game is GraalOnline Its 2D And in this game I can hit f5 and it will tell you your x,y in the game of that level. Not sure if that would help? Confused on what the pixel stuff is =x
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now