Page 1 of 1

How can read value from Memory address

PostPosted: Mon Nov 14, 2011 4:47 am
by aprielleone
How to coding C++ can read value from Memory address then compiling into dll.

when i play the game have 2 address and value

address1 0092DF34
value 100
address2 0089B712
value 300

So, in Auto it, how can read the value in memory address
I want to write the program like this:

if value in address1 = 50
then auto write value on address2 = 400

I'd be thankfully for any help that will be offered 8)
I'm doing this to create a little application that I need for a game :D

Re: How can read value from Memory address

PostPosted: Mon Nov 21, 2011 8:42 am
by L. Spiro
I don't know how AutoIt works, but I believe I recall seeing a ReadProcessMemory() function.
Research that.


L. Spiro

Re: How can read value from Memory address

PostPosted: Wed Nov 23, 2011 7:47 am
by aprielleone
Thanks for reply Mr.Spiro :D
My problem solved 8)