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” - -
  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({