Skip to content
/ coral Public

A read-only streamlit framework for Counter-Strike 2 (CS2) game enhancements using Python. For Educational purposes only.

Notifications You must be signed in to change notification settings

0zean/coral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Using Anaconda, create a new env:

conda create -n coral python=3.10

📦 3. Install libraries

Install pip dependencies from requirements.txt:

pip install -r requirements.txt

🚀 4. 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!

About

A read-only streamlit framework for Counter-Strike 2 (CS2) game enhancements using Python. For Educational purposes only.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published