firebolt55439 / Diep.io-Protocol

A project dedicated to reverse-engineering diep.io's client/server protocol.
33 stars 10 forks source link

Added recognition for tank upgrades #3

Closed hxxr closed 8 years ago

hxxr commented 8 years ago

It now reports when you upgrade to a Tier 1 tank.

When you upgrade your tank to another one, it returns a packet of length 2 in the form [4, X] What happens when you upgrade tanks: [4, 2] Twin [4, 12] Sniper [4, 14] Machine Gun [4, 16] Flank Guard

hxxr commented 8 years ago

I'm going to find all of the packets sent by the tank upgrades and send them all at once.

firebolt55439 commented 8 years ago

This is very promising. Let me see if I can help out with finding the tank upgrade packets :).

firebolt55439 commented 8 years ago

It looks like we'll have to intercept the upgrade packet for every single tank upgrade combo, which might take a while. In the meantime, I'll merge this into the main branch so we can at least recognize the 4 base tank upgrades. @hxxr