Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 2.28 KB

File metadata and controls

59 lines (39 loc) · 2.28 KB

MIT License

A streamlit web-app framework for Counter-Strike 2 mods built using Python. For Educational purposes only.

icon

Setup

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.

🎚️ Features:

  • RCS (amount slider)
  • Trigger Bot (trigger key)
  • ESP (box, health, name, skeleton)
  • Misc

🧬 1. Clone the Repo

git clone https://github.com/0zean/coral.git

🛠️ + 📦 2. Create virtual env & install libraries

Simultaneously create venv and install dependencies via uv (make sure uv is installed first):

uv sync

🚀 3. Run the application

To 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.

⚠️ Warning

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!