A simple server core written in Python for Supercell's Brawl Stars game
This core allows you to connect to the patched brawl stars client using the tcp protocol.

- python 3.10
- patched Brawl Stars client (If you research, you can find many. If you try to do it yourself, you will need some reverse engineering knowledge.)
- After obtaining the required package structures, implant them into the project
- After that, download the server and extract the server file from the archive.
- In the
config.jsonfile in the server folder, change theServerIPandServerPortsections as follows.
{
"ServerIP": "0.0.0.0",
"ServerPort": 9339
// continuation of the file...
}- Fill in the
ClientMajorandClientMinorsections in theconfig.jsonfile according to the client version you want to use. For example, if your client version is36.218, fill in as follows.
{
"ClientMajor": 36,
"ClientMinor": 218
// continuation of the file...
}- Run
src/main.pyand Run the main.py command and enter the client that matches the packet structure. - Have Fun!
- Classic Brawl for ByteStream logic.