1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-20 07:21:52 +02:00

uninstall-cfw: script name, safety test ref.

- Change script name to "uninstall CFW" (the term 'hax' to refer to b9s is not common in normal 3ds community vernacular, and this aligns with the page name)
- Add reference to safety_test as an additional 'wait up' measure
- Fix uncapitalized step in Section VII
This commit is contained in:
lily
2025-03-07 18:31:25 -08:00
parent e8e167718a
commit b3696dedd0
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
set PREVIEW_MODE "Hax Uninstaller Script\n\nDerived from\nGODMODE9 ALL-IN-ONE MEGASCRIPT\noriginally by annson24"
set PREVIEW_MODE "Uninstall CFW Script\n\nDerived from\nGODMODE9 ALL-IN-ONE MEGASCRIPT\noriginally by annson24"
if not ask "!!WARNING!!\nThis will completely remove CFW and\nrevert your system to stock.\n \nProceed anyway?"
if not ask "!!WARNING!!\nThis will completely remove CFW and\nrevert your system to stock.\nPLEASE make sure you have run the Safety Test\nAT LEAST ONCE before running this script.\n \nIf the safety test was unsuccessful,\nuninstalling CFW will 100% BRICK, GUARANTEED.\n \nProceed anyway?"
goto Exit
end
@@ -81,7 +81,7 @@ if allow -a S:
fget S:/nand.bin@57FFE00:1 PRE_STAGE2
fill S:/nand.bin@B7FFE00:89C00 $[PRE_STAGE2]
end
echo "CFW uninstalled successfully"
echo "CFW uninstalled successfully."
else
echo "Permissions denied. Aborting."
end