Hello, I’ve seen plenty of people asking how to start coding cheats and is it easy to learn. So i’m creating this thread to help out people who want to begin but don’t know how to!
-First thing you want to do is download Visual Studio. After downloading visual studio you will be asked to install packets,those are important because if you don’t install the right ones, you will get shit ton of errors. Here I will show you what packets you need for cheat coding:
-
So the basic way of understanding it though for game hacking in csgo is: You have functions and you have hooks. The functions run in the hooks to make the game do stuff, the functions are changed via values. Values are stored inside the game as offsets. Those offsets are parts of chunks, of which are parts of chunks inside dlls that run in the game. It’s all like a huge spiderweb.
-
You certainly don’t want to start coding by scratch so you might want to install some source code that’s going to help you out understanding things better such as CSGOSIMPLE’s base. After you’ve downloaded the base and opened it, you will want to build the solution and get your DLL file! CTRL + Shift + B does the job for you! Go ingame check what your cheat offers and from there decide what things you want to change.
-
Keep in mind that you will always get errors,but don’t quit, it’s part of the coding experience,from errors you learn new stuff and with time you will understand things better!
I will give you some tips on which bases are the best to use:
CSGOsimple
Osiris
Gladiatorcheatz
I hope I was helpful enough to let you start coding your cheat, good luck!

