mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-01-26 06:55:28 +01:00
Show "Send Pwned iBSS" option for A6 normal mode
This commit is contained in:
parent
decbf20c3e
commit
63317b3249
@ -5922,7 +5922,9 @@ menu_other() {
|
|||||||
if (( device_proc < 7 )); then
|
if (( device_proc < 7 )); then
|
||||||
if [[ $device_mode == "Normal" ]]; then
|
if [[ $device_mode == "Normal" ]]; then
|
||||||
menu_items+=("Enter kDFU Mode")
|
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")
|
menu_items+=("Enter pwnDFU Mode")
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user