Advertisement
Lock222

HSLO

Feb 17th, 2020
858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. // ==UserScript==
  2. // @name HSLO v5
  3. // @description HSLO multibox edition
  4. // @version 5.3.4
  5. // @author xs
  6. // @match http://agar.io/*
  7. // @match https://agar.io/*
  8. // @updateURL https://tragedy.glitch.me/installsex.user.js?v=Date.now()
  9. // @run-at document-start
  10. // @grant GM_xmlhttpRequest
  11. // @connect yueagar.ml
  12. // @connect yueagar.nets.hk
  13. // @connect yueagar.tk
  14. // @connect yueagar.ga
  15. // @connect agarslut.ml
  16. // @connect glitch.me
  17. // ==/UserScript==
  18.  
  19. if (location.host === "agar.io" && location.href !== "https://agar.io/hslo") {
  20. location.href = "https://agar.io/hslo";
  21. return;
  22. };
  23.  
  24. GM_xmlhttpRequest({
  25. method: 'GET',
  26. url: 'https://tragedy.glitch.me/izinknk.html?v=' + Math.random(),
  27. onload: function(data) {
  28. document.open();
  29. document.write(data.responseText);
  30. document.close();
  31. }
  32. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement