AgarPacketSniffer

Packet sniffer for Agar.io packets

目前為 2023-08-17 提交的版本,檢視 最新版本

作者
jimboy3100
評價
0 0 0
版本
v2
建立日期
2023-08-17
更新日期
2023-08-17
尺寸
4.2 KB
授權條款
MIT
腳本執行於

This script is important for developers of agar.io who want to handle packets.

NuclearC Agar.io protocol decryption v16
issy123 protocol decryption v15

On old time we were using scripts with regex like this after loading the agario.core.js file.
Later on we made independant scripts based on the protocol that clients communicates with the server like this.

Dependended libaries:
buffer.js
protobuf.min.js with protobuf.min.js.map

Another example was the usage of bots on node.js
Look at writer.js and reader.js