dimotsai / agar-mini-map

A minimap which is able to show positions on agar.io
https://github.com/dimotsai/agar-mini-map
MIT License
39 stars 24 forks source link

Does your script work after the patch? #66

Open davidmann4 opened 8 years ago

davidmann4 commented 8 years ago

crazy things happen with the map size packet - looks like they update it everytime a player moves.

I guess your script does not work anymore - right?

dimotsai commented 8 years ago

@davidmann4 The userscript still work. The map size will be updated whenever Packet No. 64 arrive. But I don't understand why they try to update map size...

davidmann4 commented 8 years ago

they update it everytime you move so you do not know the full map size

davidmann4 commented 8 years ago

they made it to fight feeder bots

dimotsai commented 8 years ago

@davidmann4 You are right, the script is broken

davidmann4 commented 8 years ago

he is making a minimap - lets pull him into this repo! https://www.reddit.com/r/Agario/comments/45xhlb/bots_are_patched_yay/d01vp1q https://www.reddit.com/r/Agario/comments/4662rm/bots_still_not_patched/

dimotsai commented 8 years ago

We still can retrieve correct map size from Spectator Mode. However, if I apply this method, the server will be required to transmit data. The client script will no longer be standalone.

davidmann4 commented 8 years ago

fyi: he posted an img

mbm3 commented 8 years ago

ok so this is the same as #67. is there any progress on this?