Advertisement
Guest User

3DS rxTools Guide Ver. I hope this is final

a guest
Jul 15th, 2015
15,530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. HERE LIES ROXAS75, HE NEVER SCORED EDITION
  2. STILL ONLY WORKING ON 4.1-9.2.0 O3DS/2DS BOOGALOO
  3.  
  4. Gateway Launcher.dat: http://www.gateway-3ds.com/downloads/
  5. rxTools bundle: https://github.com/roxas75/rxTools/releases , MAKE SURE YOU USE 2.6 INSTEAD OF PASTA'S SHITTY BROKEN 3.0 "ALPHA" UNTIL IT'S ACTUALLY GOOD (SPOILERS: PROBABLY WILL NEVER HAPPEN)
  6. slot0x25KeyX.bin: https://www.caitsith2.com/snes/dsp/slot0x25KeyX.bin
  7. firmware.bin: USE THE BATCH SCRIPT AT THE BOTTOM OF THIS PASTE, FUCK PYTHON
  8.  
  9. STEPS:
  10. 1. Place Launcher.dat, rxTools.dat, firmware.bin, slot0x25KeyX.bin, fbi_inject.app and fbi_inject.tmd pertaining to your region into the SD card root
  11. 2. Back up your SD card's contents, new files included
  12. 3. Go to http://go.gateway-3ds.com on the 3DS browser to launch Gateway Menu
  13. 3a. If the browser exploit doesn't work at any point, go to Options and clear Cookies and History
  14. 4. VERIFY THAT YOUR SD CARD IS BACKED UP. Format emuNAND, then hold the power button to shutdown
  15. 5. Restore the back up SD card files to your newly formatted SD card
  16. 6. Go to http://launch.rxTools.net on the 3DS browser to launch rxTools. You can bookmark the link for convenience
  17.  
  18. 6a. If you want to unlink your NANDs (easier to distinguish, makes your NANDs act as seperate consoles, makes updating less risky, WILL BREAK SEAMLESS TWL/AGB SUPPORT, MIGHT MAKE NNID ACT FUNNY IF LINKED), follow this detour and proceed normally. Otherwise you may skip to step 7. You will need to be on 5.0-9.2 for this to work, otherwise you're boned and will have to perform this after Step 7.
  19. 6b. Open the rxTools Menu by holding R while launching rxTools
  20. 6c. Other Options -> Install FBI over Health&Safety App -> Install to emuNAND
  21. 6d. Go back to the rxTools main menu and launch rxMode in emuNAND
  22. 6e. Install TinyFormat.cia and launch TinyFormat
  23. 6f. Follow the onscreen instructions
  24. 6g. Launch rxTools after the restart
  25. 6h. Peform the system setup, your NANDs are now unlinked
  26.  
  27. 7. Go to System Settings, check that the Firmware version says RX3D and run System Update if it does
  28. 8. Open the rxTools Menu by holding R while launching rxTools
  29. 9. Other Options -> Install FBI over Health&Safety App -> Install to emuNAND
  30. 10. Go back to the rxTools main menu and launch rxMode in emuNAND
  31.  
  32. The Health & Safety app will be replaced with FBI whenever emuNAND is loaded.
  33.  
  34. THINGS YOU SHOULD KNOW:
  35. ! If http://go.gateway-3ds.com or http://launch.rxTools.net are down or dead, you may use http://dukesrg.no-ip.org/3ds/go?Launcher.dat and http://dukesrg.no-ip.org/3ds/go?rxTools.dat , respectively
  36. ! Exiting System Settings on emuNAND will kick you out into sysNAND
  37. ! Bookmark the Browser exploit launchers for convenience
  38. ! Always update your emuNAND through System Update. Never update through ROMs/CIAs, EVER
  39. ! Install an updated FBI .cia after you're done with setup, rxTools's bundled version is outdated
  40. ! If you're getting a "NO DATABASE" error in FBI, open and close the eShop. Making title.db and import.db is dumb.
  41. ! Keep a backup of your emuNAND by using the emuNAND Tool ( http://gbatemp.net/threads/emunand-tool-release-and-support-thread.359239/ )
  42. ! Use TinyFormat on emuNAND to unlink your NANDs, don't be an idiot by formatting sysNAND with the SD card out. https://github.com/javimadgit/TinyFormat/releases
  43.  
  44. ::MANLY FIRMWARE.BIN .BAT DOWNLOADER BECAUSE PYTHON IS FOR FUCKING PANSIES:
  45. @ECHO OFF
  46. bitsadmin /transfer FIRM /priority high http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000002/00000049 %~dp0\firm.bin
  47. pause
  48. bitsadmin /transfer TWL /priority high http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000202/0000000B %~dp0\twl.bin
  49. pause
  50. bitsadmin /transfer AGB /priority high http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000102/00000016 %~dp0\agb.bin
  51. pause
  52. copy /b %~dp0\firm.bin+%~dp0\twl.bin+%~dp0\agb.bin %~dp0\firmware.bin
  53. del %~dp0\firm.bin
  54. del %~dp0\twl.bin
  55. del %~dp0\agb.bin
  56. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement