Merge pull request #46 from ps3120/main

Update lapse.mjs
This commit is contained in:
Kameleon
2025-06-01 05:49:33 -06:00
committed by GitHub
+5 -6
View File
@@ -1697,18 +1697,17 @@ export async function kexploit() {
await init();
const _init_t2 = performance.now();
if (localStorage.ExploitLoaded === "yes" && sessionStorage.ExploitLoaded!="yes") {
runBinLoader();
return new Promise(() => {});
}
try {
chain.sys('setuid', 0);
}
catch (e) {
localStorage.ExploitLoaded = "no";
}
if (localStorage.ExploitLoaded === "yes" && sessionStorage.ExploitLoaded!="yes") {
runBinLoader();
return new Promise(() => {});
}
// fun fact:
// if the first thing you do since boot is run the web browser, WebKit can