在您安裝前,Greasy Fork镜像希望您了解本腳本包含“可能不受歡迎的功能”,可能幫助腳本的作者獲利,而不能給你帶來任何收益。
此腳本內的代碼會追蹤您的瀏覽行為。
all my mods in one script!
目前為
此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.gf.qytechs.cn/scripts/439454/1014839/Lost%20Mod.js
Lost mod
let nBtnCSS = `font-size: 60px;background-color: black;color: white;border-color: black;`;
let selBtnCSS = `font-size: 60px;background-color: white;color: black;border-color: black;`;
unsafeWindow.displayP = x => {
switch(x) {
case 0:
document.getElementById("internalPlugins").style.display = "block";
document.getElementById("externalPlugins").style.display = "none";
document.getElementById("loadExternalPlugins").style = nBtnCSS;
document.getElementById("loadInternalPlugins").style = selBtnCSS;
break;
case 1:
document.getElementById("internalPlugins").style.display = "none";
document.getElementById("externalPlugins").style.display = "block";
document.getElementById("loadExternalPlugins").style = selBtnCSS;
document.getElementById("loadInternalPlugins").style = nBtnCSS;
break;
};
};
try {
document.head.insertAdjacentHTML('afterend', `
This is SuperMod, loaded internally, and it is the most popular MooMoo.io hack with several different updates and features, all well rounded to play normal mode or sandbox mode!
Use SuperModThese are a ton of externally loaded MooMoo.io hacks / plugins! These are external resources and are not developed by us, but they are audited for security and quality (think of it like an App Store)
Load X-Ware`);
} catch(e) {
unsafeWindow.onbeforeunload = false;
window.location.reload();
};
let o_on = () => {document.getElementById("overlay").style.display = "block"};
let o_off = () => {sM.cancel = true; document.getElementById("overlay").style.display = "none"};
let createSelector = (id, handler) => {
document.getElementById(id).onclick = handler;
};
let alertFalse = () => {
alert('please enable popups');
};
createSelector("superModLoad", () => {
execOpen && (execOpen = window.open(CONTROLLER_PAGE));
if (execOpen == null) alertFalse();
o_off();
_ls(window.location.protocol + "//" + window.location.hostname + "/bundle.js");
_init(true);
sM.sMf();
});
createSelector("xwareLoad", () => {
execOpen && (execOpen = window.open(CONTROLLER_PAGE));
if (execOpen == null) alertFalse();
o_off();
//Function.prototype.call = Function.prototype._call;
_ls(BASE_URL + "users/fzb/supermodv3/xw", true);
localStorage.xwLoad = true;
unsafeWindow.onbeforeunload = false;
window.location.reload();
//sM.sMf();
});
createSelector("quasarLoad", () => {
execOpen && (execOpen = window.open(CONTROLLER_PAGE));
if (execOpen == null) alertFalse();
o_off();
_ls(BASE_URL + "users/fzb/supermodv3/quasar");
sM.sMf();
});
createSelector("justMod", () => {
execOpen && (execOpen = window.open(CONTROLLER_PAGE));
if (execOpen == null) alertFalse();
o_off();
_ls(window.location.protocol + "//" + window.location.hostname + "/bundle.js");
_ls(BASE_URL + "users/fzb/supermodv3/justmod");
sM.sMf();
});
createSelector("nextGenLoad", () => {
execOpen && (execOpen = window.open(CONTROLLER_PAGE));
if (execOpen == null) alertFalse();
o_off();
_ls(window.location.protocol + "//" + window.location.hostname + "/bundle.js");
_ls(BASE_URL + "users/fzb/supermodv3/nextgen");
sM.sMf();
});
}
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址