PsyKozZ How do I cheat?
Reputation: 0
Joined: 30 Jul 2023 Posts: 1
|
Posted: Sun Jul 30, 2023 2:44 am Post subject: function calls in 2 process |
|
|
Hi,
I am having trouble with a function activated by a button. In my game, I have on button that does an action. I sucessfully find the first function that activates the action. When I put a breakpoint before, the action doesn't happen, when I put after, the action happens. But this game has several process with the interface process and the game process.
I want to run the code that trigger that button to do this action automatically but I can't find a way to do it. I thought maybe the function is in the interface process?
Because when I create an injection code and jump directly to this function the game crashes.
|
|