mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-26 09:54:37 +02:00
Move assets to VitePress
This commit is contained in:
12
docs/public/gm9_scripts/remove_nnid.gm9
Normal file
12
docs/public/gm9_scripts/remove_nnid.gm9
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
Reference in New Issue
Block a user