 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
Gamer1204 How do I cheat?
Reputation: 0
Joined: 07 Jan 2014 Posts: 2
|
Posted: Tue Jan 07, 2014 2:18 pm Post subject: Find adress that is used with altering another(vague title) |
|
|
Hey,
I am playing a game where I need to edit the xp value of an item(every item's xp is listed in the memory).
My problem is that I get 1k+ results searching for it, at best 500, editing them all results(logicly) in a crash.
I thought, it is used to alter my xp right? So can I see what adress was used to do xp + adress_of_the_xp, but how do I do this?(I am able to find the adress of the xp, I did some fancy stuff with CE, but I am not your expert )
Thanks in advance
|
|
| Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
Posted: Tue Jan 07, 2014 3:33 pm Post subject: |
|
|
Well, memory addresses of things like that are not used by themselves to edit other memory addresses, so there's no automatic way to find it.
Do "find what writes to this address" to find the line of code that edits it, show it in the disassembler, then hit F5 to set a breakpoint on it. When it breaks and shows up green (hit F5 again and then F9 to resume the game normally), it should show the register contents at the right. If one of those is the EXP amount (it's all in hex), note down which register it is and then read upwards through the code to find the bit which grabs that and work from there?
_________________
|
|
| Back to top |
|
 |
Gamer1204 How do I cheat?
Reputation: 0
Joined: 07 Jan 2014 Posts: 2
|
Posted: Tue Jan 07, 2014 4:05 pm Post subject: |
|
|
That sounds great, thanks, I will report back
edit: I only find arrays not countaining my xp :'( (the original format is 4bytes, I must be stupid)
|
|
| Back to top |
|
 |
|
|
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
|
|