|
I Know Detouring c++ from my c++ Bots that i made for AAO, Ill look into methods to do it, I know with GG its a simple Detour over the ~5bytes of the function and then redirect it to my own or modify it.. then send back the original. Though Im not sure if TwelveSky2.exe Client is Packed or not because I've down patched my Client to a ver were Xtrap wasn't introduced yet. which then leaves the Heartbeat and since that is the only problem Im stuck trying to find it before the game crashes ( lol have to move quick ) but Im trying to figure out where in the Client the Heartbeat is checked though I haven't the slightest Idea how to find it, even if i follow through the client I cant simply step every single code until I do something that Crashes the game and try patching it. But Ill try to figure more on it out. Iv been doing more work with ASM. and got FASM and IDA Pro and VS2003 back into my computer So maybe I can find out where I need to check to Detour over the function then find away to patch that part and get my AUtoit Working again.
|