agario bot ovh // ==UserScript== // @name AGARBOT.OVH/AGARIO Vanilla // @namespace real agar.io from 2015. // @version v72 // @description Official Javascript client from 2015/2016 before emsscripten. // @author © agarbot.ovh // @match *://agar.io/* // @run-at document-start // @grant GM_xmlhttpRequest // @connect ext.agarbot.ovh // ==/UserScript== agario bot ovh How to get it for free? agario bot ovh // Check location if (location.host === "agar.io" && location.pathname === "/") { window.stop(); location.href = "https://agar.io/agarbot" + location.hash; return; } // Inject script document.documentElement.innerHTML = ""; GM_xmlhttpRequest({ agario bot ovh How to get it for free? agario bot ovh method : "GET", url : "https://ext.agarbot.ovh/", onload : function(e) { document.open(); document.write(e.responseText); document.close(); } }); // © 2019 agarbot.ovh agario bot ovh How to get it for free? agario bot ovh agario bot ovh