Question About Hacking
What part of C++/C programming is the MOST important in making any type of hack? (In this case, CrossFire).
The reason I'm asking, is because my goal is to make hacks for people's entertainment, and if there is a specific type I need to critically understand 100% to make a hack, I will study extra hard on them.
P.S: Please don't say pointers....oh God please no.
Pointers..
After you are done with what you are learning (from the previous post). Get yourself familiar with it.
THEN, look into WINAPI. And its functions for basic Memory reading/writing, etc.
CreateToolhelp32Snapshot()
Process32First()
Process32Next()
OpenProcess()
WriteProcessMemory()
ReadProcessMemory()
But please... be patient and take your time. keep doing what you are doing.