tailsjs / OriginalBrawl.js

First open-source Brawl Stars v2.57 JavaScript server!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OriginalBrawl.js

First open-source Brawl Stars v2.57 JavaScript server! Based on nodebrawl-core

Requirements

Setting up

  1. Download/clone a repository
  2. Type in console npm install
  3. node index

How to play?

Method 1.

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.

Method 2.

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.

Method 3.

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.

What's working?

  • Battles (NEED TO PLAY THROUGH BOT BATTLE)
  • Home (OwnHomeData without HEX)
  • Player Profile.
  • Club and Chat
  • Leaderboards
  • Boxes

Credits

  • Depresive Primo for helping with some structures.
  • Ultracore for OHD HEX structure

Screens

Main menu

About

First open-source Brawl Stars v2.57 JavaScript server!


Languages

Language:JavaScript 100.0%