Joined: 28 Nov 2009 Posts: 5 Location: You girlfriend's house
Posted: Sat Nov 28, 2009 5:01 pm Post subject: Finding an equation used to hide a value?
I tried just scanning for the value on some games, but it doesn't work half the time. I found out for Elona Shooter (Or my brother did) that for gold, you need to multiply the value by 8 and add 6 and scan for that. How do you find these type of things?
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
Posted: Sat Nov 28, 2009 5:02 pm Post subject:
scan for unknown initial value and then changed/unchanged till you've found it and then try to figure out how it works (sometimes even increased/decreased works as well)
e.g: that multiply by 8 and add by 6 means that the value is stored 3 bits shifted to the left, and the first 3 bits are 110 (+6) instead of the usual 000 (+0) _________________
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
Finding these sort of thing is pure luck or obsession...
By the way, the "multiply by 8" value is a comon thing in flash game.
I didn't know some game use "plus X" value... good to know but hard to use in a real way (I don't see me looking for value*8, value*8+1, value*8+2 and so on...).
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