various: make wording consistent

Many steps on these pages are near identical.
This commit is contained in:
lifehackerhansol 2023-10-02 16:24:35 -07:00
parent 1bb6628c72
commit 6f6137676c
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E
13 changed files with 265 additions and 163 deletions

View file

@ -33,31 +33,39 @@ Make sure that the console is close to the computer running the exploit, ideally
* If you do not have one, make sure to get one compatible with Linux.
* A USB flash drive formatted as FAT32.
* This cannot be the same flash drive used for your Linux Machine.
* [HackMii Installer v1.2](https://bootmii.org/download/)
### Instructions
1. Download the HackMii installer from [the BootMii website](https://bootmii.org/download/).
1. Copy `boot.elf` from the hackmii_installer_v1.2 `.zip` to the root of your flash drive.
+ (If attempting to fix a brick, you should also copy the homebrew app you wish to use to /apps/)
1. Extract it and place the `boot.elf` file in your flash drive.
+ (Even for a Wii mini, bootmini.elf will **not** work, its purpose is entirely different and unrelated. Use boot.elf in all cases).
1. Connect the flash drive to the console. For a Wii mini, the USB port is on the back. For a normal Wii, use the bottom port. (or the right port if it's upright).
1. Turn on your console and navigate to the settings menu. On the top right corner you will see a 4-character code like the one in the picture below. This code is your Wii Menu version, take a note of this as you will need it later. Afterwards, turn your console off.
![SystemMenuVersion](/images/wii/SystemMenuVersion.png)
1. Reinsert your flash drive into your console.
+ For a Wii mini, the USB port is on the back.
+ For a normal Wii, use the bottom port (or the right port if it's upright).
1. Power on your console.
1. Go to `Wii Settings`.
1. Take note in the top right corner of the letter next to the system version.
+ This letter corresponds to your system menu region, which you will need to know for the corresponding steps.
![Wii Region](/images/wii/SystemMenuVersion.png)
1. Power off your console.
1. Start your Linux distro, and ensure you are connected to the internet.
1. Open the Terminal
1. Run the following commands:
```bash
wget https://wii.guide/assets/files/bluebomb-helper.sh
chmod +x bluebomb-helper.sh
./bluebomb-helper.sh
```
```bash
wget https://wii.guide/assets/files/bluebomb-helper.sh
chmod +x bluebomb-helper.sh
./bluebomb-helper.sh
```
1. The helper will then download the required files, and ask for information about your console.
+ If you have selected a Wii mini you will be asked to provide your region. This can be determined by the last letter of the Wii Menu version (`U` for **USA** and `E` for **PAL** models).
+ If you have selected a Wii you will be asked to provide your Wii Menu Version (What you determined in step 4)
1. Turn on your console and **do not** connect any Wii Remotes.
1. Press the Sync button repeatedly until the terminal shows `got connection handle`. This could take numerous attempts, so don't give up.
The console should now boot to the HackMii installer. You can now shut down your Linux computer if you are not planning to use it later.
1. Power on your console.
+ **Do not** connect any Wii Remotes.
1. Press the Sync button repeatedly until the terminal shows `got connection handle`.
+ This could take numerous attempts.
1. If the exploit was successful, your device will have loaded the HackMii Installer.
+ If you are not planning to use it later, you can now shut down your Linux distro.
If using a Wii: [Continue to Homebrew Channel and BootMii Installation](hbc)<br>
{: .notice--info}

View file

@ -30,18 +30,20 @@ If the screen stays black and the blue disc drive light is blinking upon launchi
If you have BootMii installed as boot2 you will need to launch BootMii by restarting the console. Skip steps 1 and 2 if this is the case.
{: .notice--info}
1. Power on your console.
1. Launch the Homebrew Channel.
1. Press the HOME Button, then select "Launch BootMii".
![BootMii_Main](/images/bootmii/BootMii_Main.png)
1. Select the Options button (the icon with the gears).
![BootMii_Gears_Icon](/images/bootmii/BootMii_Gears_Icon.png)
1. Select the first button to the left. A NAND backup will start. You can watch the progress on the screen.
1. Select the first button to the left.
+ A NAND backup will start. You can watch the progress on the screen.
![BootMii_Green_Arrow](/images/bootmii/BootMii_Green_Arrow.png)
+ "Bad Blocks" are normal, and mostly originate from the factory due to NAND binning. Don't worry when you see some on a NAND backup.
+ After this step, it will verify the backup. Ideally, all the blocks should be green after the verification process.
1. When the backup is complete, exit the NAND backup screen by pressing any button.
1. When the process is complete, exit the NAND backup screen by pressing any button.
![BootMii_NAND_Backup](/images/bootmii/BootMii_NAND_Backup.png)
1. To exit BootMii, press the Back button (the one with an arrow) and then you can press either the Wii Menu button or the Homebrew Channel button to exit BootMii.
1. Press the Back button (the one with an arrow), then press either the Wii Menu button or the Homebrew Channel button to exit BootMii.
![BootMii_Return_Arrow](/images/bootmii/BootMii_Return_Arrow.png)
<div id="restore-notice" class="notice" markdown="1">

View file

@ -17,7 +17,7 @@ This guide is only intended for Wii mini users. If you have a Wii, follow [this
Do not attempt to install a Wii IOS or System Menu on the Wii mini. Doing so will likely [brick](bricks#ios-brick) your console.
{: .notice--warning}
This d2x cIOS installer was originally developed for the Wii U's vWii by DaveBaol and custom cIOS was created by Leseratte for the Wii mini. The original download page can be found [here](https://wii.leseratte10.de/d2xl-cIOS/). Leseratte's Github page can be found [here](https://github.com/Leseratte10/d2xl-cios). Please note that this cIOS is still experimental, though no problem with functionality has been reported.
This d2x cIOS installer was originally developed for the Wii U's vWii by DaveBaol and custom cIOS was created by Leseratte for the Wii mini. The original download page can be found [here](https://wii.leseratte10.de/d2xl-cIOS/). Leseratte's GitHub page can be found [here](https://github.com/Leseratte10/d2xl-cios). Please note that this cIOS is still experimental, though no problem with functionality has been reported.
{: .notice--info}
### Requirements
@ -30,20 +30,28 @@ This d2x cIOS installer was originally developed for the Wii U's vWii by DaveBao
#### Section I - Downloading
1. Extract the d2xl cIOS Installer to the `apps` folder on your USB drive.
1. Insert your USB drive into your Wii mini and load the d2xl cIOS Installer from the Homebrew Channel.
1. Power off your console.
1. Insert your USB drive into your computer.
1. Create a folder named `apps` on the root of your USB drive if it does not already exist.
1. Copy the `d2x-cios-installer` folder from the d2xl cIOS Installer `.zip` to the `apps` folder on your USB drive.
1. Reinsert your USB drive into your console.
1. Power on your console.
1. Launch the Homebrew Channel.
1. Launch d2xl cIOS Installer from the list of homebrew.
#### Section II - Installing
1. Press continue, then set the options to the following:
1. Select `Continue`.
1. Set the options to the following:
```
Select cIOS <d2xl-v1-beta2>
Select cIOS base <57>
Select cIOS slot <249>
```
Take a note of the version number under notes (`IOS57-64-` ending in either `v31776` or `v31775`)
1. Once set, press A to install. Once done successfully, exit the installer.
+ Take a note of the version number under notes (`IOS57-64-` ending in either `v31776` or `v31775`)
1. Press A to install.
+ If the install fails with a `TMD version mismatch` error, press left or right on the +Control Pad over the `Select cIOS base` option until the version number is different than the one you tried before. The number 57 will not change.
1. When the process is complete, exit the installer.
#### Enabling Ethernet

View file

@ -29,14 +29,19 @@ However, If you encounter any errors like `tcp_read timeout` and `net_gethostbyn
If you are not on Windows, you may download & run [this script](/assets/files/d2x_offline_ios.sh), and it will download the WAD files for you.
{: .notice--info}
1. Download, extract, and run [NUS Downloader](https://github.com/WiiDatabase/nusdownloader/releases/latest/download/NUSD-Mod-NUS-Fix.zip).
1. Select "Database", "IOS", then "IOS38", and select "v4123".
1. Power off your console.
1. Insert your SD card or USB drive into your computer.
1. On your computer, download [NUS Downloader](https://github.com/WiiDatabase/nusdownloader/releases/latest/download/NUSD-Mod-NUS-Fix.zip).
1. Copy all files from the NUS Downloader `.zip` to a folder on your computer.
1. Run `NUS Downloader.exe`.
1. Navigate to `Database` > `IOS` > `IOS38`, then select `v4123`.
+ Ensure that "Pack WAD" is checked.
+ *Don't* check "Patch IOS". That is the cIOS Installer's job.
1. Click `Start NUS Download!`.
1. Repeat the step 2 & 3 for `IOS56 v5661`, `IOS57 v5918` and `IOS58 v6175`.
1. Once you have downloaded all four IOS, there will be a folder named `titles` in the same folder as the NUS Downloader.
+ Open the folder and navigate through them until you locate the four WAD files you downloaded. Place each WAD file on the root of your SD card or USB drive.
1. Repeat the above steps for `IOS56 v5661`, `IOS57 v5918` and `IOS58 v6175`.
1. When the process is complete, there will be a folder named `titles` in the same folder as the NUS Downloader.
1. Open the `titles` folder and navigate through them until you locate the four WAD files you downloaded.
1. Place each WAD file on the root of your SD card or USB drive.
+ This must be the same device containing the d2x cIOS Installer.
The WAD files should be on your SD card like this:
@ -51,11 +56,15 @@ If `d2x-v11-beta1` isn't showing up, try select the cIOS base first, then check
On each cIOS that you try to install, you will first be shown a grid of active IOS on the Wi. Simply press A again, and it will install. Then, you will be shown a results screen, just press A as well and go to the next cIOS.
{: .notice--info}
1. Download the d2x cIOS installer and extract the zip to the root of your SD card or USB drive.
1. Insert the SD card or USB drive into your Wii, and launch the d2x cIOS Installer from the Homebrew Channel.
1. When asked what IOS you would like to use, select IOS 58. This should work in nearly all cases.
1. Copy the `apps` folder in the d2x-cios-installer `.zip` to the root of your SD card or USB drive.
1. Reinsert your SD card or USB drive into your console.
1. Power on your console.
1. Launch the Homebrew Channel.
1. Launch d2x cIOS Installer from the list of homebrew.
1. When asked what IOS you would like to use, select IOS 58.
+ This should work in nearly all cases.
1. Now, you will install individual cIOS from 248-251. The exact settings needed are listed below.
+ cIOS 248 Installation
+ cIOS 248 Installation
```
Select cIOS <d2x-v11-beta1>
Select cIOS base <38>
@ -63,7 +72,7 @@ On each cIOS that you try to install, you will first be shown a grid of active I
Select cIOS version <65535>
```
![Install cIOS 248](/images/cios/d2x_v11_248.png)
+ cIOS 249 Installation
+ cIOS 249 Installation
```
Select cIOS <d2x-v11-beta1>
Select cIOS base <56>
@ -71,7 +80,7 @@ On each cIOS that you try to install, you will first be shown a grid of active I
Select cIOS version <65535>
```
![Install cIOS 249](/images/cios/d2x_v11_249.png)
+ cIOS 250 Installation
+ cIOS 250 Installation
```
Select cIOS <d2x-v11-beta1>
Select cIOS base <57>
@ -79,7 +88,7 @@ On each cIOS that you try to install, you will first be shown a grid of active I
Select cIOS version <65535>
```
![Install cIOS 250](/images/cios/d2x_v11_250.png)
+ cIOS 251 Installation
+ cIOS 251 Installation
```
Select cIOS <d2x-v11-beta1>
Select cIOS base <58>

View file

@ -18,19 +18,28 @@ This guide covers dumping GameCube or Wii game discs. You can either dump direct
If you are dumping one of the 13 games on [this list](https://wiki.dolphin-emu.org/index.php?title=Category:Dual_Layer_Disc_games), set `Dual Layer` in Step 6 to `Yes`.
{: .notice--info}
1. Extract CleanRip and put it in the `apps` folder on your SD card or USB drive.
1. Insert your SD card into your Wii, and launch CleanRip from the Homebrew Channel.
1. Power off your console.
1. Insert your SD card or USB drive into your computer.
1. Copy the `apps` folder from the CleanRip `.zip` to the root of your SD card or USB drive.
1. Reinsert your SD card or USB drive into your console.
1. Power on your console.
1. Launch the Homebrew Channel.
1. Launch CleanRip from the list of homebrew.
1. Select your device that you will be dumping the game to - a USB device or SD card.
![Device type](/images/homebrew/CleanRip/2.png)
1. When prompted, select `Yes` to download the redump.org DAT files. This ensures that your dump is accurate.
1. When prompted, select `Yes` to download the redump.org DAT files.
+ This is required to ensure that the resulting dumps are clean/accurate.
You may get an exception error if you do this. If so, simply skip and verify your dump on Dolphin Emulator if needed.
{: .notice--warning}
![DAT](/images/homebrew/CleanRip/3.png)
1. Insert the game disc you would like to dump.
![DVD](/images/homebrew/CleanRip/4.png)
![DVD](/images/homebrew/CleanRip/4.png)
1. Set the settings as shown on the screen below, while verifying if your game disc is dual layer or not.
![Settings](/images/homebrew/CleanRip/6.png)
1. CleanRip will now dump your game. This process can take quite some time, since it will dump the full 4.7 GB disc contents (8.5 GB for dual layer discs).
1. Press A to start dumping the disc.
+ This process can take quite some time, since it will dump the full 4.7 GB disc contents (8.5 GB for dual layer discs).
![Copying](/images/homebrew/CleanRip/7.png)
1. Proceed to [joining PART files](dump-games#joining-part-files-on-a-fat32-device).
@ -49,18 +58,23 @@ Download speeds will be slow due to limitations in the network hardware of the W
Your Wii and your computer must be connected to the same local network.
{: .notice--warning}
1. Extract DVD Dump Tool and put it in the `apps` folder of your SD card or USB device.
1. Insert the device you downloaded the dump tool on into your Wii, and launch DVD Dump Tool from the Homebrew Channel.
1. Press right on the D-pad and press A.
1. Copy the `DVDDumpTool` folder from the DVDDumpTool `.zip` to the root of your SD card or USB drive.
1. Reinsert your SD card or USB drive into your console.
1. Power on your console.
1. Launch the Homebrew Channel.
1. Launch DVD Dump Tool from the list of homebrew.
1. Press right on the D-pad, then press A.
1. Choose the disc that you want to copy (The options are: `GameCube Disc`, `Wii Single-Layer Disc`, `Wii Dual-Layer Disc`) and press "A"
![2](/images/homebrew/DumpDiscs_LAN/2.png)
1. Insert the game disc into your Wii. If it is already inserted, eject and reinsert the disc.
1. Insert the game disc into your Wii.
+ If it is already inserted, eject and reinsert the disc.
![InsertTheDisc](/images/homebrew/DumpDiscs_LAN/insertthedisc.jpg)
1. Select the proper disc type.
![3](/images/homebrew/DumpDiscs_LAN/3.png)
1. Press any button to begin the dumping process.
![4](/images/homebrew/DumpDiscs_LAN/4.png)
1. Remember or write down your Wii's URL (IP address). On your computer's web browser, go to your address bar and enter the Wii URL.
1. Remember or write down your Wii's URL (IP address).
1. On your computer, open the browser, go to your address bar and enter the Wii URL.
![5](/images/homebrew/DumpDiscs_LAN/5.png)
1. Click on `Click here to download XXXX.iso`.
1. Proceed to [joining PART files](dump-games#joining-part-files-on-a-fat32-device).
@ -77,7 +91,8 @@ If you dumped the disc (regardless if it was to a PC or Wii) on a FAT32 formatte
1. Open a PowerShell or Windows Terminal window.
1. Run `cd [PATH]`.
1. Type `copy /b *.part?.iso game.iso` and press enter.
1. Wait until the merging process finishes. It should end with the terminal outputting `1 file(s) copied`.
1. Wait until the merging process finishes.
+ It should end with the terminal outputting `1 file(s) copied`.
#### macOS/Linux

View file

@ -7,24 +7,28 @@ title: "Dumping WADs"
This guide will show you how to dump WADs from your Wii System Memory.
### Requirements
+ A Modded Wii
+ An SD card or USB drive
+ [Yet Another BlueDump MOD](https://oscwii.org/library/app/Yet-Another-BlueDump-Mod)
### Instructions
1. Extract Yet Another BlueDump MOD to your SD card or USB device.
1. Insert your SD card or USB device into your Wii, and launch Yet Another BlueDump MOD from the Homebrew Channel.
1. Press the A Button.
1. Power off your console.
1. Insert your SD card or USB drive into your computer.
1. Copy the `apps` folder from the Yet Another BlueDump MOD `.zip` to the root of your SD card or USB drive.
1. Reinsert your SD card or USB drive into your console.
1. Power on your console.
1. Launch the Homebrew Channel.
1. Launch Yet Another BlueDump MOD from the list of homebrew.
1. Press A.
![Press A](/images/homebrew/DumpWADS/1.png)
1. Choose `Installed Channel Titles`.
1. Select `Installed Channel Titles`.
![Installed Channel Titles](/images/homebrew/DumpWADS/2.png)
1. Find the content you want to dump and press the 1 Button.
![Find channel](/images/homebrew/DumpWADS/3.png)
1. Choose `Backup to WAD`.
1. At the prompt to `Fakesign the ticket`, choose `Yes`.
1. At the prompt to `Fakesign the TMD`, choose `No`.
1. At the prompt to `Change the output WAD region`, choose `No`.
1. Select `Backup to WAD`.
1. At the prompt to `Fakesign the ticket`, select `Yes`.
1. At the prompt to `Fakesign the TMD`, select `No`.
1. At the prompt to `Change the output WAD region`, select `No`.
The WAD has now been dumped, and should appear at the specified directory on your SD card.
![Done](/images/homebrew/DumpWADS/4.png)

View file

@ -13,16 +13,27 @@ FlashHax is an exploit for the Wii that is triggered by using the Internet Chann
### Instructions
1. Open up the Internet Channel on your Wii.
![Internet Channel Wii Menu](/images/exploits/flashhax/internet-channel-start.png)
1. Go to flashhax.com in the browser and select the correct region for your console.
![Flashhax Region Select](/images/exploits/flashhax/select-region.png)
1. Bookmark the web page, by clicking the star button and pressing `Add Favorite`.
![Bookmark Flashhax](/images/exploits/flashhax/bookmark-page.png)
1. Open the site from the bookmark. It will then proceed to download and load the HackMii Installer. It may take some time as it is downloading the installer over the Internet.
![Downloading Flashhax](/images/exploits/flashhax/wait-for-download.png)
#### Section I - Prep Work
If the HackMii Installer doesn't load and it instead freezes (you can't move your cursor), please restart your Wii and repeat step 4 until it works. It might take multiple tries, so be persistent!
1. Power on your console.
1. Launch the Internet Channel.
![Internet Channel Wii Menu](/images/exploits/flashhax/internet-channel-start.png)
1. Go to `flashhax.com`.
1. Select the correct region for your console.
![Flashhax Region Select](/images/exploits/flashhax/select-region.png)
1. Press the star button to open the bookmark tab.
1. Select `Add Favorite`.
![Bookmark Flashhax](/images/exploits/flashhax/bookmark-page.png)
#### Section II - FlashHax
1. Open the site from the bookmark
1. Wait a while
+ It may take some time as it is downloading the installer over the Internet.
![Downloading Flashhax](/images/exploits/flashhax/wait-for-download.png)
1. If the exploit was successful, your device will have loaded the HackMii Installer.
+ This may take multiple tries.
+ If the HackMii Installer doesn't load and it instead freezes (you can't move your cursor), restart your Wii, launch the Internet Channel, then retry this section.
If you still can't get it to load, try deleting your cookies or save data for the Internet Channel.

View file

@ -16,24 +16,28 @@ You can always [install it at a later date](hackmii).
### Instructions
1. You will see a scam warning screen. Wait 30 seconds for the text "Press 1 to continue" to appear, then press 1.
1. Your console should be powered on and showing the HackMii Installer from the previous part of the guide.
+ You will see a scam warning screen.
![Scam Screen](/images/hackmii/scam.png)
1. You will be presented with a test results screen. Select `Continue`.
1. Wait 30 seconds for the text "Press 1 to continue" to appear, then press 1.
1. Select `Continue`.
![Results](/images/hackmii/test_results.png)
1. Select `Install the Homebrew Channel`.
![Homebrew Channel installation](/images/hackmii/hbc_install.png)
1. Select `Continue` when finished.
1. Once it is completed, select `Continue`.
![Homebrew Channel installation OK](/images/hackmii/hbc_install_ok.png)
1. Once installed, select `Back`, then select `BootMii`.
1. Select `Back`, then select `BootMii`.
![BootMii](/images/hackmii/bootmii_install.png)
1. Select `Install BootMii as IOS`.
![BootMii installation](/images/hackmii/bootmii_install1.png)
![BootMii SD card prompt](/images/hackmii/bootmii_install2.png)
![BootMii SD card preparation](/images/hackmii/bootmii_install3.png)
![BootMii installation OK](/images/hackmii/bootmii_install_ok.png)
1. Once done, select `Continue`. If you have the option to `Install BootMii as boot2`, please do so as well.
1. Once it is completed, select `Continue`.
1. If you have the option to `Install BootMii as boot2`, please do so as well.
![BootMii boot2 Installation](/images/hackmii/bootmii_install4.png)
1. Select `Exit` to finally open the Homebrew Channel.
1. Select `Exit`
1. Your console will have booted into the Homebrew Channel.
### Required Reading

View file

@ -19,22 +19,33 @@ LetterBomb is an exploit for the Wii that is triggered using the Wii Message Boa
### Instructions
1. On your Wii, go to `Wii Settings`. At this point, take note in the top right corner of the letter next to the system version. This letter corresponds to your system menu region, which you will need to know for the corresponding steps. Also, ensure that you are on System Menu version 4.3.
1. Power on your console.
1. Go to `Wii Settings`.
1. Take note in the top right corner of the letter next to the system version.
+ This letter corresponds to your system menu region, which you will need to know for the corresponding steps.
+ Also, ensure that you are on System Menu version 4.3.
![Wii Region](/images/wii/SystemMenuVersion.png)
1. Next, go to `Internet` > `Console Information`, and take note of your FULL MAC address.
1. Navigate to `Internet` > `Console Information`.
1. Take note of your FULL MAC address.
![Mac Address](/images/wii/MacAddress.png)
1. Visit [the HackMii website](https://please.hackmii.com/) and input your Wii MAC address and region. Ensure `Bundle the HackMii Installer for me!` is checked, and cut either wire.
1. On your computer, open the browser and go to [the HackMii website](https://please.hackmii.com/).
1. Input your Wii MAC address and region.
1. Ensure `Bundle the HackMii Installer for me!` is checked.
1. Cut either wire.
![HackMii Screen](/images/exploits/letterbomb/LetterBomb-PC.png)
1. Take your SD card, and make sure that it is formatted as FAT32.
1. Extract the contents of the downloaded ZIP to the root of your SD card.
1. Take out your SD card and insert it in your Wii.
1. Insert your SD card into your computer.
1. Copy the `private` folder and the `boot.elf` file from the LetterBomb `.zip` to the root of your SD card.
1. Reinsert your SD card into your console.
+ The SD card must be inserted in the SD card slot located in the front of the Wii. Using a USB to SD adapter plugged into the Wii's USB port will not work.
1. On your Wii, return to the Wii Menu and then open the Wii Message Board. Then, open the red letter with a bomb.
1. On your Wii, return to the Wii Menu.
1. Launch the Wii Message Board.
1. Open the red letter with a bomb.
+ Ensure the date on your Wii is correct, otherwise you might be unable to find the letter.
+ In some cases, you may need to check the messages for tommorow or yesterday for the letter to show up.
+ If you don't see the red letter, check if any errors appear in the SD card section of `Data Management`. If any do, there may be an issue with the SD card format or the Wiis SD card reader.
+ If your Wii freezes after clicking on the letter, you most likely chose the wrong system menu region for LetterBomb. Go back to Step 2 and verify that you chose the right region.
+ If all is correct and there is freezing, keep on trying until it works.
1. If the exploit was successful, your device will have loaded the HackMii Installer.
![LetterBomb Wii Menu](/images/exploits/letterbomb/LetterBomb-Wii.png)

View file

@ -20,20 +20,24 @@ There are some important things to take note of:
### Requirements
* An SD card or USB drive
* [Priiloader installer](https://oscwii.org/library/app/priiloader)
* [LoadPriiloader](https://oscwii.org/library/app/loadpriiloader)
* [Priiloader Installer](https://oscwii.org/library/app/priiloader) (the `.zip` file)
* [Load Priiloader](https://oscwii.org/library/app/loadpriiloader) (the `.zip` file)
### Instructions
#### Section I - Downloading/Installing
#### Section I - Prep Work
1. Download the Priiloader installer and LoadPriiloader apps.
1. Extract both apps to the root of your SD card or USB drive.
1. Power off your console.
1. Insert your SD card or USB drive into your computer.
1. Copy the `apps` folder from the LoadPriiloader `.zip` to the root of your SD card or USB drive.
1. Copy the `apps` folder from the priiloader `.zip` to the root of your SD card or USB drive.
1. Reinsert your SD card or USB drive into your console.
#### Section II - Installing Priiloader
1. Launch the Homebrew Channel on your Wii.
1. Launch the Priiloader installer.
1. Power on your console.
1. Launch the Homebrew Channel.
1. Launch Priiloader installer from the list of homebrew.
1. Press the + Button on Wii Remote or the A Button on a GameCube controller.
![Install Priiloader](/images/priiloader/installer.png)
![Installing](/images/priiloader/installing.png)
@ -52,7 +56,8 @@ To enter it later on, simply run the "Load Priiloader" homebrew app. There are a
#### System Menu Hacks
1. Launch the Homebrew Channel, and launch the Load Priiloader app.
1. Launch the Homebrew Channel.
1. Launch Load Priiloader from the list of homebrew.
1. Scroll down to `System Menu Hacks` and press `A`.
![System Menu Hacks](/images/priiloader/menu_hacks.png)
@ -60,9 +65,10 @@ To enter it later on, simply run the "Load Priiloader" homebrew app. There are a
This causes Priiloader to fail to find the `hacks_hash.ini` file.
{: .notice--warning}
1. Press `A` on each hack you would like to enable. This guide advises you to enable "Block Disc Updates", "Block Online Updates", and "Region Free EVERYTHING".
1. Press `A` on each hack you would like to enable.
+ This guide advises you to enable "Block Disc Updates", "Block Online Updates", and "Region Free EVERYTHING".
![System Menu Hacks List](/images/priiloader/system_menu_hacks.png)
1. Scroll down to `save settings` and press `A`.
1. Scroll down to `save settings` and press A.
1. Press `B` to return to the main menu.
<details id="system-menu-hacks-list" class="notice--info" markdown="1">
@ -124,31 +130,33 @@ If you would like to autoboot USB loader GX, do this first:
You will be installing `uneoboot.dol` in step 3.
</div>
1. Launch the Homebrew channel, then launch the Load Priiloader app.
1. Launch the Homebrew Channel
1. Launch Load Priiloader from the list of homebrew.
1. Scroll down to `Load/Install file` and press A.
![Load/Install File](/images/priiloader/menu_install_file.png)
1. Scroll through the menu until your desired homebrew app is highlighted, and press A to install it.
![Installing a Homebrew App](/images/priiloader/installing_file.png)
![Installing a Homebrew App OK](/images/priiloader/installing_file_ok.png)
1. Press B to go back to the main menu.
1. Press `B` to return to the main menu.
1. Scroll down to `Settings` and press A.
![Settings](/images/priiloader/menu_settings.png)
1. Press Right to cycle through the Autoboot options until `Installed file` is selected.
![Autoboot: Installed File](/images/priiloader/autoboot_installed_file.png)
1. Scroll down to `save settings` and press A.
![Saving Settings](/images/priiloader/settings_save.png)
1. Press B to return to the main menu.
1. Press `B` to return to the main menu.
1. Scroll back up to `System Menu` and press A.
Your Wii should now automatically boot to whichever homebrew app you installed.
##### Autobooting the Homebrew Channel or Priiloader
1. Launch the Homebrew Channel, then launch the Load Priiloader app.
1. Launch the Homebrew Channel
1. Launch Load Priiloader from the list of homebrew.
1. Scroll down to `Settings` and press A.
![Settings](/images/priiloader/menu_settings.png)
1. Press Right to cycle through the Autoboot options until your desired option is selected. <br>
`Disabled` will autoboot to the Priiloader menu.
1. Press Right to cycle through the Autoboot options until your desired option is selected.
+ Disabled` will autoboot to the Priiloader menu.
Please don't set Autoboot to `BootMii IOS`. You will get stuck in a loop until you continuously hold the RESET button to enter the Priiloader menu.
{: .notice--warning}
@ -156,7 +164,7 @@ Your Wii should now automatically boot to whichever homebrew app you installed.
![Autoboot](/images/priiloader/autoboot_disabled.png)
1. Scroll down to `save settings` and press A.
![Saving Settings](/images/priiloader/settings_save.png)
1. Press B to return to the main menu.
1. Press `B` to return to the main menu.
1. Scroll back up to `System Menu` and press A.
[Continue to Open Shop Channel Installation](osc)

View file

@ -30,29 +30,28 @@ If you have installed a mod like CTGP Revolution or Project+, str2hax may load t
This exploit requires you to set your DNS in order to connect to a server that contains the exploit.
1. Power on your console.
1. Go to `Wii Options`.
![Wii Options](/images/riiconnect24/Internet_1.png)
1. Go to `Wii Settings`.
![Wii Settings](/images/riiconnect24/Internet_2.png)
1. Go to `Page 2`, then click on `Internet`.
1. Navigate to `Page 2` -> `Internet` -> `Connection Settings`.
![Internet](/images/riiconnect24/Internet_3.png)
1. Go to `Connection Settings`.
![Connection Settings](/images/riiconnect24/Internet_4.png)
1. Select your current connection.
1. Click on your network connection slot and navigate to `Change Settings`.
![Current Connection](/images/riiconnect24/Internet_5.png)
1. Go to `Change Settings`.
![Change Settings](/images/riiconnect24/Internet_6.png)
1. Go to `Auto-Obtain DNS` (Not IP Address), then select `No`, then `Advanced Settings`.
1. Set `Auto-Obtain DNS` to `No`, then click `Advanced Settings`.
![Auto-Obtain DNS](/images/riiconnect24/Internet_7.png)
1. Type in `18.188.135.9` as the Primary DNS.
1. Set the Primary DNS to `18.188.135.9`.
![str2hax DNS](/images/exploits/str2hax/dns.png)
If there are 3 fields instead of 2 (like above), go back and make sure you are on the `Auto-Obtain DNS` page.
{: .notice--warning}
1. Select `Confirm`, then select `Save`.
1. Click `Confirm`, then click `Save`.
![Save DNS](/images/riiconnect24/Internet_10.png)
1. Select `OK` to perform a connection test.
1. When prompted, click `OK` to perform the connection test.
![Connection Test](/images/riiconnect24/Internet_11.png)
![Connection Test Successful](/images/riiconnect24/Internet_12.png)
+ If the connection test was successful, select `No` to skip the Wii System Update.
@ -61,11 +60,13 @@ This exploit requires you to set your DNS in order to connect to a server that c
#### Section II - Triggering the Exploit
1. Go to the `Internet` section, then `User Agreements` or `Agreement/Contact`, then `Yes`.
1. Click on `Next`. You should be greeted with the following screen:
1. Navigate to `Internet` -> `User Agreements` or `Agreement/Contact`.
1. Select `Yes`.
1. Click on `Next`.
+ You should be greeted with the following screen:
![str2hax EULA page](/images/exploits/str2hax/EULA.png)
1. Give the exploit 1-2 minutes to download (and don't press `I ACCEPT`/`I DO NOT ACCEPT`).
1. Once the exploit downloads, you will see a few text screens, then a mess of colors, then finally, the HackMii Installer.
1. If the exploit was successful, your device will have loaded the HackMii Installer.
![HackMii Installer scam screen](/images/hackmii/scam.png)
[Continue to Homebrew Channel and BootMii Installation](hbc)

View file

@ -41,7 +41,7 @@ Your Wii must be modded in order to perform this. If it isn't, then it's best to
#### Section II - Installing
1. Power off your Wii. Start holding RESET, then turn it back on.
1. Power off your console. Start holding RESET, then turn it back on.
1. In the Priiloader menu, select `Homebrew Channel`.
* If the Priiloader menu does not appear, please [install it immediately](priiloader). Priiloader is required for this guide.
1. Launch YAWM ModMii Edition.

View file

@ -25,21 +25,33 @@ SD cards larger than 2GB will not work on Wii menu versions before 4.0.
#### Instructions
1. On your Wii, go to `Wii Settings`, and make note of the version at the top right. Proceed to `Internet` -> `Console Information` and also make note of your MAC address.
1. Visit [wilbrand.donut.eu.org](https://wilbrand.donut.eu.org/), input your Wii MAC, version, region, ensure `Bundle the HackMii Installer for me!` is checked, and cut either wire.
1. Power on your console.
1. Go to `Wii Settings`.
1. Take note in the top right corner of the letter next to the system version.
+ This letter corresponds to your system menu region, which you will need to know for the corresponding steps.
![Wii Region](/images/wii/SystemMenuVersion.png)
1. Navigate to `Internet` > `Console Information`.
1. Take note of your FULL MAC address.
![Mac Address](/images/wii/MacAddress.png)
1. On your computer, open the browser and go to [wilbrand.donut.eu.org](https://wilbrand.donut.eu.org/).
1. Input your Wii MAC, version and region.
1. Ensure `Bundle the HackMii Installer for me!` is checked.
1. Cut either wire.
![Wilbrand Web](/images/exploits/wilbrand/web.png)
1. Click on "Download your .zip".
1. Extract the contents of the downloaded ZIP to the root of your SD card.
1. Take out your SD card and insert it in your Wii.
+ The SD card must be inserted in the SD card slot located in the front of the Wii. Using a USB adapter plugged into the Wii's USB port will not work.
1. On your Wii, return to the Wii Menu and then open the Wii Message Board.
1. Load the green letter with the Bob-omb icon.
1. Insert your SD card into your computer.
1. Copy the `private` folder and the `boot.elf` file from the downloaded `.zip` to the root of your SD card.
1. Reinsert your SD card into your console.
+ The SD card must be inserted in the SD card slot located in the front of the Wii. Using a USB to SD adapter plugged into the Wii's USB port will not work.
1. On your Wii, return to the Wii Menu.
1. Launch the Wii Message Board on your Wii.
1. Open the green letter with a bomb.
+ Ensure the date on your Wii is correct, otherwise you might be unable to find the letter.
+ The mail may have appeared on the previous or next day.
+ If you don't see the green letter, check if any errors appear in the SD card sections in `Data Management`. If any do, there may be an issue with the SD card format or the Wii's SD card reader.
+ In some cases, you may need to check the messages for tommorow or yesterday for the letter to show up.
+ If you don't see the green letter, check if any errors appear in the SD card section of `Data Management`. If any do, there may be an issue with the SD card format or the Wiis SD card reader.
![Wilbrand in its natural habitat](/images/exploits/wilbrand/msgboard.png)
If this didn't work for you, [try another exploit](get-started) such as Letterbomb or try [Wilbrand CLI](#wilbrand-cli).
1. If the exploit was successful, your device will have loaded the HackMii Installer.
+ If this didn't work for you, [try another exploit](get-started) such as Letterbomb or try [Wilbrand CLI](#wilbrand-cli).
[Continue to Homebrew Channel and BootMii Installation](hbc)
{: .notice--info}
@ -48,7 +60,7 @@ If this didn't work for you, [try another exploit](get-started) such as Letterbo
#### Requirements
* A PC running Windows, MacOS or Linux
* A computer running Windows, macOS or Linux
* An SD card formatted to FAT32/MS-DOS
* A Wii on at least version 3.0
* [Wilbrand](https://static.wiidatabase.de/Wilbrand.zip)
@ -59,9 +71,16 @@ SD cards larger than 2GB will not work on Wii menu versions before 4.0.
#### Instructions
1. On your Wii, go to `Wii Settings`, and make note of the version at the top right. Proceed to `Internet` -> `Console Information` and also make note of your MAC address.
1. Extract the Wilbrand zip to a folder on your PC, preferably on your desktop.
1. Insert your SD card into your PC.
1. Power on your console.
1. Go to `Wii Settings`.
1. Take note in the top right corner of the letter next to the system version.
+ This letter corresponds to your system menu region, which you will need to know for the corresponding steps.
![Wii Region](/images/wii/SystemMenuVersion.png)
1. Navigate to `Internet` > `Console Information`.
1. Take note of your FULL MAC address.
![Mac Address](/images/wii/MacAddress.png)
1. Copy all files from the Wilbrand `.zip` to a folder on your computer
1. Insert your SD card into your computer.
1. Open a terminal inside the folder Wilbrand was extracted to.
1. Using your Wii's version and MAC address, run the following command:
@ -74,17 +93,19 @@ SD cards larger than 2GB will not work on Wii menu versions before 4.0.
+ `/media/mount_dir` is the folder your SD card is mounted in. This may vary depending on your Linux distro.
![running Wilbrand on Linux](/images/exploits/wilbrand/linux.png)
1. Extract the HackMii Installer v1.2 to a folder on your PC.
1. Copy all files from the hackmii_installer_v1.2 `.zip` to a folder on your computer.
+ You may also simply open the zip file in your archive manager.
1. Locate the `boot.elf` file, and put it on the root of your SD card.
1. Take out your SD card and insert it in your Wii.
+ The SD card must be inserted in the SD card slot located in the front of the Wii. Using a USB adapter plugged into the Wii's USB port will not work.
1. On your Wii, return to the Wii Menu and then open the Wii Message Board.
1. Load the green letter with the Bob-omb icon.
1. Copy `boot.elf` from the hackmii_installer_v1.2 `.zip` to the root of your SD card.
1. Reinsert your SD card into your console.
+ The SD card must be inserted in the SD card slot located in the front of the Wii. Using a USB to SD adapter plugged into the Wii's USB port will not work.
1. On your Wii, return to the Wii Menu.
1. Launch the Wii Message Board.
1. Open the green letter with a bomb.
+ Ensure the date on your Wii is correct, otherwise you might be unable to find the letter.
+ The mail may have appeared on the previous or next day.
+ If you don't see the green letter, check if any errors appear in the SD card sections in `Data Management`. If any do, there may be an issue with the SD card format or the Wii's SD card reader.
+ In some cases, you may need to check the messages for tommorow or yesterday for the letter to show up.
+ If you don't see the green letter, check if any errors appear in the SD card section of `Data Management`. If any do, there may be an issue with the SD card format or the Wiis SD card reader.
![Wilbrand in its natural habitat](/images/exploits/wilbrand/msgboard.png)
1. If the exploit was successful, your device will have loaded the HackMii Installer.
[Continue to Homebrew Channel and BootMii Installation](hbc)
{: .notice--info}