Page 1 of 1

How do i put this in CE?

Posted: Wed Jan 10, 2018 4:10 am
by moneycheat
How do i input this into CE $1,187M and how do i change the amount? when i put in 1,187 in CE it wont find anything.

Re: How do i put this in CE?

Posted: Wed Jan 10, 2018 4:13 am
by Blayde
I'd like to request this as well! :lol:

Re: How do i put this in CE?

Posted: Wed Jan 10, 2018 5:46 am
by ShyTwig16
It may not be the value you think it is.

Re: How do i put this in CE?

Posted: Wed Jan 10, 2018 11:41 am
by Acido
Values like that can be in memory in a lot of different ways. It could be the full amount in 4 bytes like 1187xxx or it could be a float 1.187 or could be something entirely different that the game translates into the amount. Your best bet to finding values like these is to search for unknown values and repeat searches for value changed, value increased, value decreased etc.

Re: How do i put this in CE?

Posted: Thu Jan 11, 2018 9:34 am
by Spectre907
Acido wrote:
Wed Jan 10, 2018 11:41 am
Values like that can be in memory in a lot of different ways. It could be the full amount in 4 bytes like 1187xxx or it could be a float 1.187 or could be something entirely different that the game translates into the amount. Your best bet to finding values like these is to search for unknown values and repeat searches for value changed, value increased, value decreased etc.
You’ll find it eventually every time this way.

If you end up with a handful of addresses that all change in sync, find the one where changing the value “sticks”. you’re looking at the target value and a few others that depend on it, like a hud display for example.

Your value *will* eventually get narrowed down an exposed however.