100% found this document useful (1 vote)
609 views2 pages

Agario Universe UserScript v5.0

This userscript detects the subdomain of the agar.io URL (e.g. delta, dev) and loads a different agar.io modification or tool based on the subdomain. It loads the default unmodified agar.io if an unsupported subdomain is used. It loads the code for each modification or tool via XMLHttpRequest to avoid cross-origin issues.

Uploaded by

eddy212
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
609 views2 pages

Agario Universe UserScript v5.0

This userscript detects the subdomain of the agar.io URL (e.g. delta, dev) and loads a different agar.io modification or tool based on the subdomain. It loads the default unmodified agar.io if an unsupported subdomain is used. It loads the code for each modification or tool via XMLHttpRequest to avoid cross-origin issues.

Uploaded by

eddy212
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

// ==UserScript==

// @name AGARIO UNIVERSE


// @version 5.0
// @description 9999999 in 1
// @author soft
// @match *://[Link]/*
// @run-at document-start
// @connect [Link]
// @connect [Link]
// @connect [Link]
// @connect [Link]
// @connect [Link]
// @connect [Link]
// @connect [Link]
// @connect [Link]
// @grant [Link]
// ==/UserScript==

[URL]//[Link]()[/URL]
var mode = [Link](1)

var url;
switch(mode){
case 'delta': url = '[Link]
break;
case 'remade-delta': url = '[Link]
break;
case 'dev': url = '[Link]
break;
case 'dev2': url = '[Link]
break;
case 'local':
case 'latest/mc':case 'latest/mc/':
url = '[Link]

[Link]=='https:'&&([Link]='[Link]
break;
case 'hslo':
[Link]();
[Link] = "";
url = null
[Link]({
method : "GET",
url : '[Link]
onload : function(e) {
new Function(['GM_info, GM_xmlhttpRequest'],[Link])([Link],
[Link])
}
});
break;
case 'at':case 'at/':case 'agartool':case 'agartool/':
[Link]();
[Link] = "";
url = null
[Link]({
method : "GET",
url : '[Link]
onload : function(e) {
new Function([Link])()
}
});
break;
case 'va':case 'vanilla':case 'va/':case 'vanilla/':
[Link]();
[Link] = "";
url = null
[Link]({
method : "GET",
url : '[Link]
onload : function(e) {
new Function([Link])()
}
});
break;
case 'legendmod':
case 'lm':
[Link]();
[Link] = "";
url = null
[Link]({
method : "GET",
url : '[Link]
onload : function(e) {
new Function(['GM_info, GM_xmlhttpRequest'],[Link])([Link],
[Link])
}
});
break;
default: url = '[Link]
[Link](mode)

}
[Link]('mode',mode,url)

[Link] = "Loading";
[Link]({
method: "GET",
url: url,
onload: function(e) {
var D = [Link];
var newDoc = [Link] ();
[Link] (
[Link] ([Link], true),
[Link]
);
[Link]();
[Link]([Link]);
[Link]();

}
});

You might also like