Skip to content

Utilizes a kernel driver for memory reading and external DirectX overlay rendering, enabling visual overlays that can display additional player information in CS2.

Notifications You must be signed in to change notification settings

Extravi/cs2-kernel-esp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs2-kernel-esp

Utilizes a kernel driver for memory reading and external DirectX overlay rendering, enabling visual overlays that can display additional player information in CS2.

Note

This was a learning project, and as a result, I will not be maintaining it. The external overlay it creates will be detected by VAC. However, VAC does not have any checks against hijacked overlays. For example, you could hijack the Nvidia overlay, but it is not the only overlay you could hijack. There are many other things you could use, and you can edit the code to do so.

// NVIDIA GeForce Overlay Handle
const HWND overlay = FindWindowW(L"CEF-OSC-WIDGET", L"NVIDIA GeForce Overlay");

Screenshot preview

Authors

Kernel Driver video by cazz.

ESP overlay made by Extravi.

About

Utilizes a kernel driver for memory reading and external DirectX overlay rendering, enabling visual overlays that can display additional player information in CS2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published