Posted: Sat Sep 14, 2013 11:03 pm Post subject: How can I freeze a game value after DLL injection?
Hi there,
I wanted to know if there is some way to freeze a value like you can do in CE? I'm using a C++ DLL injection and I found the static address to the value I wanted to change but I don't want the game to reset the value after I write to it. The value can be frozen in CE, but I want to do it in my DLL. Is there some way to do this without spamming rewrite the value all the time?
Joined: 09 May 2003 Posts: 25824 Location: The netherlands
Posted: Sun Sep 15, 2013 3:52 am Post subject:
Cheat engine's freeze is spamming rewrite all the time
You could try a codeinjection at all locations that write to the address and block it
Or put a write breakpoint on that address in every thread and new threat, and then capture the breakpoint exceptions and overwrite then _________________
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