AbrasiveZealot Newbie cheater
Reputation: 0
Joined: 02 Jan 2011 Posts: 21
|
Posted: Sun Jun 08, 2014 1:57 pm Post subject: Cheat Engine Auto Debugging with Lua |
|
|
I've been looking around at this for some time and just cant seem to get the code for it correct and would really like some tips.
This is what I'm trying to accomplish:
1. Execute the auto assembler code BEFORE the lua code to allocate a codespace and write my function
2. Set a hardware breakpoint in the code i want to hook
3. When that breakpoint occurs make a copy of the eip register and replace it with the address for my function ( essentially a midfunction hook without needing to write a jmp)
I'm really terrible with lua, so any help on syntax and needed functions would be awesome.
Ok, well. I ended up figuring it out, and it did work. But it was far too slow to actually be useable, I guess I'll have to find another clever way of doing it.
|
|