From 2aba1afb2e269d56feb52c0565cf7c045c71b7d6 Mon Sep 17 00:00:00 2001 From: aspargas2 <36926490+aspargas2@users.noreply.github.com> Date: Sun, 26 Apr 2020 04:15:31 -0400 Subject: [PATCH] remove usm files in sd cleanup script The unSAFE_MODE exploit that will be soon added to the 3ds guide adds a few more files that need to be removed. --- resources/gm9/scripts/GM9Megascript.gm9 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/gm9/scripts/GM9Megascript.gm9 b/resources/gm9/scripts/GM9Megascript.gm9 index 8fa828b..daa54a9 100644 --- a/resources/gm9/scripts/GM9Megascript.gm9 +++ b/resources/gm9/scripts/GM9Megascript.gm9 @@ -1175,6 +1175,9 @@ end if not allow -a 0:/ goto MainMenu_Scripts_from_Plailect's_Guide end +if not allow -a A:/ + goto MainMenu_Scripts_from_Plailect's_Guide +end rm -o -s 0:/arm9.bin rm -o -s 0:/arm11.bin @@ -1228,6 +1231,8 @@ rm -o -s 0:/frogcert.bin rm -o -s 0:/private/ds/app/4B47554A/001/T00031_1038C2A757B77_000.ppm rm -o -s 0:/3ds/Frogtool.3dsx rm -o -s 0:/3ds/squirrelboot.3dsx +rm -o -s 0:/usm.bin +rm -o -s "A:/Nintendo DSiWare/F00D43D5.bin" echo "SD card now squeaky clean from setup files." goto MainMenu_Scripts_from_Plailect's_Guide