You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am working on a script for GodMode9, and I need assistance in creating a script that:
First, asks the user if they have already backed up their NAND. If they haven't, the script should exit without proceeding.(This has already been created.)
If NAND backup is confirmed, the script should upgrade permissions step by step (with messages prompting the user to press A to continue to the next level of permission).
The script should upgrade permissions in the following steps:
Level 1: Basic access permissions
Level 2: Intermediate access permissions
Level 3: Full access permissions (with a caution message)
The script should show a "Goodbye!" message when completed.
I would appreciate help on how to implement the permission upgrade part with proper checks and how to make sure the user is correctly prompted to continue at each stage.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am working on a script for GodMode9, and I need assistance in creating a script that:
I would appreciate help on how to implement the permission upgrade part with proper checks and how to make sure the user is correctly prompted to continue at each stage.
Beta Was this translation helpful? Give feedback.
All reactions