Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

raywave/privacier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

privacier - cs:go kernel mode cheat

Simple CS:GO Cheat based on IOCTL driver with pretty simple features to practice in development.

Goals

  • 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.

Usage

  1. Load driver (using test-signing or other ways)
  2. Launch CS:GO
  3. Launch executable file of cheat

Keybinds

  • F1 - Glow ESP
  • F2 - Radar hack
  • F3 - Bunnyhop
  • End - Close cheat

Compiling

  1. Install vcpkg
  2. Type vcpkg install fmt:x64-windows in cmd.exe
  3. Type vcpkg integrate install in cmd.exe
  4. Open project in Visual Studio

Updating offsets

  1. Download latest version of haze-dumper
  2. Unpack it to haze-dumper directory (without config.json, it's already made)
  3. Launch CS:GO
  4. Launch haze-dumper.exe
  5. Copy everything from csgo.hpp to offsets.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.

Releases

No releases published

Packages

No packages published