Help a beginning game hacker?
I've had 2 semesters of C++ but I feel unprepared to work on any interesting hacks. What I'd like to do is code simple things for BF3, like passive esp. I've played around in other games with Olly, finding and altering the asm to produce useful results. I've used WriteMemoryProcess (which I understand is not at all safe from PB) to do this in my own code. What I don't understand is where to go next.
I've found source for some hacks and read pages of discussions that don't mean anything to me. It's like everyone's talking about multiplication when I don't know addition. I don't need someone to hold my hand, just some direction. I've never worked on anything this complex. How do I learn to modify the game engine's behavior?