Posted: Wed Feb 16, 2011 10:19 am Post subject: I don't understand it...
Really... how could they do this.... After 2 and a half hour of hacking finally hacked the game... but how could they do this... why is it so hard to find this value man...
Code:
89 03 89 03 8F
The first value is the HP.. but just the value !9!.... this game really confuses me... maybe other values stored like this and yeah... the time is stored like this too
Code:
89 89 83
This means 993... why did they do this? This post is useless maybe but I know now I'll search in arrays like this:
Code:
*9 *9 *3
And yeah.. that's right, I found them all what I need...
Useless storing of data..
They hided well.. couse I still can't find one address\value....
Comment it if you want, or if you can tell me why is it better than the normal storing of data.
You can still find them with changed/unchanged search or (in some cases) with binary search. There are some encryptions that are far more complicated than this one.
If this is an "encryption" at all. So all they have done is used 4 bits only instead of 8.
Doesn't work... I found a value.. I KNOW that value is what I search for but if I change it nothing happens... but everything points at this value, every clue... any idea?
Doesn't work... I found a value.. I KNOW that value is what I search for but if I change it nothing happens... but everything points at this value, every clue... any idea?
Simple enough. It's not Your value.
Probably just a copy or something not the real value that is used to calculate time etc.
You can try to track down where is it getting that value if it is synchronized with the real value at all. _________________
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