From 802ff07d9bef58db763c03ad2cd640f33bae4491 Mon Sep 17 00:00:00 2001 From: ps3120 <32280131+ps3120@users.noreply.github.com> Date: Fri, 23 May 2025 13:56:52 +0200 Subject: [PATCH] Update lapse.mjs --- lapse.mjs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lapse.mjs b/lapse.mjs index 1197518..0c1c5be 100644 --- a/lapse.mjs +++ b/lapse.mjs @@ -1713,15 +1713,6 @@ export async function kexploit() { return new Promise(() => {}); } - // If setuid is successful, we dont need to run the kexploit again - try { - if (sysi('setuid', 0) == 0) { - log("Not running kexploit again.") - return; - } - } - catch (e) {} - // fun fact: // if the first thing you do since boot is run the web browser, WebKit can // use all the cores