Brawl.cpp
core of C++ for brawl stars sever
Install / Use
/learn @FMZNkdv/Brawl.cppREADME
This is the Brawl Stars Core, version V39.999, written in Cpp.
Requirements
- Gcc (G++)
- Brain..? 🧑🏿🦯
Building
git clone https://github.com/FMZNkdv/brawl.cpp.git
cd brawl.cpp
g++ -std=c++17 -pthread -I. -I/usr/include/asio Core.cpp Message/*.cpp Stream/*.cpp -o brawl.cpp
Running
./brawl.cpp
The server will start listening on 0.0.0.0:9339 by default.
