Merge pull request #924 from rashevskyv/patch-22
Update NTR-and-Cubic-Ninja.txt
This commit is contained in:
commit
55f2ff0b04
1 changed files with 7 additions and 7 deletions
|
@ -44,20 +44,20 @@ permalink: /ntr-and-cubic-ninja.html
|
|||
|
||||
##### Section II - Updating
|
||||
|
||||
1. Boot your 3DS into recovery mode by holding L+R+A+UP while powering on
|
||||
1. Boot your 3DS into recovery mode by holding (L)+(R)+(A)+(UP) while powering on
|
||||
2. Decline the update and reboot
|
||||
3. Open Cubic Ninja (if it already has NinjHax installed, hold L+R+X+Y to reset it)
|
||||
3. Open Cubic Ninja (if it already has NinjHax installed, hold (L)+(R)+(X)+(Y) to reset it)
|
||||
4. Select "Create", then "QR Code", then "Scan QR Code"
|
||||
5. Scan the QR code in the NTR CFW `.zip` for your region
|
||||
6. On the home menu, press (Y) and (X) at the same time to open NTR's menu
|
||||
7. Enable the debugger and close the menu
|
||||
8. Use your router's web page to get your 3DS's IP address (google it if you don't know how, all routers are different)
|
||||
9. Run NTR Debugger on your computer
|
||||
10. Enter the following commands (replace 192.168.1.100 with your 3DS's IP address and 192.168.1.200 with your computer's IP address)
|
||||
+ `connect("192.168.1.100", 8000)`
|
||||
+ `write(0x15E424, tuple(map(ord, "http://192.168.1.200/update.php\0")), pid=0x25)`
|
||||
+ `write(0x15E0EC, tuple(map(ord, "http://192.168.1.200/update.php\0")), pid=0x25)`
|
||||
+ `write(0x15E463, tuple(map(ord, "http://192.168.1.200/update.php\0")), pid=0x25)`
|
||||
10. Enter the following commands (replace XXX.XXX.XXX.XXX with your 3DS's IP address and YYY.YYY.YYY.YYY with your computer's IP address)
|
||||
+ `connect("XXX.XXX.XXX.XXX", 8000)`
|
||||
+ `write(0x15E424, tuple(map(ord, "http://YYY.YYY.YYY.YYY/update.php\0")), pid=0x25)`
|
||||
+ `write(0x15E0EC, tuple(map(ord, "http://YYY.YYY.YYY.YYY/update.php\0")), pid=0x25)`
|
||||
+ `write(0x15E463, tuple(map(ord, "http://YYY.YYY.YYY.YYY/update.php\0")), pid=0x25)`
|
||||
11. Update your 3DS by going to System Settings, then "Other Settings", then going all the way to the right and using "System Update"
|
||||
|
||||
___
|
||||
|
|
Loading…
Reference in a new issue