Posted: Wed Sep 17, 2014 9:57 am Post subject: Code Injection question
I located the address of the display value of the game. However, when I find what writes/access to this address and alter the display value, nothing pops up in the window. The display value changes appropriately. Could anyone shed light on this?
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
Posted: Wed Sep 17, 2014 12:26 pm Post subject:
It's possible all debug registers are in use. Try checking the option to override existing breakpoints (and expect a crash) or try page exception breakpoints
Is the target you're debugging actually the process that changes that address?
e.g it could be shared memory with another process and the other process changes it.
Also, if you're one of those people that target [Physical memory] it's just not going to 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
I have those options ticked as you have mentioned.
I'm targetting the label that displays what I receive as a reward (like a wheel of fortune). My goal is trying to modify the multiplier that I receive as a result of a spin. You put in an X amount and you could spin it to get a multiple of it back. I'm trying to set it to always the max multiplier.
I think I am "one of those people" . I was following a tutorial on how to use CE with blue stacks and that's what it taught me. What should I actually in the case when targeting blue stacks?
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
Posted: Thu Sep 18, 2014 6:54 am Post subject:
In case of bluestacks there's not much you can do.
the android ceserver just doesn't properly work on it. (it works on some real android devices, but not on emulators)
Best thing you can do with bluestacks is find a way to recognize what the memory block you're interested in looks like and scan for that. e.g a groupscan that states that specific addresses around it must have a specific value (0 is an value) _________________
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