From 6a8d7dba6b517787609555fd73a0f9117ee4afde Mon Sep 17 00:00:00 2001 From: ps3120 <32280131+ps3120@users.noreply.github.com> Date: Sat, 31 May 2025 11:38:23 +0200 Subject: [PATCH] Update lapse.mjs small fix --- lapse.mjs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/lapse.mjs b/lapse.mjs index 1162139..56fa594 100644 --- a/lapse.mjs +++ b/lapse.mjs @@ -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