issy123 / agario-protocol

Protocol for agar.io version 2.1.5
8 stars 2 forks source link

Update reverse engineering teachnique #9

Open kscc25 opened 8 years ago

kscc25 commented 8 years ago

I updated https://github.com/SNSA/agario-code to hook custom Websocket to Agar.io. It also allows you to debug pretty version of agario.core.js and of course you can easily put break points there.

Note that whenever the script is outdate, Agar.io will ask to redownload the script. To have latest version of the agario.core.js script, run: gulp update (and don't forget to send a PR to update it).

Barbosik commented 5 years ago

here is nice tool in the chrome browser: chrome://net-export/

it allows to capture all requests into file and analyze it later