From e50223b0be578edb975623fa9eac8b8575620d1f Mon Sep 17 00:00:00 2001 From: KAR0218 <82988257+KAR0218@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:44:40 +0100 Subject: [PATCH] Update exploit.mjs --- 900New/exploit.mjs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/900New/exploit.mjs b/900New/exploit.mjs index 6026cce8..bf73b8cc 100644 --- a/900New/exploit.mjs +++ b/900New/exploit.mjs @@ -592,7 +592,7 @@ async function setup_arw(save, ssv_data) { for (const msg of msgs) { if (msg.data !== '') { - alert('Webkit Done!!!... Click ok'); + //alert('Webkit Done!!!... Click ok'); debug_log('achieved arbitrary r/w'); const u = new Uint8Array(msg.data); @@ -748,9 +748,12 @@ async function run() { await double_free(s1); debug_log('Jailbreaking........... Wait'); await triple_free(s1, jsview, view_leak_arr, view_leak); - + debug_log('WebKit Done.............Wait'); //clear_log(); run_hax(); } -run(); +setTimeout(function() + { + run(); + }, 1000);