
Originally Posted by
rwby
I would highly recommend anyone that wants to do game hacking doesnt start with game hacking its not really gonna teach you c++ learn the language then persue making cheats for a game like counter-strike because itll be much easier to understand as you learn.
I agree with this. If you don't learn the programming language, you will spend hours confused just copy pasting not learning anything. I recommend taking some free course online on the basic/essential features, which won't take that long. (a few days if you spend around an hour every day for c++)
Then increase your knowledge, memory, experience, and learn some more features by making some program you wish to make. (not a cs:go hack). making a simple game, like a platformer, is fine. It won't teach you about CS:GO hacking and you'll probably end up using some library such as SDL or SFML, but it will have you memorize the essentials of the language, and teach you how to solve problems as well as how the language works.
Then lookup how readproccessmemory and writeproccessmemory work if you're learning C++, and learn how to use them, outside of CS:GO. After that you should start reading tutorials and source code for CS:GO cheats. Start with something simple, such as triggerbot. Then you can get into glow and ESP. Aimbot is pretty tricky, so I'd save that for last.
GL!