First open-source Brawl Stars v2.57 JavaScript server! Based on nodebrawl-core
- NodeJS
- Brain
- Download/clone a repository
- Type in console
npm install
node index
To play you need to patch v2.57 client. Download it right there..
Edit "Brawl Stars" file in an hexa editor (if you run server from another device) and replace every 127.0.0.1
by your IP. (Thanks Depresive Primo for method!)
- Unstable method.
To play you need IPA client of Brawl Stars v2.57. You can download it anywhere, i guess.
Then you need to somehow redirect yourself from game.brawlstarsgame.com
to your IP.
My method is simply to change the hosts
file in /etc/hosts
.
Just add YOUR.IP.ADDRESS.HERE game.brawlstarsgame.com
to the end of the file.
- If you hosting server on your PC, you need to type local IPv4 IP. Get it from
ipconfig
command. - This method works only with jailbreaked iPhones.
You can use client, that was made by risporce with Frida Injection Download it right there.
Edit IP in /Payload/Brawl Stars.app/Dylibs/change-host.js
file. (line 5)
- This method works only with iOS 10 and higher.
- Battles (NEED TO PLAY THROUGH BOT BATTLE)
- Home (OwnHomeData without HEX)
- Player Profile.
- Club and Chat
- Leaderboards
- Boxes
- Depresive Primo for helping with some structures.
- Ultracore for OHD HEX structure