Remove timeout

This commit is contained in:
Kameleon
2025-05-20 07:36:38 -06:00
committed by GitHub
parent e3af4305ab
commit 1b275030ee
+2 -2
View File
@@ -1745,7 +1745,7 @@ export async function kexploit() {
}
}
setTimeout(kexploit().then(() => {
kexploit().then(() => {
function malloc(sz) {
var backing = new Uint8Array(0x10000 + sz);
nogc.push(backing);
@@ -1781,4 +1781,4 @@ setTimeout(kexploit().then(() => {
payload_loader,
payload_buffer,
);
}),1000);
})