m (fix missed code block) |
(Move SafeB9SInstaller and boot9strap downloading to HBL-USM, since that is the only exploit here using SB9SI. There is a potential that we may throw a b9sTool-based guide path in the future which doesn't make use of either of these. Still download USM as we need that otherapp.) |
||
Line 12: | Line 12: | ||
**Your SD card must be inserted in your device to install Pokémon Picross | **Your SD card must be inserted in your device to install Pokémon Picross | ||
*Your <code>movable.sed</code> file from completing [https://3ds.hacks.guide/seedminer Seedminer] | *Your <code>movable.sed</code> file from completing [https://3ds.hacks.guide/seedminer Seedminer] | ||
*The latest release of [https://github.com/LumaTeam/Luma3DS/releases/latest Luma3DS] (the Luma3DS <code>.zip</code> file) | *The latest release of [https://github.com/LumaTeam/Luma3DS/releases/latest Luma3DS] (the Luma3DS <code>.zip</code> file) | ||
*The latest release of [https://github.com/zoogie/unSAFE_MODE/releases/v1.3 unSAFE_MODE] | *The latest release of [https://github.com/zoogie/unSAFE_MODE/releases/v1.3 unSAFE_MODE] | ||
Line 23: | Line 21: | ||
#Power on your device | #Power on your device | ||
#Open the Nintendo eShop | #Open the Nintendo eShop | ||
#Tap the Search icon (small magnifying glass) | # Tap the Search icon (small magnifying glass) | ||
#Search for <code>picross</code> | #Search for <code>picross</code> | ||
#Open the store page for Pokémon Picross | #Open the store page for Pokémon Picross | ||
#Download Pokémon Picross | #Download Pokémon Picross | ||
#*You can scan [http://api.qrserver.com/v1/create-qr-code/?color=000000&bgcolor=FFFFFF&data=ESHOP://50010000037815&margin=0&qzone=1&size=400x400&ecc=L this QR code] using the Nintendo 3DS Camera for a direct link to the eShop app | #*You can scan [http://api.qrserver.com/v1/create-qr-code/?color=000000&bgcolor=FFFFFF&data=ESHOP://50010000037815&margin=0&qzone=1&size=400x400&ecc=L this QR code] using the Nintendo 3DS Camera for a direct link to the eShop app | ||
#*Your SD card must be inserted in your device to install Pokémon Picross | #* Your SD card must be inserted in your device to install Pokémon Picross | ||
#Power off your device | #Power off your device | ||
#Insert your SD card into your computer | #Insert your SD card into your computer | ||
#Copy <code>boot.firm</code> and <code>boot.3dsx</code> from the Luma3DS <code>.zip</code> to the root of your SD card | #Copy <code>boot.firm</code> and <code>boot.3dsx</code> from the Luma3DS <code>.zip</code> to the root of your SD card | ||
#Copy the otherapp payload for your region/version from the unSAFE_MODE <code>.zip</code>'s <code>otherapps_with_CfgS</code> folder and rename it to <code>otherapp.bin</code> | #Copy the otherapp payload for your region/version from the unSAFE_MODE <code>.zip</code>'s <code>otherapps_with_CfgS</code> folder and rename it to <code>otherapp.bin</code> | ||
#Create a folder named <code>3ds</code> on the root of your SD card | #Create a folder named <code>3ds</code> on the root of your SD card | ||
Line 55: | Line 49: | ||
#If the exploit was successful, your device will have loaded the Homebrew Launcher | #If the exploit was successful, your device will have loaded the Homebrew Launcher | ||
#*If you get an error message, [https://3ds.hacks.guide/troubleshooting#installing-boot9strap-pichaxx follow this troubleshooting guide] | #*If you get an error message, [https://3ds.hacks.guide/troubleshooting#installing-boot9strap-pichaxx follow this troubleshooting guide] | ||
----- | ----- | ||
==Continue to [ | ==Continue to [[3DS:Alternate Exploits/Installing boot9strap (HBL-USM)]]== |
Revision as of 07:48, 31 August 2022
Required Reading
This method of using Seedminer for further exploitation uses your movable.sed
file to write a custom save file for Pokémon Picross, which can then be used with unSAFE_MODE to run SafeB9SInstaller.
This process will overwrite your Pokémon Picross save file, if you have one. If you wish to preserve your Pokémon Picross game data, you should make a backup of your 00000001.sav file before overwriting it. |
What You Need
- The game "Pokémon Picross" (free on eShop) installed on your device
- You can scan this QR code using the Nintendo 3DS Camera for a direct link to the eShop app
- Your SD card must be inserted in your device to install Pokémon Picross
- Your
movable.sed
file from completing Seedminer - The latest release of Luma3DS (the Luma3DS
.zip
file) - The latest release of unSAFE_MODE
Instructions
Section I - Prep Work
- Power on your device
- Open the Nintendo eShop
- Tap the Search icon (small magnifying glass)
- Search for
picross
- Open the store page for Pokémon Picross
- Download Pokémon Picross
- You can scan this QR code using the Nintendo 3DS Camera for a direct link to the eShop app
- Your SD card must be inserted in your device to install Pokémon Picross
- Power off your device
- Insert your SD card into your computer
- Copy
boot.firm
andboot.3dsx
from the Luma3DS.zip
to the root of your SD card - Copy the otherapp payload for your region/version from the unSAFE_MODE
.zip
'sotherapps_with_CfgS
folder and rename it tootherapp.bin
- Create a folder named
3ds
on the root of your SD card - Copy the
slotTool
folder from the unSAFE_MODE.zip
to the3ds
folder on your SD card
Section II - PicHaxx
- Open the PicHaxx Injector website on your computer
- Select your
movable.sed
file - Select "Build and Download"
- Wait for the process to complete
- Navigate to
Nintendo 3DS
-><ID0>
-><ID1>
->title
->00040000
->0017c100
->data
on your SD card- The
<ID0>
will be the same one that you used in Seedminer - The
<ID1>
is a 32 character long folder inside of the<ID0>
- The
- Copy the newly downloaded
00000001.sav
file to thedata
folder on your SD card- Overwrite the old save file when prompted
- Reinsert your SD card into your device
- Power on your device
- Launch "Pokémon Picross"
- If the exploit was successful, your device will have loaded the Homebrew Launcher
- If you get an error message, follow this troubleshooting guide