Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name HSLO v5
- // @description HSLO multibox edition
- // @version 5.3.4
- // @author xs
- // @match http://agar.io/*
- // @match https://agar.io/*
- // @updateURL https://tragedy.glitch.me/installsex.user.js?v=Date.now()
- // @run-at document-start
- // @grant GM_xmlhttpRequest
- // @connect yueagar.ml
- // @connect yueagar.nets.hk
- // @connect yueagar.tk
- // @connect yueagar.ga
- // @connect agarslut.ml
- // @connect glitch.me
- // ==/UserScript==
- if (location.host === "agar.io" && location.href !== "https://agar.io/hslo") {
- location.href = "https://agar.io/hslo";
- return;
- };
- GM_xmlhttpRequest({
- method: 'GET',
- url: 'https://tragedy.glitch.me/izinknk.html?v=' + Math.random(),
- onload: function(data) {
- document.open();
- document.write(data.responseText);
- document.close();
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement