Jump to content

reading memory unknown address


Overlord
 Share

Recommended Posts

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...