Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proto-decoder

Caution

November 10th 2024: this project has been moved to a private repository

Decode all the protobufs communications from AFK Arena. It require the .proto schemas from the game, which aren't included for obvious reasons.

To install dependencies:

bun install

To run:

bun run src/server.ts

To decode protos, you need to send your protobufs to the server. The request is like this: POST http://localhost:29323/up-and-down-v2

{
  "up": "optional base64 encoded protobuf",
  "down": "base64 encoded protobuf"
}

About

Decode raws protos from AFK Arena

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages