|
|
Register •
FAQ
• Search • Login
|
problem, finding static addresses.
| Author |
Message |
|
ulysis
Joined: Sep 26th, '10, 10:06 Posts: 122
|
 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 |
|
 |
|
Daddah
Joined: Nov 7th, '11, 15:45 Posts: 15
|
 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 |
|
 |
|
Sirmabus
Site Moderator
Joined: Aug 18th, '09, 03:32 Posts: 1201
|
 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 |
|
 |
|
Daddah
Joined: Nov 7th, '11, 15:45 Posts: 15
|
 Re: problem, finding static addresses.
did i succeeded in getting the static address ?
|
| Nov 24th, '11, 12:35 |
|
 |
|
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
|
|