privacier
privacier copied to clipboard
cs:go kernel-mode cheat
privacier - cs:go kernel mode cheat
Simple CS:GO Cheat based on IOCTL driver with pretty simple features to practice in development.
Goals
- [x] Using lazy_importer to get basic protection against reverse-engineers.
- [x] Using skCrypt to encrypt strings in binary file.
- [x] Using kernel-mode to make cheat much undetectable.
Usage
- Load driver (using test-signing or other ways)
- Launch CS:GO
- Launch executable file of cheat
Keybinds
F1- Glow ESPF2- Radar hackF3- BunnyhopEnd- Close cheat
Compiling
- Install vcpkg
- Type
vcpkg install fmt:x64-windowsincmd.exe - Type
vcpkg integrate installincmd.exe - Open project in Visual Studio
Updating offsets
- 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.hpptooffsets.hpp
Used libaries
- 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.