Posted: Sat Aug 22, 2020 2:25 am Post subject: Does search for unchanged value use a delta for floats?
So I'm trying to find player coordinates using the search for unchanged value while standing still. I didn't have any success yet, so I wondered if the player moves around a bit by itself without me noticing (in a very small range). Thus my question is: Does the search for unchanged value use a delta for floats?
E.g. when the current value is like 0.0004, will a search for unchanged value only find exactly 0.0004 or maybe 0.0004 plusminus 1e-5?
Sorry if it's a duplicate post, I didn't find a similiar one.
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
Posted: Sat Aug 22, 2020 2:56 am Post subject:
no, unlike exact value scans which do use a radius of allowed values inbetween , unchanged is unchanged. It doesn't even look at the float interpretation. If the bytes are different, it's changed _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum