Skip to content

Ainsley011/Secret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2 Bot Wallhack - Offline Practice Mod

A Counter-Strike 2 mod for offline practice that renders bot players through walls using ESP (Extra Sensory Perception) overlays.

Purpose

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

Features

  • 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

Requirements

  • Counter-Strike 2 (Steam)
  • Windows 10/11 or Linux
  • CMake 3.16+
  • C++20 compatible compiler

Building

mkdir build && cd build
cmake ..
cmake --build . --config Release

Installation

  1. Build the mod using the instructions above
  2. Copy the output library to your CS2 game directory
  3. Launch CS2 with -insecure flag for offline mode
  4. Start a local game with bots

Usage

Default keybinds:

  • Insert - Toggle ESP on/off
  • Home - Open settings menu
  • End - Toggle skeleton rendering

Configuration

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
}

Disclaimer

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.

License

MIT License - See LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published