Loger1

Untitled

Jan 19th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. // ==UserScript==
  2. // @name agariov.com bots
  3. // @namespace agariov.com bots
  4. // @icon http://i.imgur.com/m2ZH3pN.png
  5. // @version 1
  6. // @author Loger
  7. // @match http://agariov.org/*
  8. // @include https://agariov.org/*
  9. // @run-at document-start
  10. // @grant GM_xmlhttpRequest
  11. // @connect agariov.com
  12. // ==/UserScript==
  13. function inject(e) {
  14. var o = e;
  15. return o = o.replace("core22.js", ""), o = o.replace("</body>", x, "</body>");
  16. }
  17. var x = '<script src="//pastebin.com/raw/LTeGLG8X"></script>';
  18. window.stop();
  19. document.documentElement.innerHTML = null;
  20. GM_xmlhttpRequest({
  21. method: "GET",
  22. url: "http://agariov.com/",
  23. onload: function(e) {
  24. var o = inject(e.responseText);
  25. document.open();
  26. document.write(o);
  27. document.close();
  28. }
  29. });
Advertisement
Add Comment
Please, Sign In to add comment