Extravi / 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.

Home Page:https://extravi.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://extravi.dev


Languages

Language:C++ 71.5%Language:C 28.5%