How to connect with a specific IP in agar.io?
I wanted to play agar.io with my friend. He gave me his server IP and I tried to connect with it through the Web Console:
connect("ws://" + prompt("Server IP", "XXX.XXX.XXX.XXX:XXXX")); void 0;
But after prompting this script, console says
"Connecting to ws://37.187.163.240:1502"
socket open
TypeError: b is undefined
What's wrong with this script? Are there any ways to play together?
Solution 1:
Looks like the developer has "disabled" this "feature".
The Agario developer has disabled the function to directly connect to a server.
If you have any feedback about the removal of this function, please leave them here in this post. It won't help anything to message the moderators or to PM the developer.
EDIT: There have been some at userscripts that tried to bypass this, they failed or were already patched. Furthermore, these are server exploits, so as by the rules, scripts like this will be removed and might result in a ban up to 3 days. Asking for scripts like this is also not allowed.
Source