1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-29 19:29:51 +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

@@ -523,7 +523,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 the Homebrew Launcher to launch nimhax and dump the data encryption key (movable.sed) from your device.</p>
<p>To install boot9strap on your console, we derive your consoles unique encryption key. To accomplish this, we use the Homebrew Launcher to launch nimhax and dump the data encryption key (movable.sed) from your console.</p>
<p>For a more technical explanation, see <a href="https://github.com/luigoalma/nimhax/">here</a> for information about the nimhax exploit.</p>
@@ -540,11 +540,11 @@ window.cookieconsent.initialise({
<h4 id="sección-i---preparativos">Sección I - Preparativos</h4>
<ol>
<li>Apaga tu consola</li>
<li>Power off your console</li>
<li>Inserta tu tarjeta SD en tu computadora</li>
<li>Copy the <code class="language-plaintext highlighter-rouge">nimhax</code> folder from the nimhax <code class="language-plaintext highlighter-rouge">.zip</code> to the <code class="language-plaintext highlighter-rouge">/3ds/</code> folder on your SD card</li>
<li>Reinserta tu tarjeta SD en tu consola</li>
<li>Enciende tu consola</li>
<li>Reinsert your SD card into your console</li>
<li>Power on your console</li>
</ol>
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/nimhax-location.png" alt="" /></p>
@@ -559,7 +559,7 @@ window.cookieconsent.initialise({
<h3 id="next-step-frogtool">Next step: Frogtool</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 Frogtool, which uses your <code class="language-plaintext highlighter-rouge">movable.sed</code> file to inject and take advantage of JPN Flipnote Studio. <br />
<p>Once you have your consoles encryption key (<code class="language-plaintext highlighter-rouge">movable.sed</code>), you can use it in conjunction with Frogtool, which uses your <code class="language-plaintext highlighter-rouge">movable.sed</code> file to inject and take advantage of JPN Flipnote Studio. <br />
While this method is faster, it requires downloading a file with a torrent client. Do not follow this method if youre unable to use a torrent client.</p>
<p class="notice--primary">Continue to <a href="installing-boot9strap-(frogtool)">Installing boot9strap (Frogtool)</a></p>