Posted: Tue May 06, 2008 2:09 pm Post subject: Learning about cheat engine
Well there's this game called Windslayer. It's in CB. So it has no GG so i'm practicing my hacking on it. So Can you guys give me tips or guides for finding hacks? _________________
Using CE and OllyDBG you can do anything.
Values/Pointers (finding out what reads/writes/accesses an address) use CE and other hacks (not pointers/values, which is harder to find at the beginning) use OllyDBG because it gives a lot of information. (jump path, values, addresses, stack addresses/values and much more)
If its an online game, you can find most of the hacks by setting a breakpoint at "send" (the API, Ctrl+G -> "send") and then step over until return. (or simply set a breakpoint at the return address of send)
Thats how I found all the hacks for my private servers trainer, for example unlimited jump and fly hacks, set a breakpoint and in most cases it was simply changing/nop'ing a conditional jump.
It helps if you're already know how to use OllyDBG and how to reverse a simple application. (a CrackMe or something)
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