View previous topic :: View next topic |
Author |
Message |
roman9517 How do I cheat? Reputation: 0
Joined: 17 Nov 2016 Posts: 2
|
Posted: Thu Nov 17, 2016 7:33 am Post subject: How to do a multiplier xp [RPG] [Pokemon] |
|
|
Hey everyone,
I'm new here and it's my first post so I hope it will be fine.
I did the tutorial (step 1 to and now i want to do a xp multiplier on pokemon Uranium.
However, I don't know how to do it, I tried to change the code with the auto-assemble but I took "critical error" everytime --'
So if anyone could help me it would be great !
Thanks ! |
|
Back to top |
|
|
roman9517 How do I cheat? Reputation: 0
Joined: 17 Nov 2016 Posts: 2
|
Posted: Sat Nov 19, 2016 4:00 am Post subject: |
|
|
Okay so I find the address of the xp of my first character.
And when I use the "find out what writes to this address" I have :
100A74E0 - 89 48 08 - mov [eax+08],ecx
And each time I want to change this code with the Auto-assembler I have a critical error on the game and the game closed.
I find that the same code is used when I use a potion or an item.
Does anyone have an idea ?
Thank you ! |
|
Back to top |
|
|
Betcha Expert Cheater Reputation: 4
Joined: 13 Aug 2015 Posts: 232 Location: Somewhere In Space
|
Posted: Sat Nov 19, 2016 5:44 am Post subject: |
|
|
Opcode must be sharing with other address. To solve that need do dissect data structure.
Must separate everything to take affect only on exp. It is Cheat Engine tutorial step 9.
Before above try this below and see whats up in game.
Code: | add ecx,#99
mov [eax+08],ecx |
|
|
Back to top |
|
|
roman9517 How do I cheat? Reputation: 0
Joined: 17 Nov 2016 Posts: 2
|
Posted: Sat Nov 19, 2016 7:15 am Post subject: |
|
|
Hey, first thanks for your answer.
I tried your code but I get the same critical error :
"Critical error C0000005 at address 10040362"
I will try the step 9 ! |
|
Back to top |
|
|
Betcha Expert Cheater Reputation: 4
Joined: 13 Aug 2015 Posts: 232 Location: Somewhere In Space
|
Posted: Sat Nov 19, 2016 7:27 am Post subject: |
|
|
Did small research in google, - people say that there is no problem after reinstalling game.
Some say game editing in wrong way could lead to that error - corrupted game scripts. |
|
Back to top |
|
|
|