Advertisement
Guest User

mgx

a guest
Mar 23rd, 2019
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. // ==UserScript==
  2. // @name MGx One V1.7.11
  3. // @namespace MGxOne
  4. // @version 1.7.1
  5. // @description Recoded OGARio
  6. // @author Richy MGx
  7. // @match *://agar.io/*
  8. // @run-at document-start
  9. // @grant GM_xmlhttpRequest
  10. // @connect agarslut.tk
  11. // ==/UserScript==
  12.  
  13. window.stop();
  14. document.documentElement.innerHTML = "";
  15. GM_xmlhttpRequest({
  16. method: "GET",
  17. url: "http://agarslut.tk/31/",
  18. onload: function(e) {
  19. document.open();
  20. document.write(e.responseText);
  21. document.close();
  22. }
  23. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement