Need a push in the right direction

07/30/2015 22:05 Tertel#1
Hey guys,

I've gotten a few things so far, but kinda running into a wall.
So far I've been able to scrape by with just cheat engine and 'pointer scan for this address'.

I'm starting to attempt to get another hack working, but this is where my trouble starts. It works perfectly on the private server, but it gets blocked on OS (US version). If I could use Cheat Engine's 'Find out what writes to this address', I could continue my search to see what's preventing me.

So basically, as far as I know, there's no bypass for the cheat engine, and I'm looking into Ollydbg. I can't figure out what's the right tool to use to replicate the 'Find out what writes to this address' feature. I get an error while trying to put on a breakpoint as well since the address is an INT3.

Any advice would be much appreciated. :)
07/30/2015 22:14 Daifoku#2
you can only do rightclick->set memory breakpoint (read/write) in olly.
But you could try a different approach:

inject DbgProtect.dll into the process and after that start up cheat engine and attach to the process.

edit: attached injector + dll
07/30/2015 22:21 Tertel#3
Thanks for the quick response :D

I'll try it out now

EDIT:
Don't know if I'm doing it wrong or if it's patched :/
I get an error on OS saying that I do not have permission to debug.

I also tried the breakpoint on write in olly, but I crashed when I set it.

It worked slightly better on PS. I managed to attach the debugger and was able to start watching the writes, but as soon as one write was made to the address, I crashed.