1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-26 09:54:37 +02:00

Use a GodMode9 script to automate the NNID removal and extdata removal troubleshooting sections (#1433)

This commit is contained in:
George
2017-11-12 21:40:09 +00:00
committed by Plailect
parent 20215bf26a
commit a2a548fb76
3 changed files with 83 additions and 20 deletions

View File

@@ -0,0 +1,23 @@
# last changed: 20171111
# author: figgyc
set ERRORMSG "HOME Menu extdata removal success"
set SUCCESSMSG "HOME Menu extdata removal failed"
ask "This will remove the HOME Menu extdata from your SD.\n\nContinue?"
# allow "SYSNAND SD" (Nintendo 3DS folder) modifications
allow -a A:/
# EUR
rm -o -s A:/extdata/00000000/00000098
# JPN
rm -o -s A:/extdata/00000000/00000082
# USA
rm -o -s A:/extdata/00000000/0000008f
# CHN
rm -o -s A:/extdata/00000000/000000A1
# KOR
rm -o -s A:/extdata/00000000/000000A9
# TWN
rm -o -s A:/extdata/00000000/000000B1

View File

@@ -0,0 +1,12 @@
# last changed: 20171111
# author: figgyc
ask "This will remove the NNID from your device.\n\nContinue?"
set ERRORMSG "NNID removal success"
set SUCCESSMSG "NNID removal failed"
# allow NAND modifications
allow -a 1:/
mv -w 1:/data/$[SYSID0]/sysdata/00010038/00000000 1:/data/$[SYSID0]/sysdata/00010038/10000000