Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 432 Bytes

File metadata and controls

24 lines (16 loc) · 432 Bytes

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