Do not update system when following super-skaterhax or Seedminer

With this change, people must be on 11.16 to use seedminer. Fix the JS
accordingly.
This commit is contained in:
lifehackerhansol 2023-05-22 17:48:11 -07:00
parent 3bcc10dbe1
commit 8828aa4bfa
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E
3 changed files with 20 additions and 24 deletions

View file

@ -24,11 +24,7 @@ The instructions provided only apply to the New 3DS, New 3DS XL, and New 2DS XL.
* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
* The latest release of [super-skaterhax](https://github.com/zoogie/super-skaterhax/releases) (the release `.zip` file)
#### Section I - Updating the System
{% include_relative include/sysupdate.txt cfw="false" %}
#### 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.
@ -44,7 +40,7 @@ In this section, you will copy the files needed to trigger both super-skaterhax
{: .notice--info}
#### Section III - super-skaterhax
#### Section II - super-skaterhax
In this section, you will visit the browser exploit webpage, which will launch the Homebrew Launcher.
@ -73,7 +69,7 @@ If you haven't already, make sure you have a working Internet connection set up
1. If the exploit was successful, your device will have booted into the Homebrew Launcher
1. Power off your device
#### Section IV - Hardware Button Check
#### Section III - Hardware Button Check
{% include_relative include/safemodecheck.txt %}

View file

@ -11,16 +11,7 @@ This method uses a powerful graphics card to perform the calculations needed. A
<details>{{ technical_info | markdownify }}</details>
{: .notice--info}
### Section I - Updating the System
In this section, you will update your system to the latest version, which is necessary for Seedminer.
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"
### Section II - Prep Work
### Section I - Prep Work
In this section, you will get the necessary details from your 3DS that are required to figure out your device's encryption key.
@ -47,7 +38,7 @@ Before following this section:
+ If you receive an error and are kicked out of the menu, you either must create a new Mii or your device cannot connect to Nintendo's servers (due to a ban or connection issues)
1. Find your Mii profile, then find the "Friend Code" field on the top screen
### 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`.

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
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