mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2024-11-23 09:29:51 +00:00
12 lines
315 B
Plaintext
12 lines
315 B
Plaintext
# last changed: 20171118
|
|
# author: figgyc
|
|
|
|
ask "This will remove the NNID from your device.\n\nContinue?"
|
|
|
|
|
|
set ERRORMSG "NNID removal failed"
|
|
set SUCCESSMSG "NNID removal success"
|
|
|
|
# allow NAND modifications
|
|
allow -a 1:/
|
|
mv -w 1:/data/$[SYSID0]/sysdata/00010038/00000000 1:/data/$[SYSID0]/sysdata/00010038/10000000 |