• Stars
    star
    288
  • Rank 139,066 (Top 3 %)
  • Language
    C++
  • Created over 3 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Kernel cheat with kernel hook for communication

kernel-csgo

Simple kernel cheat with hook for communication

kernel-csgo-usermode.exe

How to use

  • 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 :)

Features

  • 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

Make it safer by

  • doing dynamic function imports
  • encrypting strings
  • changing the hook function
  • not using kdmapper but making your own mapper
  • not using mouse_event() haha