From f67eaf8a5a564b9905882497263a0cd3342f6878 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Tue, 23 May 2023 00:50:08 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20hacks-gu?= =?UTF-8?q?ide/Guide=5F3DS@8828aa4bfa132bc5c16221abb10c73ac285354fc=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/selecting.js | 19 ++++++++++++++----- feed.xml | 2 +- homebrew-launcher-(super-skaterhax).html | 24 ++++++------------------ seedminer-(twn).html | 22 ++++------------------ seedminer.html | 22 ++++------------------ 5 files changed, 29 insertions(+), 60 deletions(-) diff --git a/assets/js/selecting.js b/assets/js/selecting.js index e41d4840ed..3d858f7301 100644 --- a/assets/js/selecting.js +++ b/assets/js/selecting.js @@ -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 - else { + else if (major.value == 11 && minor.value == 16) { window.location.href = "seedminer"; } + else { + document.getElementById("result_methodUnavailable").style.display = "block"; + } } //korea stuff 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 - else { + else if (major.value == 11 && minor.value == 16) { window.location.href = "seedminer"; } + else { + document.getElementById("result_methodUnavailable").style.display = "block"; + } } //taiwan stuff else if (region.value === "T") { @@ -155,12 +161,15 @@ function redirect() { window.location.href = "installing-boot9strap-(ssloth-browser)"; } */ - else if (minor < 15 && isO3DS) { + else if (minor.value < 15 && isO3DS) { 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)"; } + else { + document.getElementById("result_methodUnavailable").style.display = "block"; + } } // chn stuff else if (region.value === "C") { @@ -175,7 +184,7 @@ function redirect() { window.location.href = "installing-boot9strap-(ssloth-browser)"; } */ - else if (minor < 15 && isO3DS) { + else if (minor.value < 15 && isO3DS) { window.location.href = "installing-boot9strap-(safecerthax)"; } // seedminer itself works on CHN. But no exploit *chain* supports CHN diff --git a/feed.xml b/feed.xml index bf9a94ed86..7ebedecab6 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2023-05-23T00:40:38+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file +Jekyll2023-05-23T00:49:53+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file diff --git a/homebrew-launcher-(super-skaterhax).html b/homebrew-launcher-(super-skaterhax).html index b0d844c16d..5712b45d93 100644 --- a/homebrew-launcher-(super-skaterhax).html +++ b/homebrew-launcher-(super-skaterhax).html @@ -454,10 +454,9 @@ window.cookieconsent.initialise({ -

Section I - Updating the System

- -
    -
  1. Update your device by going to System Settings, then “Other Settings”, then going all the way to the right and using “System Update” -
      -
    • 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
    • -
    • If this gives you an error, set both your DNS settings and Proxy settings to “Auto”
    • -
    -
  2. -
- -

Section II - Prep Work

+

Section I - Prep Work

In this section, you will copy the files needed to trigger both super-skaterhax and the Homebrew Launcher.

@@ -515,7 +503,7 @@ window.cookieconsent.initialise({

-

Section III - super-skaterhax

+

Section II - super-skaterhax

In this section, you will visit the browser exploit webpage, which will launch the Homebrew Launcher.

@@ -560,7 +548,7 @@ window.cookieconsent.initialise({
  • Power off your device
  • -

    Section IV - Hardware Button Check

    +

    Section III - Hardware Button Check

    1. 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 diff --git a/seedminer-(twn).html b/seedminer-(twn).html index bc86fd1f18..d38c210801 100644 --- a/seedminer-(twn).html +++ b/seedminer-(twn).html @@ -452,9 +452,8 @@ window.cookieconsent.initialise({
    -

    Section III - Seedminer

    +

    Section II - Seedminer

    In this section, you will use the Bruteforce Movable website to retrieve your device’s encryption key in the form of movable.sed.

    diff --git a/seedminer.html b/seedminer.html index 5b98767c10..984983f242 100644 --- a/seedminer.html +++ b/seedminer.html @@ -452,9 +452,8 @@ window.cookieconsent.initialise({