Jump to content

Recommended Posts

Posted

Hi guys,

I'm trying to read memory in a game but the address changes each time I start a new session.

How can I find the correct address without to much trouble?

I know that it's a value between 0 and 10.000 and that it increases by 400

the starts with 0154

and to answer the first question you probably will have.."yes, I'm not good at reading memory yet"

ty

Overlord

Posted

Hi guys,

I'm trying to read memory in a game but the address changes each time I start a new session.

How can I find the correct address without to much trouble?

I know that it's a value between 0 and 10.000 and that it increases by 400

the starts with 0154

and to answer the first question you probably will have.."yes, I'm not good at reading memory yet"

ty

Overlord

For $x = 0154 to 10000 step 400

ReadMemory($x)

Next $x

Will something like that do?

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...