1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-31 04:10:07 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@1f89857ea2 🚀

This commit is contained in:
lifehackerhansol
2023-06-09 19:15:54 +00:00
parent 0631e26f72
commit f4d00bc923
511 changed files with 6042 additions and 5842 deletions

View File

@@ -519,7 +519,7 @@ window.cookieconsent.initialise({
<details class="notice--info">
<summary><em>Technical Details (optional)</em></summary>
<p>To install boot9strap on your device, we derive your devices unique encryption key. To accomplish this, we use a tool called Seedminer to calculate the data encryption key (movable.sed) for your device.</p>
<p>To install boot9strap on your console, we derive your consoles unique encryption key. To accomplish this, we use a tool called Seedminer to calculate the data encryption key (movable.sed) for your console.</p>
<p>For information on how Seedminer works, see <a href="https://zoogie.github.io/web/34⅕c3">this presentation</a>.</p>
@@ -529,7 +529,7 @@ window.cookieconsent.initialise({
<h3 id="section-i---prep-work">Section I - Prep Work</h3>
<p>In this section, you will get the necessary details from your 3DS that are required to figure out your devices encryption key.</p>
<p>In this section, you will get the necessary details from your 3DS that are required to figure out your consoles encryption key.</p>
<div class="notice--info">
<p>Before following this section:</p>
@@ -540,7 +540,7 @@ window.cookieconsent.initialise({
</div>
<ol>
<li>Apaga tu consola</li>
<li>Power off your console</li>
<li>Inserta tu tarjeta SD en tu computadora</li>
<li>Ve a la carpeta <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> en tu tarjeta SD</li>
<li>Copy the name of the 32-letter folder you see directly inside Nintendo 3DS
@@ -557,14 +557,14 @@ window.cookieconsent.initialise({
<li>This folder is known as your “ID0”. Take note of this as this guide will refer to it as such later</li>
</ul>
</li>
<li>Enciende tu consola
<li>Power on your console
<ul>
<li>Your SD card does not need to be inserted at this point</li>
</ul>
</li>
<li>Go to your Friend List (the <a href="https://3ds.hacks.guide/images/friend-list-icon.png">orange Face Icon</a> in the top row of your HOME Menu)
<ul>
<li>Si recibes un error y eres expulsado del menú, es posible que debas crear un nuevo Mii o que tu consola no se pueda conectar a los servidores de Nintendo (debido a un ban o problemas de conexión)</li>
<li>If you receive an error and are kicked out of the menu, you either must create a new Mii or your console cannot connect to Nintendos servers (due to a ban or connection issues)</li>
</ul>
</li>
<li>Encuentra el perfil de tu Mii, luego busca donde dice “Código de amigo” en la pantalla superior</li>
@@ -572,7 +572,7 @@ window.cookieconsent.initialise({
<h3 id="section-ii---seedminer">Section II - Seedminer</h3>
<p>In this section, you will use the Bruteforce Movable website to retrieve your devices encryption key in the form of <code class="language-plaintext highlighter-rouge">movable.sed</code>.</p>
<p>In this section, you will use the Bruteforce Movable website to retrieve your consoles encryption key in the form of <code class="language-plaintext highlighter-rouge">movable.sed</code>.</p>
<ol>
<li>Open <a href="https://seedminer.hacks.guide/">Bruteforce Movable</a> on your computer
@@ -580,8 +580,8 @@ window.cookieconsent.initialise({
<li>If the site isnt working, join <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> and ask (in English) for someone there to assist you</li>
</ul>
</li>
<li>Enter your devices Friend Code (with no spaces or dashes) into the “Your friend code” field</li>
<li>Paste your devices 32 character long folder name into the “Your ID0” field
<li>Enter your consoles Friend Code (with no spaces or dashes) into the “Your friend code” field</li>
<li>Paste your consoles 32 character long folder name into the “Your ID0” field
<ul>
<li>Do not attempt to enter the ID0 manually, as it is easy to make a mistake. Ensure the ID0 is entered correctly by copying and pasting it from where you saved it in the previous section</li>
</ul>
@@ -591,7 +591,7 @@ window.cookieconsent.initialise({
<li>If the site immediately goes to step 4, the website has already correctly processed your bruteforce request. You can download your <code class="language-plaintext highlighter-rouge">movable.sed</code> file and continue to the next section. You do not need to (re-)add the bot</li>
</ul>
</li>
<li>Use the <a href="/images/screenshots/seedminer/register-friend.png">“Register Friend” button</a> on your device to add the bots friend code as given by the website
<li>Use the <a href="/images/screenshots/seedminer/register-friend.png">“Register Friend” button</a> on your console to add the bots friend code as given by the website
<ul>
<li>If prompted, the name that you give to the friend does not matter</li>
</ul>
@@ -611,14 +611,14 @@ window.cookieconsent.initialise({
<li>Keep this file as you will need it in the upcoming page</li>
</ul>
</li>
<li>Apaga tu consola</li>
<li>Power off your console</li>
</ol>
<hr />
<h3 id="next-step-bannerbomb3">Next step: BannerBomb3</h3>
<p>Once you have your devices encryption key (<code class="language-plaintext highlighter-rouge">movable.sed</code>), you can use it in conjunction with BannerBomb3, which uses your <code class="language-plaintext highlighter-rouge">movable.sed</code> file to take advantage of exploits in the System Settings application.</p>
<p>Once you have your consoles encryption key (<code class="language-plaintext highlighter-rouge">movable.sed</code>), you can use it in conjunction with BannerBomb3, which uses your <code class="language-plaintext highlighter-rouge">movable.sed</code> file to take advantage of exploits in the System Settings application.</p>
<p class="notice--primary">Continue to <a href="bannerbomb3">BannerBomb3</a></p>