(Change continue link to new preparation page) |
StarlitSkies (talk | contribs) m (StarlitSkies moved page 3DS:Mii Mining to 3DS:Seedminer/Mii Mining: thank (singular)) |
||
(14 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
==Overview== | |||
''' | <big>'''THIS DOESN'T WORK IF SEEDMINER FAILS! DON'T WASTE YOUR TIME!'''</big> | ||
Mii Mining is an alternative to using [[3dsguide:seedminer|Seedminer]] to obtain the devices encrpytion key(movable.sed). Use cases: | |||
*3DS can't connect to the internet | |||
* | *3DS is banned(this will not unban it) | ||
** | *3DS screen is damaged | ||
*3DS is dead | |||
In order to obtain the encryption key of your device, you will have to brute-force it. This is an advanced process. If you need help with this or aren't experienced with computers, consider asking in the Nintendo Homebrew Discord instead. | |||
You will need a graphics card. The more powerful it is, the faster it will be. | |||
==Windows== | |||
===What you need=== | ===What you need=== | ||
*The latest release of [https://github.com/zoogie/seedminer/releases/latest Seedminer](do NOT download the Source code to avoid confusion) | |||
*[https://www.python.org/downloads/windows/ Python 3] installed on your computer | |||
===Section I - Obtaining necessary information=== | |||
#Insert the SD card into your device | |||
# | #Turn the device on | ||
#Open the Mii Maker app | #Open the Mii Maker app | ||
#Tap the '''QR Code/Image Options''' button. | #Tap the '''QR Code/Image Options''' button. | ||
#Tap '''Save Mii as QR Code'''. | #Tap '''Save Mii as QR Code'''. | ||
#Select any Mii Character | #Select any Mii Character, and press '''OK'''. | ||
#Turn the | #Turn the device off | ||
# | #Insert the SD card into your computer | ||
#*This | #Navigate to the <code>Nintendo 3DS</code> folder on your SD card | ||
#* | #Copy the name of the 32-letter folder you see directly inside Nintendo 3DS | ||
#Navigate to the <code>DCIM</code> folder on | #*This 32-letter name is system-specific and will be different for each console | ||
#Look for the QR Code, | #*If you see multiple 32-letter folders, follow [https://3ds.hacks.guide/troubleshooting#multiple-long-folder-names-in-nintendo-3ds-folder these instructions] | ||
#*You may have | #*You can ignore the <code>private</code> folder if you have it | ||
#Copy this file to | #Paste your 32-letter folder name into a document you can reference later | ||
#*This folder is known as your “ID0”. Take note of this as this guide will refer to it as such later | |||
#Navigate to the <code>DCIM</code> folder on your SD card | |||
#Look for the QR-Code, it will be in the <code>.JPG</code> format | |||
#*You may have a lot of files in here, if you used the Nintendo 3DS Camera app a lot | |||
#Copy this file to a safe place on your Computer, like the desktop | |||
===Section II - Mii Things=== | |||
#Open the [https://zoogie.github.io/web/miiqr/ editMii] Website on your computer | |||
#Open the [https://zoogie.github.io/web/miiqr/ editMii] | |||
#Click on "Import from...", then select "QR Code" and upload the Mii QR you copied to a safe place earlier | #Click on "Import from...", then select "QR Code" and upload the Mii QR you copied to a safe place earlier | ||
#Click on "Export to...", then select "encrypted (.bin)", this will download a file named <code>input.bin</code> | #Click on "Export to...", then select "encrypted (.bin)", this will download a file named <code>input.bin</code> | ||
#Copy | #Extract the latest release of Seedminer | ||
# | #Enter the <code>windows</code> folder | ||
# | #Copy the <code>input.bin</code> you downloaded earlier to the <code>windows</code> folder | ||
#*Replace <code><id0></code> with the ID0 you | #In the File Explorer, replace the contents of the address bar with <code>cmd</code> and hit Enter | ||
# | #*This should launch a command line window | ||
#*Replace <code><model></code> with the model of your | #Enter the commands and hit enter for each one: | ||
#*Replace <code><year></code> with the year the 3DS was made | ##<code>py -3 -m pip install pycryptodomex</code> | ||
#* | ##<code>py -3 seedminer_launcher3.py id0 <id0></code> | ||
##*Replace <code><id0></code> with the ID0 you pasted into a document | |||
#Now enter the command: <code>py -3 seedminer_launcher3.py mii <model> <year></code> | |||
#When it finishes, a file called <code>movable.sed</code> | #*Replace <code><model></code> with the model of your device(<code>new</code> or <code>old</code>) | ||
#*Replace <code><year></code> with the year the 3DS was made, you often find this on the backplate, you can leave this empty if you don't know the correct answer | |||
#*this will take a while | |||
#When it finishes, you will have a file called <code>movable.sed</code> in the <code>windows</code> folder | |||
[ | <big>Continue with the [https://3ds.hacks.guide/seedminer#next-steps-choose-an-exploit normal guide]</big> |
Revision as of 01:40, 1 November 2022
Overview
THIS DOESN'T WORK IF SEEDMINER FAILS! DON'T WASTE YOUR TIME!
Mii Mining is an alternative to using Seedminer to obtain the devices encrpytion key(movable.sed). Use cases:
- 3DS can't connect to the internet
- 3DS is banned(this will not unban it)
- 3DS screen is damaged
- 3DS is dead
In order to obtain the encryption key of your device, you will have to brute-force it. This is an advanced process. If you need help with this or aren't experienced with computers, consider asking in the Nintendo Homebrew Discord instead.
You will need a graphics card. The more powerful it is, the faster it will be.
Windows
What you need
- The latest release of Seedminer(do NOT download the Source code to avoid confusion)
- Python 3 installed on your computer
Section I - Obtaining necessary information
- Insert the SD card into your device
- Turn the device on
- Open the Mii Maker app
- Tap the QR Code/Image Options button.
- Tap Save Mii as QR Code.
- Select any Mii Character, and press OK.
- Turn the device off
- Insert the SD card into your computer
- Navigate to the
Nintendo 3DS
folder on your SD card - Copy the name of the 32-letter folder you see directly inside Nintendo 3DS
- This 32-letter name is system-specific and will be different for each console
- If you see multiple 32-letter folders, follow these instructions
- You can ignore the
private
folder if you have it
- Paste your 32-letter folder name into a document you can reference later
- This folder is known as your “ID0”. Take note of this as this guide will refer to it as such later
- Navigate to the
DCIM
folder on your SD card - Look for the QR-Code, it will be in the
.JPG
format- You may have a lot of files in here, if you used the Nintendo 3DS Camera app a lot
- Copy this file to a safe place on your Computer, like the desktop
Section II - Mii Things
- Open the editMii Website on your computer
- Click on "Import from...", then select "QR Code" and upload the Mii QR you copied to a safe place earlier
- Click on "Export to...", then select "encrypted (.bin)", this will download a file named
input.bin
- Extract the latest release of Seedminer
- Enter the
windows
folder - Copy the
input.bin
you downloaded earlier to thewindows
folder - In the File Explorer, replace the contents of the address bar with
cmd
and hit Enter- This should launch a command line window
- Enter the commands and hit enter for each one:
py -3 -m pip install pycryptodomex
py -3 seedminer_launcher3.py id0 <id0>
- Replace
<id0>
with the ID0 you pasted into a document
- Replace
- Now enter the command:
py -3 seedminer_launcher3.py mii <model> <year>
- Replace
<model>
with the model of your device(new
orold
) - Replace
<year>
with the year the 3DS was made, you often find this on the backplate, you can leave this empty if you don't know the correct answer - this will take a while
- Replace
- When it finishes, you will have a file called
movable.sed
in thewindows
folder
Continue with the normal guide