A Counter-Strike 2 mod for offline practice that renders bot players through walls using ESP (Extra Sensory Perception) overlays.
This mod is designed for offline practice only with bot players. It helps you:
- Learn common bot movement patterns
- Practice pre-aiming angles
- Understand map geometry and wallbang spots
- Improve reaction time in controlled scenarios
- Bot player ESP boxes through walls
- Configurable colors for different teams (CT/T)
- Distance-based rendering
- Toggle on/off with customizable keybind
- Skeleton rendering option
- Health bar display
- Counter-Strike 2 (Steam)
- Windows 10/11 or Linux
- CMake 3.16+
- C++20 compatible compiler
mkdir build && cd build
cmake ..
cmake --build . --config Release- Build the mod using the instructions above
- Copy the output library to your CS2 game directory
- Launch CS2 with
-insecureflag for offline mode - Start a local game with bots
Default keybinds:
Insert- Toggle ESP on/offHome- Open settings menuEnd- Toggle skeleton rendering
Edit config.json to customize:
{
"esp_enabled": true,
"box_color_t": [255, 0, 0, 200],
"box_color_ct": [0, 0, 255, 200],
"max_distance": 2000,
"show_health": true,
"show_skeleton": false
}This mod is intended for offline use with bots only. Using this or similar software in online multiplayer matches violates Valve's Terms of Service and will result in a VAC ban. The authors are not responsible for any misuse of this software.
MIT License - See LICENSE file for details.