NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name NGU Agar.io Server // @namespace htt // @version 0.1 // @description Made by An0ny to Simplify the process of joining! // @author An0ny // @match http://agar.io/* // @grant none // ==/UserScript== document.getElementById("a300x250").innerHTML = "<br /><button class='btn btn-success btn-sm btn-block' id='nextgenupdate' >Click here to change server to nextgenupdate!</button>"; function myfunc (zEvent) { connect("ws://92.222.93.66:443"); connect("ws://92.222.93.66:443"); connect("ws://92.222.93.66:443"); alert('Connection has been made!\n\nPlease drop a like or a reply if you like this server and want me to continiue running it!\n\n\nHosted & Made by An0ny'); } var myDiv = document.querySelector ("#nextgenupdate"); if (myDiv) { myDiv.addEventListener ("click", myfunc , false); }