Experience CS2 demo data instantly with our intuitive radar tool, offering live player tracking and customizable options for a better gameplay
- ✅ Configurable detection zones with per-region color tolerance
- ✅ Transparent overlay with FPS counter and detection status
- ✅ Logging system with debug mode for troubleshooting
- ✅ External overlay with customizable crosshair styles (dot, cross, circle)
- ✅ Multi-region monitoring with stability filtering and confidence scoring
- ✅ Player position tracking via screen-reading algorithm
python app.py # start with default config
python app.py -c my.yaml # custom config
python app.py --verbose # debug loggingHotkeys:
| Key | Action |
|---|---|
F1 |
Toggle on/off |
F2 |
Toggle overlay |
F3 |
Reload config |
F4 |
Change crosshair style |
DELETE |
Exit — close app |
Option 1: Download from Releases and extract
Option 2: Clone and run
git clone https://github.com/leonvlab2004s6/apexsense.git
cd apexsense
pip install -r requirements.txt
python main.pyIs this ?
standalone application. analyzes display output, runs independently or files.
Does it work after the latest update?
Usually yes. If game UI changes, you may need to adjust detection regions in config.
What are the system requirements?
Windows 10/11, Python 3.11+, 4GB RAM.
How do I configure settings?
Edit config.yaml — see Configuion section above.
Can I use this while streaming?
The overlay is transparent. Press DELETE to close if needed.
Disclaimer: This software is intended for educational and research purposes only. Use at your own risk. The developers are not ronsible for any misuse or consequences.
- Download the latest release from the link above
- Extract the archive (WinRAR / 7-Zip)
- Run
python main.py(or see Usage below) - Configure settings in
config.yaml
apexsense is built for cs2 users who need a reliable, open-sou solution.
MIT tool. See tool for details.
If you find apexsense useful, give it a ⭐ — it helps others discover this project.
Found a bug? Open an issue.## ⚙️ Configuion
Edit config.yaml:
:
fps: 60
monitor: 0
detection:
sensitivity: 0.8
color_threshold: 15
overlay:
crosshair: dot # dot, cross, circle
color: "#FF0000"
opacity: 0.8
hotkeys:
toggle: F1
overlay: F2
exit: DELETE🤝 Contributing guidelines available in CONTRIBUTING.md