A streamlit web-app framework for Counter-Strike 2 mods built using Python. For Educational purposes only.
You'll need a2x's cs2-dumper for updating offsets at launch. You can find the cs2-dumper.exe under releases or, preferably, compile it yourself so its up to date.
Once downloaded, place it in the same folder as this repo after cloning.
- RCS (amount slider)
- Trigger Bot (trigger key)
- ESP (box, health, name, skeleton)
- Misc
git clone https://github.com/0zean/coral.gitSimultaneously create venv and install dependencies via uv (make sure uv is installed first):
uv syncTo start the streamlit app, have CS2 running and double-click start.bat. This will run the offset dumper and start the streamlit server.
The web app will compile and then start running at http://localhost:8501 which will be automatically copied to the clipboard.
Because the streamlit app is hosted on localhost, it can optionally be accessed through your phone if you create an exception for port 8501 in your firewall Inbound Rules.
Cheating in Counter-Strike 2 is not condoned and there is no guarentee this app won't result in a ban. This project is intended for educational purposes showcasing read-only memory applications. Use at your own risk!

