Deploying to gh-pages from @ hacks-guide/Guide_3DS@8828aa4bfa 🚀

This commit is contained in:
lifehackerhansol 2023-05-23 00:50:08 +00:00
parent a1f28b2e5a
commit f67eaf8a5a
5 changed files with 29 additions and 60 deletions

View file

@ -114,9 +114,12 @@ function redirect() {
} }
*/ */
// seedminer does still work for the latest version on E/U/J/K/T/C, but can only be chained on E/U/J/K/T // seedminer does still work for the latest version on E/U/J/K/T/C, but can only be chained on E/U/J/K/T
else { else if (major.value == 11 && minor.value == 16) {
window.location.href = "seedminer"; window.location.href = "seedminer";
} }
else {
document.getElementById("result_methodUnavailable").style.display = "block";
}
} }
//korea stuff //korea stuff
else if (region.value === "K") { else if (region.value === "K") {
@ -138,9 +141,12 @@ function redirect() {
} }
*/ */
// seedminer does still work for the latest version on E/U/J/K/T/C, but can only be chained on E/U/J/K/T // seedminer does still work for the latest version on E/U/J/K/T/C, but can only be chained on E/U/J/K/T
else { else if (major.value == 11 && minor.value == 16) {
window.location.href = "seedminer"; window.location.href = "seedminer";
} }
else {
document.getElementById("result_methodUnavailable").style.display = "block";
}
} }
//taiwan stuff //taiwan stuff
else if (region.value === "T") { else if (region.value === "T") {
@ -155,12 +161,15 @@ function redirect() {
window.location.href = "installing-boot9strap-(ssloth-browser)"; window.location.href = "installing-boot9strap-(ssloth-browser)";
} }
*/ */
else if (minor < 15 && isO3DS) { else if (minor.value < 15 && isO3DS) {
window.location.href = "installing-boot9strap-(safecerthax)"; window.location.href = "installing-boot9strap-(safecerthax)";
} }
else { //seedminer does still work for the latest version on E/U/J/K/T/C, but can only be chained on E/U/J/K/T else if (major.value == 11 && minor.value == 16) { //seedminer does still work for the latest version on E/U/J/K/T/C, but can only be chained on E/U/J/K/T
window.location.href = "seedminer-(twn)"; window.location.href = "seedminer-(twn)";
} }
else {
document.getElementById("result_methodUnavailable").style.display = "block";
}
} }
// chn stuff // chn stuff
else if (region.value === "C") { else if (region.value === "C") {
@ -175,7 +184,7 @@ function redirect() {
window.location.href = "installing-boot9strap-(ssloth-browser)"; window.location.href = "installing-boot9strap-(ssloth-browser)";
} }
*/ */
else if (minor < 15 && isO3DS) { else if (minor.value < 15 && isO3DS) {
window.location.href = "installing-boot9strap-(safecerthax)"; window.location.href = "installing-boot9strap-(safecerthax)";
} }
// seedminer itself works on CHN. But no exploit *chain* supports CHN // seedminer itself works on CHN. But no exploit *chain* supports CHN

View file

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-05-23T00:40:38+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed> <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-05-23T00:49:53+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>

View file

@ -454,10 +454,9 @@ window.cookieconsent.initialise({
<ul class="toc__menu" id="markdown-toc"> <ul class="toc__menu" id="markdown-toc">
<li><a href="#compatibility-notes" id="markdown-toc-compatibility-notes">Compatibility Notes</a></li> <li><a href="#compatibility-notes" id="markdown-toc-compatibility-notes">Compatibility Notes</a></li>
<li><a href="#what-you-need" id="markdown-toc-what-you-need">What You Need</a> <ul> <li><a href="#what-you-need" id="markdown-toc-what-you-need">What You Need</a> <ul>
<li><a href="#section-i---updating-the-system" id="markdown-toc-section-i---updating-the-system">Section I - Updating the System</a></li> <li><a href="#section-i---prep-work" id="markdown-toc-section-i---prep-work">Section I - Prep Work</a></li>
<li><a href="#section-ii---prep-work" id="markdown-toc-section-ii---prep-work">Section II - Prep Work</a></li> <li><a href="#section-ii---super-skaterhax" id="markdown-toc-section-ii---super-skaterhax">Section II - super-skaterhax</a></li>
<li><a href="#section-iii---super-skaterhax" id="markdown-toc-section-iii---super-skaterhax">Section III - super-skaterhax</a></li> <li><a href="#section-iii---hardware-button-check" id="markdown-toc-section-iii---hardware-button-check">Section III - Hardware Button Check</a></li>
<li><a href="#section-iv---hardware-button-check" id="markdown-toc-section-iv---hardware-button-check">Section IV - Hardware Button Check</a></li>
</ul> </ul>
</li> </li>
<li><a href="#next-step-choose-an-exploit" id="markdown-toc-next-step-choose-an-exploit">Next step: Choose an exploit</a></li> <li><a href="#next-step-choose-an-exploit" id="markdown-toc-next-step-choose-an-exploit">Next step: Choose an exploit</a></li>
@ -485,18 +484,7 @@ window.cookieconsent.initialise({
<li>The latest release of <a href="https://github.com/zoogie/super-skaterhax/releases">super-skaterhax</a> (the release <code class="language-plaintext highlighter-rouge">.zip</code> file)</li> <li>The latest release of <a href="https://github.com/zoogie/super-skaterhax/releases">super-skaterhax</a> (the release <code class="language-plaintext highlighter-rouge">.zip</code> file)</li>
</ul> </ul>
<h4 id="section-i---updating-the-system">Section I - Updating the System</h4> <h4 id="section-i---prep-work">Section I - Prep Work</h4>
<ol>
<li>Update your device by going to System Settings, then “Other Settings”, then going all the way to the right and using “System Update”
<ul>
<li>The updater may display a message saying “Your system is up to date” instead of updating. This is normal if you are already up to date; continue to the next section</li>
<li>If this gives you an error, set both your DNS settings and Proxy settings to “Auto”</li>
</ul>
</li>
</ol>
<h4 id="section-ii---prep-work">Section II - Prep Work</h4>
<p>In this section, you will copy the files needed to trigger both super-skaterhax and the Homebrew Launcher.</p> <p>In this section, you will copy the files needed to trigger both super-skaterhax and the Homebrew Launcher.</p>
@ -515,7 +503,7 @@ window.cookieconsent.initialise({
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/skater-root-layout.png" alt="" /></p> <p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/skater-root-layout.png" alt="" /></p>
<h4 id="section-iii---super-skaterhax">Section III - super-skaterhax</h4> <h4 id="section-ii---super-skaterhax">Section II - super-skaterhax</h4>
<p>In this section, you will visit the browser exploit webpage, which will launch the Homebrew Launcher.</p> <p>In this section, you will visit the browser exploit webpage, which will launch the Homebrew Launcher.</p>
@ -560,7 +548,7 @@ window.cookieconsent.initialise({
<li>Power off your device</li> <li>Power off your device</li>
</ol> </ol>
<h4 id="section-iv---hardware-button-check">Section IV - Hardware Button Check</h4> <h4 id="section-iii---hardware-button-check">Section III - Hardware Button Check</h4>
<ol> <ol>
<li>With your device still powered off, hold the following buttons: (Left Shoulder) + (Right Shoulder) + (D-Pad Up) + (A), and while holding these buttons together, power on your device <li>With your device still powered off, hold the following buttons: (Left Shoulder) + (Right Shoulder) + (D-Pad Up) + (A), and while holding these buttons together, power on your device

View file

@ -452,9 +452,8 @@ window.cookieconsent.initialise({
<nav class="toc"> <nav class="toc">
<header><h4 class="nav__title"><i class="fas fa-file-alt"></i> Table of Contents</h4></header> <header><h4 class="nav__title"><i class="fas fa-file-alt"></i> Table of Contents</h4></header>
<ul class="toc__menu" id="markdown-toc"> <ul class="toc__menu" id="markdown-toc">
<li><a href="#section-i---updating-the-system" id="markdown-toc-section-i---updating-the-system">Section I - Updating the System</a></li> <li><a href="#section-i---prep-work" id="markdown-toc-section-i---prep-work">Section I - Prep Work</a></li>
<li><a href="#section-ii---prep-work" id="markdown-toc-section-ii---prep-work">Section II - Prep Work</a></li> <li><a href="#section-ii---seedminer" id="markdown-toc-section-ii---seedminer">Section II - Seedminer</a></li>
<li><a href="#section-iii---seedminer" id="markdown-toc-section-iii---seedminer">Section III - Seedminer</a></li>
<li><a href="#next-step-bannerbomb3" id="markdown-toc-next-step-bannerbomb3">Next step: BannerBomb3</a></li> <li><a href="#next-step-bannerbomb3" id="markdown-toc-next-step-bannerbomb3">Next step: BannerBomb3</a></li>
</ul> </ul>
@ -471,20 +470,7 @@ window.cookieconsent.initialise({
</details> </details>
<h3 id="section-i---updating-the-system">Section I - Updating the System</h3> <h3 id="section-i---prep-work">Section I - Prep Work</h3>
<p>In this section, you will update your system to the latest version, which is necessary for Seedminer.</p>
<ol>
<li>Update your device by going to System Settings, then “Other Settings”, then going all the way to the right and using “System Update”
<ul>
<li>The updater may display a message saying “Your system is up to date” instead of updating. This is normal if you are already up to date; continue to the next section</li>
<li>If this gives you an error, set both your DNS settings and Proxy settings to “Auto”</li>
</ul>
</li>
</ol>
<h3 id="section-ii---prep-work">Section II - 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 devices encryption key.</p>
@ -525,7 +511,7 @@ window.cookieconsent.initialise({
<li>Find your Mii profile, then find the “Friend Code” field on the top screen</li> <li>Find your Mii profile, then find the “Friend Code” field on the top screen</li>
</ol> </ol>
<h3 id="section-iii---seedminer">Section III - Seedminer</h3> <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 devices encryption key in the form of <code class="language-plaintext highlighter-rouge">movable.sed</code>.</p>

View file

@ -452,9 +452,8 @@ window.cookieconsent.initialise({
<nav class="toc"> <nav class="toc">
<header><h4 class="nav__title"><i class="fas fa-file-alt"></i> Table of Contents</h4></header> <header><h4 class="nav__title"><i class="fas fa-file-alt"></i> Table of Contents</h4></header>
<ul class="toc__menu" id="markdown-toc"> <ul class="toc__menu" id="markdown-toc">
<li><a href="#section-i---updating-the-system" id="markdown-toc-section-i---updating-the-system">Section I - Updating the System</a></li> <li><a href="#section-i---prep-work" id="markdown-toc-section-i---prep-work">Section I - Prep Work</a></li>
<li><a href="#section-ii---prep-work" id="markdown-toc-section-ii---prep-work">Section II - Prep Work</a></li> <li><a href="#section-ii---seedminer" id="markdown-toc-section-ii---seedminer">Section II - Seedminer</a></li>
<li><a href="#section-iii---seedminer" id="markdown-toc-section-iii---seedminer">Section III - Seedminer</a></li>
<li><a href="#next-step-bannerbomb3" id="markdown-toc-next-step-bannerbomb3">Next step: BannerBomb3</a></li> <li><a href="#next-step-bannerbomb3" id="markdown-toc-next-step-bannerbomb3">Next step: BannerBomb3</a></li>
</ul> </ul>
@ -472,20 +471,7 @@ window.cookieconsent.initialise({
</details> </details>
<h3 id="section-i---updating-the-system">Section I - Updating the System</h3> <h3 id="section-i---prep-work">Section I - Prep Work</h3>
<p>In this section, you will update your system to the latest version, which is necessary for Seedminer.</p>
<ol>
<li>Update your device by going to System Settings, then “Other Settings”, then going all the way to the right and using “System Update”
<ul>
<li>The updater may display a message saying “Your system is up to date” instead of updating. This is normal if you are already up to date; continue to the next section</li>
<li>If this gives you an error, set both your DNS settings and Proxy settings to “Auto”</li>
</ul>
</li>
</ol>
<h3 id="section-ii---prep-work">Section II - 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 devices encryption key.</p>
@ -526,7 +512,7 @@ window.cookieconsent.initialise({
<li>Find your Mii profile, then find the “Friend Code” field on the top screen</li> <li>Find your Mii profile, then find the “Friend Code” field on the top screen</li>
</ol> </ol>
<h3 id="section-iii---seedminer">Section III - Seedminer</h3> <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 devices encryption key in the form of <code class="language-plaintext highlighter-rouge">movable.sed</code>.</p>