Posted: Sat Nov 04, 2023 8:43 am Post subject: Deacreasing values [solved]
Hi
sorry for my english in advance
Im interested to know how do a search of 5-6 decreasing values, them are consecutive. Memory address location change every time menu load or change. This values are locked between addresses with constantly changing values. I attach screenshot.
Memory address location change every time menu load or change.
If the address changes, scanning for values won't work.
If you know a range the values are in (e.g. 0.34-0.36, 0.19-0.21, 0.15-0.17, ...), you can do a grouped value scan for those floats.
If you only know they're decreasing but have no idea by how much, I don't know of any easy way to scan for that. You can script everything in Lua using the MemScan class, but that's not easy. _________________
I don't know where I'm going, but I'll figure it out when I get there.
Memory address location change every time menu load or change.
If the address changes, scanning for values won't work.
If you know a range the values are in (e.g. 0.34-0.36, 0.19-0.21, 0.15-0.17, ...), you can do a grouped value scan for those floats.
If you only know they're decreasing but have no idea by how much, I don't know of any easy way to scan for that. You can script everything in Lua using the MemScan class, but that's not easy.
Thanks for answer
Value change only if I change menu on game or reload config.
I don’t know how much decrease
I know 1st>2nd>3rd>4th>5th>6th
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