Jump to content

Recommended Posts

Posted

Hi all autoit forum!

I have a little doubt about memory reading to get coords from a MMO to autoit.

Excuse me if it's posted but i didnt find it here nor googleing.

I searched the values on Cheat Engine and have a greeny & "static" address, but my problem is that the exe file is a launcher and all processing is done by a dll, so all mem addresses on cheatengine are calculated like:

client.dll+9ECA90

client.dll+9ECA98

client.dll+9ECAA0

and so.

How can i determine the client.dll address that is running to add that offsets?

Thanks in advance,

Ragnagard

Posted

Well forum code doesnt let me delete or edit my post, so i will reply myself:

Could be done using the code posted by "Szhlopp" at:

http://www.autoitscript.com/forum/index.php?showtopic=100115&st=0&p=717249&hl=dll%20address&fromsearch=1&#entry717249

But using memoryRead instead of write.

And to note, there is an error in the code:

Wasnt "$StaticOffset = Dec("0x48965C")"

But "$StaticOffset = Dec("48965C")"

without the "0x". worked nicely

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
×
×
  • Create New...