pulviscriptor
                                            pulviscriptor
                                        
                                    > @pulviscriptor is it possible to call the XP and player level through agario-client? @MastaCoder Try to use event `on.experienceUpdate(level, current_exp, need_exp)` if it will not work, then its in...
@Salvationdk I think its now in other server with other protocol https://github.com/pulviscriptor/agario-client/issues/78 I probably will remove `experienceUpdate` event since its not working anymore.
google+ auth codes is supported by the code. You can do `client.auth_provider = 2;` to switch key type to google. But how to generate google auth key i do not...
@Zephyr-Vi I do not know URL and do not know is it hard or not to get it. You can look how "fun" it was searching FB URL https://github.com/pulviscriptor/agario-client/issues/42 When...
@Zephyr-Vi You can just share URL or method how to obtain token and i will do the rest. Just if you want to share.
@hassanila97 I can't implement it any time soon, can't find time to investigate how it works. If you/somebody can do it, that would be great.
@DaAwesomeRazor Great! I'm bad at investigations of HTTP stuff and can't find free day for it.
Using firefox ESR 38.6.0 i can't reproduce bug. For me records playing without any issue. Can you provide more information?
@Sonicmaster13 If you can fix it then you should start your own client. You can copy all my source codes to your new client and make it your own. After...
By looking at line 621 https://github.com/pulviscriptor/agario-client/blob/master/agario-client.js#L621 I can say that you do something like `client.moveTo(999999999999999999999999,1)` There is chance that agar changed coordinates from UInt32 to something other, but i can't...