| View previous topic :: View next topic |
| Author |
Message |
Tronux How do I cheat?
Reputation: 0
Joined: 28 Oct 2014 Posts: 5
|
Posted: Fri Nov 07, 2014 8:55 am Post subject: Reasons for not finding opcode(s)? |
|
|
hi,
I'm hacking this game for health points. I found the visual address and the actual value address. But when I change the actual value it keeps resetting.
So I'm doing, "what writes to this address", continue the game, value changes yet no opcode appears in the screen.
Last edited by Tronux on Fri Nov 07, 2014 3:40 pm; edited 2 times in total |
|
| Back to top |
|
 |
zm0d Master Cheater
Reputation: 7
Joined: 06 Nov 2013 Posts: 423
|
Posted: Fri Nov 07, 2014 10:15 am Post subject: |
|
|
| Tronux wrote: | | But when I change the actual value it keeps resetting. |
What makes you sure that this is the real address and not just another copy of the actual real address?
|
|
| Back to top |
|
 |
Tronux How do I cheat?
Reputation: 0
Joined: 28 Oct 2014 Posts: 5
|
Posted: Fri Nov 07, 2014 3:39 pm Post subject: |
|
|
That probably was a copy.
Now I've found an address which is static and holds the value.
But every new game I need to redo this process as the address changes.
Pointerscans for this address does not give results.
I think it might be a setting problem?
Info: The game is an .apk
The Process that cheatengine is assigned to is VBoxHeadless (virtual box)
Debugger options:
V Send Debugger options: Use kernelmode debugger
V Override existing breakpoint
V Replace incomplete opcode...
V Ask for replace with nop
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25807 Location: The netherlands
|
Posted: Fri Nov 07, 2014 3:48 pm Post subject: |
|
|
You can't really debug emulators. Even if it would work the code you'll find is most likely part of the emulator instead of the target game
You'll need to run a debugger from inside virtual box to get anywhere
_________________
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 |
|
 |
Tronux How do I cheat?
Reputation: 0
Joined: 28 Oct 2014 Posts: 5
|
Posted: Fri Nov 07, 2014 4:19 pm Post subject: |
|
|
Omg thanks for making that clear... prevents me from wasting more and more time.
So would it be possible if a future update of cheatengine could have such an option, to attach a debugger inside the emulator?
Or what would be the most easiest thing to do for me now?
|
|
| Back to top |
|
 |
|