View previous topic :: View next topic |
Author |
Message |
woody_dan How do I cheat?
Reputation: 0
Joined: 28 Feb 2020 Posts: 5
|
Posted: Fri Feb 28, 2020 7:09 am Post subject: why does the game assembly code change |
|
|
Hello ,I am new to use cheat engine. I am trying to modify the gold value of a PC game, I found the gold address (0X122CF00), I changed the value .It worked . Then i use " find out what write to this address".I get the assembly code in picture 1.png. It seems like a static address.But when i restart the game , Value of 0X122CF00 changes to " ???" . So i search the gold value again and find out what write to this address
It shows picture 2png. It is weird ,Why does the assembly code change .
BTW: i already check "show module addresses", but i didn't get address in the mode like " module+offset ".
Description: |
|
Filesize: |
14.25 KB |
Viewed: |
2502 Time(s) |

|
Description: |
|
Filesize: |
23.39 KB |
Viewed: |
2502 Time(s) |

|
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
|
Posted: Fri Feb 28, 2020 7:29 am Post subject: |
|
|
sounds like JIT-ed code
is there a mono option in the top menu of the main ce window?
_________________
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 |
|
Back to top |
|
 |
woody_dan How do I cheat?
Reputation: 0
Joined: 28 Feb 2020 Posts: 5
|
Posted: Fri Feb 28, 2020 7:36 am Post subject: |
|
|
yes there is a mono option . can you tell me how to use this option ,and what is JIT-ed
Last edited by woody_dan on Fri Feb 28, 2020 7:39 am; edited 1 time in total |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
|
Posted: Fri Feb 28, 2020 7:39 am Post subject: |
|
|
remove all breakpoints and activate it. With some luck it will tell you the name of the code
_________________
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 |
|
Back to top |
|
 |
woody_dan How do I cheat?
Reputation: 0
Joined: 28 Feb 2020 Posts: 5
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
|
Posted: Fri Feb 28, 2020 8:28 am Post subject: |
|
|
Normally you can use that name as a static address (it works when mono is enabled)but the <> part may complicate things but give it a try. (else you have to do some lua coding)
also, are you sure the address you found has an actual effect on the game and doesn't reset back to original after using it? (this looks like gui code)
_________________
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 |
|
Back to top |
|
 |
woody_dan How do I cheat?
Reputation: 0
Joined: 28 Feb 2020 Posts: 5
|
Posted: Fri Feb 28, 2020 8:33 am Post subject: |
|
|
I don't know what GUI code ,but i really changed the value in the game.
|
|
Back to top |
|
 |
woody_dan How do I cheat?
Reputation: 0
Joined: 28 Feb 2020 Posts: 5
|
Posted: Sat Feb 29, 2020 4:50 am Post subject: |
|
|
Dark Byte wrote: | Normally you can use that name as a static address (it works when mono is enabled)but the <> part may complicate things but give it a try. (else you have to do some lua coding)
also, are you sure the address you found has an actual effect on the game and doesn't reset back to original after using it? (this looks like gui code) |
Thank you very much ,I use the name as a static address with "start" in <>.I works .
|
|
Back to top |
|
 |
|