Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name agariov.com bots
- // @namespace agariov.com bots
- // @icon http://i.imgur.com/m2ZH3pN.png
- // @version 1
- // @author Loger
- // @match http://agariov.org/*
- // @include https://agariov.org/*
- // @run-at document-start
- // @grant GM_xmlhttpRequest
- // @connect agariov.com
- // ==/UserScript==
- function inject(e) {
- var o = e;
- return o = o.replace("core22.js", ""), o = o.replace("</body>", x, "</body>");
- }
- var x = '<script src="//pastebin.com/raw/LTeGLG8X"></script>';
- window.stop();
- document.documentElement.innerHTML = null;
- GM_xmlhttpRequest({
- method: "GET",
- url: "http://agariov.com/",
- onload: function(e) {
- var o = inject(e.responseText);
- document.open();
- document.write(o);
- document.close();
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment