Create wilbrand page (#331)
* Create wilbrand page * Add wilbrand icon * Add image of Wilbrand in it's natural habitat As well as an image of running the command on Linux. And the screenshot is in Japanese because I don't care to install 4.3U on this laptop upstairs * forgot a .png * I had to press + and -, you do too * Add Windows screenshot gg * Add to site navigation * fix minor spelling mistake * fixed padding in images and markdown'd that shit! * little bit of cleaning up * briefly cover cd command * if they did not open the terminal in the directory directly --------- Co-authored-by: Snare-Hawk <85657152+Snare-Hawk@users.noreply.github.com>
This commit is contained in:
parent
651517e659
commit
7406a4ad7b
7 changed files with 59 additions and 0 deletions
|
@ -31,6 +31,10 @@ These exploits are sorted by easiest to hardest difficulty of use.
|
|||
* Requires an Internet connection and changing the DNS server
|
||||
- [LetterBomb](letterbomb) - Exploit that uses the Wii Message Board
|
||||
* Requires an SD card
|
||||
* Must be on version 4.3
|
||||
- [Wilbrand](wilbrand) - Exploit that also uses the Wii Message Board
|
||||
* Requires an SD card and a PC
|
||||
* Works on versions 3.0 - 4.3
|
||||
- [FlashHax](flashhax) - Exploit that uses the Internet Channel
|
||||
* Requires the Internet Channel installed, and an Internet connection
|
||||
- [BlueBomb](bluebomb) - Exploit that uses Bluetooth
|
||||
|
|
|
@ -46,6 +46,7 @@ sitemap: false
|
|||
- [Priiloader](priiloader)
|
||||
- [str2hax](str2hax)
|
||||
- [Wii Mod Lite](wiimodlite)
|
||||
- [Wilbrand](wilbrand)
|
||||
|
||||
**Homebrew**
|
||||
|
||||
|
|
54
_pages/en_US/wilbrand.md
Normal file
54
_pages/en_US/wilbrand.md
Normal file
|
@ -0,0 +1,54 @@
|
|||
---
|
||||
title: "Wilbrand"
|
||||
---
|
||||
|
||||
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
|
||||
{: .notice--info}
|
||||
|
||||
![Wilbrand](/images/wilbrand/icon.png)
|
||||
|
||||
Wilbrand, like LetterBomb, is an exploit for the Wii that is triggered using the Wii Message Board.
|
||||
|
||||
Unlike LetterBomb, Wilbrand supports Wii menu versions down to 3.0.
|
||||
{: .notice--info}
|
||||
|
||||
#### What you need
|
||||
|
||||
- A PC 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)
|
||||
- [HackMii Installer v1.2](https://bootmii.org/download/)
|
||||
|
||||
#### 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. Open a terminal inside the folder Wilbrand was extracted to.
|
||||
1. Using your Wii's version and MAC address, run the following command:
|
||||
|
||||
- Windows: `.\Wilbrand.exe AA-BB-CC-DD-EE-FF MM/DD/YYYY VERSION X:`
|
||||
|
||||
- `X:` is the drive letter of your SD card.
|
||||
![running Wilbrand on Windows](/images/wilbrand/windows.png)
|
||||
|
||||
- Linux/MacOS: `./Wilbrand AA-BB-CC-DD-EE-FF MM/DD/YYYY VERSION /media/mount_dir`
|
||||
- If you have not opened your terminal directly in the folder Wilbrand was extracted to, use `cd` to enter it first, eg. `cd ~/Desktop/Wilbrand`
|
||||
- `/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/wilbrand/linux.png)
|
||||
|
||||
1. Extract the HackMii Installer v1.2 to a folder on your PC.
|
||||
- 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.
|
||||
- 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;.
|
||||
![Wilbrand in its natural habitat](/images/wilbrand/msgboard.png)
|
||||
|
||||
[Continue to Homebrew Channel and BootMii Installation](hbc)
|
||||
{: .notice--info}
|
BIN
images/wilbrand/icon.png
Normal file
BIN
images/wilbrand/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7 KiB |
BIN
images/wilbrand/linux.png
Normal file
BIN
images/wilbrand/linux.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
BIN
images/wilbrand/msgboard.png
Normal file
BIN
images/wilbrand/msgboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
BIN
images/wilbrand/windows.png
Executable file
BIN
images/wilbrand/windows.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
Loading…
Reference in a new issue