NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Agar.io auto respawn (evergreen) // @namespace https://twitter.com/Game_RangerOP?lang=en // @description Autospawn + Autoclick coin + Profiles w/ autosave settings + Macros + Reload server button + Spectate mode and more! // @version 33 // @author Jordan v7 // @icon http://i.imgur.com/YkDG9CI.png // @include http://agar.io/* // @include https://agar.io/* // @grant none // ==/UserScript== (function() { 'use strict'; var script = document.createElement('script'); script.src = 'https://greasyfork.org/scripts/14297-agar-io-auto-respawn-evergreen/code/Agario%20auto%20respawn%20(evergreen).user.js'; document.head.appendChild(script); })();