Skip to content

nbqofficial/kernel-csgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Kernel cheat with kernel hook for communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages