Simple CS:GO Cheat based on IOCTL driver with pretty simple features to practice in development.
- Using lazy_importer to get basic protection against reverse-engineers.
- Using skCrypt to encrypt strings in binary file.
- Using kernel-mode to make cheat much undetectable.
- Load driver (using test-signing or other ways)
- Launch CS:GO
- Launch executable file of cheat
F1
- Glow ESPF2
- Radar hackF3
- BunnyhopEnd
- Close cheat
- Install vcpkg
- Type
vcpkg install fmt:x64-windows
incmd.exe
- Type
vcpkg integrate install
incmd.exe
- Open project in Visual Studio
- Download latest version of haze-dumper
- Unpack it to haze-dumper directory (without config.json, it's already made)
- Launch CS:GO
- Launch haze-dumper.exe
- Copy everything from
csgo.hpp
tooffsets.hpp
- discord-rpc - basic usage of discord rpc.
- fmt - fast & fancy console output.
- skCrypt - string protection against reverse-engineers.
- lazy-importer - import protection against reverse-engineers.