Posted: Wed Jan 21, 2015 3:10 pm Post subject: Binary Results
Some games I search for values only come up if I do a binary search for them.
I forget the name off the game atm but I was searching for money and when I did a 4 byte search the second search come in with no results. So I go to binary and BINGO I find the value.
Now what I am wondering is How do I convert that to a decimal value I type in something like 999999 and i get like 32098 for the gold instead when I was trying to get the maximum amount.
I notice under the type field when I dbl click on it it has some radial button like 234567 so could someone explain how to use this correctly to get the desired results?
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
Posted: Wed Jan 21, 2015 4:54 pm Post subject:
increase the binary size so that it can contain bigger values.
Make sure the game can handle that amount of bits, else you may touch unrelated values, which can lead to unexpected results and crashes _________________
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