From 63317b32492b6d605be3eb1a436d3030175bc298 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:44:02 +0800 Subject: [PATCH] Show "Send Pwned iBSS" option for A6 normal mode --- restore.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index ed5fe8c..6e0da66 100755 --- a/restore.sh +++ b/restore.sh @@ -5922,7 +5922,9 @@ menu_other() { if (( device_proc < 7 )); then if [[ $device_mode == "Normal" ]]; then menu_items+=("Enter kDFU Mode") - if [[ $device_proc != 5 ]]; then + if [[ $device_proc == 6 ]]; then + menu_items+=("Send Pwned iBSS") + elif [[ $device_proc != 5 ]]; then menu_items+=("Enter pwnDFU Mode") fi else