Joined: 13 Dec 2005 Posts: 22 Location: Netherlands
Posted: Wed Jan 04, 2006 2:46 am Post subject: How to find None Changing value's ?
How can i find none changing value's.
In a game i get 458 Xperience Points.
but that is always the same. how can i find the right value if their are 10000 in the list ?
I have tryed to kill a monster and gain a amount of XP lets say 200
Than search for 200.
When i have loads of results i attack a different monster wich i get 300 from.
Than increase. Done that allot of times on several monsters but dind get any rsults that where correct. My list kept getting empty at the end.
_________________
If you attack a monster, maybe you get 100, you search for 100, attack again, get 200, search again for 200, and so on until you wind up with no search results at all?
Sounds like it might be adding based on numbers that already exist, nothing is "calculated" really. Perhaps you can find your experience and work with that?
0 xp (Kill monsters, get 100 xp)
100 xp (search for 100, kill monsters, get 50 xp)
150 xp (search for 150, kill monsters, get 100 xp)
250 xp (search for 250)
Once you've found the number, try increasing it to see if it's the right one.
if not, try a search for a constantly increasing value, they might multiply or use math or something to make the display different from the real value.
Joined: 09 May 2003 Posts: 25797 Location: The netherlands
Posted: Thu Jan 05, 2006 12:47 pm Post subject:
try finding the address of experience, then find out what writes to it. When you kill a monster your expericne gets increased with a certain ammount, so it gets written, so it logs the address that did that. It's very likely that there or in the caller of the function the code is that determinaed how much exp you get.
of course if it is a online game it will not work _________________
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