r/brawlstarsmodding

Need help for PepperCrypto 29.274 Android Patch

I need to patch PepperCrypto to make the private and public key static but I don’t actually know how to do it on Android because the instructions are obviously different from iOS, is there someone able to help me? v29.274. Any help is appreciated (Please don’t be toxic I just don’t have IDA skills)
I wanted to use Classic Brawl Client but for 2 reasons I can’t 1. All links died and got deleted, 2. PepperCrypto is killed but I need the keys to be static not the Crypto killed so that it doesn’t encrypt packets

reddit.com
u/Leonikk44Gamer — 4 days ago

Discord FIles Bot

Hi guys, hope this helps some of you!

I've seen a lot of people struggling to find decent tools for this kind of work, so I figured I'd make this post.

I wanna introduce Collex, a Discord bot I've been working on for dozens of months. It's built for renderers and game modders who are tired of juggling different tools just to convert one file.

https://discord.gg/jEnAeyDJGM

A few things it handles:

- Converting 3D models between formats like glb, fbx, dae, scw, and more

- Converting textures to png from sc, sctx, ktx, pvr, etc.

- Pulling Chinese version faces and files too

Still actively growing, so if this is something you've needed, come check it out, you'll like it

Thanks for reading!

u/narchh — 4 days ago

V62 Python Selfhost Server by me

I made an experimental python server for v62, its mostly for learning and i want to expand my knowledge while developing this.

For now only some login packets and ohd(not completely) works. I will try to make battles work but i think there is nothing much left from offline battles.

I will publish it once the base structure is completely done.(It may take up to months cuz i am not a pro modder and i will learn new things while developing it.)

I am open to comments and suggestions.

u/Any_Budget4083 — 7 days ago

i hate this tool..

I am not really sure about posting this or not but like i tried like 15-20 times just to make frida gadget successfully work, and guess what.. it didnt worked lmfao

So im gonna tell you my steps and i want you to tell me where i did wrong.. so i can learn lol. (thanks in advance.)

(I'll humiliate myself so that no one else who wants to learn frida has to go through this pain lol)

So firstly i downloaded a frida gadget from the frida's github page compatible with armeabi-v7, then i named it libdebug.so, then i created a file named libdebug.config.so and pasted this:

{

"interaction": {

"type":"script",

"path":"libdebug.script.so",

"on_change":"reload"

}

}

then i created a file named libdebug.script.so and i opened it with notepad and pasted my script.(btw i am using scripts from the allbrawl's github archive)

so lets come to the "g" part, in GameApp.smali i did something like this:

const-string v0, "g"

.line 5872

invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V

const-string v0, "debug"

.line 5872

invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V

but at the and the game crashed.

I am using windows, and apktool GUI for compiling/decompiling.

I have so many concepts that i want to implement. And also have coding experience in js. Any help is appreciated! ty all

reddit.com
u/Any_Budget4083 — 11 days ago

Has anyone been getting these weird bots?

So whenever I play a new brawler to grind trophies, I obviously get sent to a bot match most of the time. However, I sometimes get sent into these weird bots with dates as their usernames. They don’t do anything during the match. They just stand still and randomly shoot whenever they want to.

u/marsel9072 — 11 days ago