View unanswered posts | View active topics It is currently May 19th, '13, 21:48




Reply to topic  [ 14 posts ]  Go to page Previous  1, 2
 problem, finding static addresses. 
Author Message

Joined: Sep 26th, '10, 10:06
Posts: 122
Post Re: problem, finding static addresses.
im having trouble understanding the parameters of syntax XD
im a doing it right ?

HANDLE = process.Open(client.exe)
number = process.MemReadS16(HANDLE, client.exe+472C0C)



Edit
i finally solve my autoit problem, in my case reading to much info makes thing more complicated

now how do search for those mobs?

Edit
i thought it would have been easier since i already how to search for base pointers it seems that it is harder and i cant find a tutorial that would have work for my game XD


Nov 12th, '11, 15:05
Profile

Joined: Nov 7th, '11, 15:45
Posts: 15
Post Re: problem, finding static addresses.
ulysis wrote:
im having trouble understanding the parameters of syntax XD
im a doing it right ?

HANDLE = process.Open(client.exe)
number = process.MemReadS16(HANDLE, client.exe+472C0C)



Edit
i finally solve my autoit problem, in my case reading to much info makes thing more complicated

now how do search for those mobs?

Edit
i thought it would have been easier since i already how to search for base pointers it seems that it is harder and i cant find a tutorial that would have work for my game XD


make another thread and lets discuss this


Nov 15th, '11, 08:06
Profile
Site Moderator
User avatar

Joined: Aug 18th, '09, 03:32
Posts: 1201
Post Re: problem, finding static addresses.
You have to get the PID (process identifier) first.
You can do this by calling "process.List()" and walk the returned table matching the name of the process to the one you are looking for.
Or you can call "win.List()" and walk that returned table to match to the window name, and, or window class of the program and get the PID from there.

Use this PID to open the process and then do your read.

Then add at the end a "print number" so you can see what "number" is for testing.


Nov 18th, '11, 19:33
Profile

Joined: Nov 7th, '11, 15:45
Posts: 15
Post Re: problem, finding static addresses.
did i succeeded in getting the static address ?


Nov 24th, '11, 12:35
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 14 posts ]  Go to page Previous  1, 2

Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Based on design by STSoftware, modded by Sirmabus Copyright© 2009-2011