Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Switly.Laser

A simple server core written in Python for Supercell's Brawl Stars game

What is it?

This core allows you to connect to the patched brawl stars client using the tcp protocol. Console

Requirements

  • 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.)

How to Run

  • 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.json file in the server folder, change the ServerIP and ServerPort sections as follows.
{
  "ServerIP": "0.0.0.0",
  "ServerPort": 9339
  // continuation of the file...
}
  • Fill in the ClientMajor and ClientMinor sections in the config.json file according to the client version you want to use. For example, if your client version is 36.218, fill in as follows.
{
  "ClientMajor": 36,
  "ClientMinor": 218
  // continuation of the file...
}
  • Run src/main.py and Run the main.py command and enter the client that matches the packet structure.
  • Have Fun!

Thanks To

About

A simple server core for Supercell's game Brawl Stars

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages