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@bb1ba2b7f0 🚀

This commit is contained in:
lifehackerhansol
2023-07-26 14:40:57 +00:00
parent c97f37c266
commit a01a4ea66e
319 changed files with 1836 additions and 1857 deletions

View File

@@ -489,9 +489,9 @@ window.cookieconsent.initialise({
<li><a href="#section-ii---sd-card-prep-work" id="markdown-toc-section-ii---sd-card-prep-work">Section II - SD Card Prep Work</a></li>
<li><a href="#section-iii---installing-kartminer7" id="markdown-toc-section-iii---installing-kartminer7">Section III - Installing Kartminer7</a></li>
<li><a href="#section-iv---kartminer7" id="markdown-toc-section-iv---kartminer7">Section IV - Kartminer7</a></li>
<li><a href="#section-v---installing-menuhax67" id="markdown-toc-section-v---installing-menuhax67">Section V - Installing menuhax67</a></li>
<li><a href="#sezione-v---installazione-di-menuhax67" id="markdown-toc-sezione-v---installazione-di-menuhax67">Sezione V - Installazione di menuhax67</a></li>
<li><a href="#sezione-vi---installazione-di-boot9strap" id="markdown-toc-sezione-vi---installazione-di-boot9strap">Sezione VI - Installazione di boot9strap</a></li>
<li><a href="#section-vii---removing-menuhax67" id="markdown-toc-section-vii---removing-menuhax67">Section VII - Removing menuhax67</a></li>
<li><a href="#sezione-vii---rimozione-di-menuhax67" id="markdown-toc-sezione-vii---rimozione-di-menuhax67">Sezione VII - Rimozione di menuhax67</a></li>
</ul>
</li>
</ul>
@@ -525,7 +525,7 @@ window.cookieconsent.initialise({
<li>The latest release of <a href="https://github.com/zoogie/Kartminer7/releases/latest">Kartminer7</a></li>
<li>Lultima versione di <a href="https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip">boot9strap</a> (download diretto)</li>
<li>Lultima versione di <a href="https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip">SafeB9SInstaller</a> (download diretto)</li>
<li>Lultima versione di <a href="https://github.com/luigoalma/nimdsphax/releases/download/v1.0/nimdsphax_v1.0.zip">nimdsphax</a> (download diretto)</li>
<li>The latest release of <a href="https://github.com/luigoalma/nimdsphax/releases/download/v1.0/nimdsphax_v1.0.zip">nimdsphax</a> (direct download)</li>
<li>The latest release of <a href="https://github.com/zoogie/menuhax67/releases/latest">menuhax67</a></li>
<li>Lultima versione di <a href="https://github.com/LumaTeam/Luma3DS/releases/latest">Luma3DS</a> (il file <code class="language-plaintext highlighter-rouge">.zip</code> di Luma3DS)</li>
</ul>
@@ -535,7 +535,7 @@ window.cookieconsent.initialise({
<p>In this section, you will have the 3DS generate some data in Mario Kart 7 that will be used to install the exploit in a later section.</p>
<ol>
<li>Inserisci la scheda SD nella tua console</li>
<li>Reinserisci la scheda SD nella tua console</li>
<li>Open Mario Kart 7</li>
<li>Tap the “Mario Kart Channel” button on the bottom</li>
<li>If you are prompted to, hit “Next” and “OK” to all of the prompts that you see</li>
@@ -551,15 +551,15 @@ window.cookieconsent.initialise({
<li>Inserisci la scheda SD nel tuo computer</li>
<li>Copia i file <code class="language-plaintext highlighter-rouge">boot.firm</code> e <code class="language-plaintext highlighter-rouge">boot.3dsx</code> dallarchivio <code class="language-plaintext highlighter-rouge">.zip</code> di Luma3DS nella directory principale della tua scheda SD
<ul>
<li>The root of the SD card refers to the initial directory on your SD card where you can see the Nintendo 3DS folder, but are not inside of it</li>
<li>La directory principale della scheda SD è la cartella della tua scheda SD in cui è possibile visualizzare la cartella Nintendo 3DS, ma non il suo interno</li>
</ul>
</li>
<li>Crea una cartella chiamata <code class="language-plaintext highlighter-rouge">boot9strap</code> nella directory principale della tua scheda SD</li>
<li>Copia i file <code class="language-plaintext highlighter-rouge">boot9strap.firm</code> e <code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code> dallarchivio <code class="language-plaintext highlighter-rouge">.zip</code> di boot9strap nella cartella <code class="language-plaintext highlighter-rouge">/boot9strap/</code> della tua scheda SD</li>
<li>Copy <code class="language-plaintext highlighter-rouge">SafeB9SInstaller.bin</code> to the root of your SD card</li>
<li>Copia il file <code class="language-plaintext highlighter-rouge">SafeB9SInstaller.bin</code> nella directory principale della tua scheda SD</li>
<li>Se assente, crea una cartella chiamata <code class="language-plaintext highlighter-rouge">3ds</code> nella directory principale della tua scheda SD
<ul>
<li>This folder stores homebrew applications and data; it is different from the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder that the console automatically generates</li>
<li>Questa cartella mantiene le applicazioni homebrew e i loro dati; è diversa dalla cartella <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> generata automaticamente dalla console</li>
</ul>
</li>
<li>Copia la cartella <code class="language-plaintext highlighter-rouge">nimdsphax</code> dallarchivio <code class="language-plaintext highlighter-rouge">.zip</code> di nimdsphax nella cartella <code class="language-plaintext highlighter-rouge">/3ds/</code> della tua scheda SD</li>
@@ -576,13 +576,13 @@ window.cookieconsent.initialise({
<ol>
<li>Extract the Release_BETA_mk7 <code class="language-plaintext highlighter-rouge">.zip</code> to <strong>somewhere on your computer</strong> (i.e. your desktop)</li>
<li>Copy your <code class="language-plaintext highlighter-rouge">movable.sed</code> file to the <code class="language-plaintext highlighter-rouge">resources</code> folder of the Release_BETA_mk7 folder
<li>Copia il tuo file <code class="language-plaintext highlighter-rouge">movable.sed</code> nella cartella <code class="language-plaintext highlighter-rouge">resources</code> della cartella Release_BETA_mk7
<ul>
<li>Ensure that the file is named exactly <code class="language-plaintext highlighter-rouge">movable.sed</code></li>
</ul>
</li>
<li>Open the <code class="language-plaintext highlighter-rouge">backup</code> folder inside of the Release_BETA_mk7 folder</li>
<li>Double-click on the BACKUP <code class="language-plaintext highlighter-rouge">.bat</code> file corresponding to your consoles region (e.g. backup_USA.bat if you have a USA copy of Mario Kart 7)
<li>Apri la cartella <code class="language-plaintext highlighter-rouge">backup</code> allinterno della cartella Release_BETA_mk7</li>
<li>Double-click on the BACKUP <code class="language-plaintext highlighter-rouge">.bat</code> file corresponding to your consoles region (e.g. backup_USA.bat se hai una copia USA di Mario Kart 7)
<ul>
<li>If you are unsure of your console region, you can check System Settings. U = USA; E = EUR, J = JPN</li>
<li>If you get a message from Windows Defender, click “More info”, “Run anyway”, then press any key to continue</li>
@@ -611,7 +611,7 @@ window.cookieconsent.initialise({
<li>If the exploit was successful, the 3DS will have booted into the 3DS ROP xPloit Injector</li>
</ol>
<h4 id="section-v---installing-menuhax67">Section V - Installing menuhax67</h4>
<h4 id="sezione-v---installazione-di-menuhax67">Sezione V - Installazione di menuhax67</h4>
<ol>
<li>Press (Y) + (D-Pad Down) to install menuhax67
@@ -661,7 +661,7 @@ window.cookieconsent.initialise({
<li>Nella pagina successiva installerai applicazioni homebrew utili per completare la tua installazione.</li>
</ul>
<h4 id="section-vii---removing-menuhax67">Section VII - Removing menuhax67</h4>
<h4 id="sezione-vii---rimozione-di-menuhax67">Sezione VII - Rimozione di menuhax67</h4>
<p>In this section, you will use the Homebrew Launcher to remove menuhax67, which will let you access the HOME Menu Settings option normally.</p>
@@ -691,7 +691,6 @@ window.cookieconsent.initialise({
<p class="notice-primary">Continue to <a href="finalizing-setup">Finalizing Setup</a></p>
</section>