- download and compile in Visual Studio 2019 (with driver dev kit)
- manual map the kernel-csgo.sys driver using kdmapper
- run Counter-Strike: Global Offensive
- run kernel-csgo-usermode.exe and enjoy :)
- hooks a function for communication
- get_module_base / read_memory / write_memory all inside the driver
- implemented a basic triggerbot for PoC (mouse_event)
- easy to add other cheat features
- doing dynamic function imports
- encrypting strings
- changing the hook function
- not using kdmapper but making your own mapper
- not using mouse_event() haha