issy123 / agario-protocol

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

First two authorisation tokens #3

Closed wishstorage closed 8 years ago

wishstorage commented 8 years ago

I got another auth tokens

new Int8Array([-2,6,0,0,0]); new Int8Array([-1,-59,42,64,54]);

Can be the second frame different!?

issy123 commented 8 years ago

Maybe the tokens are composed of the game server ip and port? Are these different every other server?

If not, this could also be time based auth tokens. Which expires each x time maybe

kscc25 commented 8 years ago

The first one is always the same but the second one depends on agario.core.js version (look at the last number at the end of the file)

terjanq commented 8 years ago

@heroandtn3

Are you working on repair agario?

wishstorage commented 8 years ago

Ok, may be so... Now I have this: new Int8Array([-2,6,0,0,0]); new Int8Array([-1,-33,-8,119,-40]);

At the end of agario.core.js number is 40. Is it the last of array!? So -1 - I suppose it is constant -33 - ??? -8 - ??? 119 - ??? -40 - the last number at the end of the agario.core.js file

kscc25 commented 8 years ago

-40 - the last number at the end of the agario.core.js file

Actually not, it's just a random.

wishstorage commented 8 years ago

I record websocket traffic several times on different rooms, different countries, different ip ( through proxy), but this packet (new Int8Array([-1,-33,-8,119,-40])) is the same

wishstorage commented 8 years ago

I might have a look on this file during its changing

wishstorage commented 8 years ago

Today new Int8Array([-2,6,0,0,0]); new Int8Array([-1,-6,112,37,42]);