How to Hack & Homebrew Your Wii Mini & Wii with BlueBomb (Tutorial) 2021
Here are the Guide for BlueBomb. This exploit can be use to hack and install the Homebrew Channel your Wii Mini and Wii. BlueBomb exploits a bug in Broadcom's Bluetooth stack to run unsigned code on any Wii. You need Linux if you want to use BlueBomb.
BlueBomb Download: https://github.com/Fullmetal5/bluebomb/releases/tag/v1.0
Inportant: The Webpage aren‘t compatible with this Tutorial and you must use the Description for the commands
Payloads for normal Wiis: https://drive.google.com/file/d/1SuXExawZCe3i6ukoIRBCEn2NRei_MclX/view
BlueZ: http://www.bluez.org/download/
HackMii-Installer: https://bootmii.org/download/
How to make a bootable Linux USB-Stick: https://ubuntu.com/tutorials/tutorial-create-a-usb-stick-on-windows#1-overview
Commands for the Terminal:
1. sudo apt install libglib2.0-dev libdbus-1-dev libudev-dev libical-dev libreadline-dev
2. ./configure --enable-deprecated && make
3. sudo systemctl disable --now bluetooth
4. sudo ./btmgmt
5. Execute one after the other:
5.1 select 0
(If the "invalid index" error occurs, Linux could not find a Bluetooth device. Make sure that the firmware for your adapter is installed or that you have passed the Bluetooth device through to Virtualbox ("pass-through")
5.2 power on
5.3 connectable on
5.4 bondable on
5.5 discov on
5.6 info
current settings: powered connectable discoverable bondable br/edr
5.7. exit
6. sudo ./hciconfig hci0 iac liac
7. Please use the command for your Region:
EUR:
sudo ./bluebomb ./stage0/WII_SM4_3E.bin stage1.bin
USA:
sudo ./bluebomb ./stage0/WII_SM4_3U.bin stage1.bin
JPN:
sudo ./bluebomb ./stage0/WII_SM4_3J.bin stage1.bin
KOR:
sudo ./bluebomb ./stage0/WII_SM4_3K.bin stage1.bin
7.1 Please use the command for your Region Code:
PAL:
sudo ./bluebomb ./stage0/MINI_SM_PAL.bin stage1.bin
NTSC-U:
sudo ./bluebomb ./stage0/MINI_SM_NTSC.bin stage1.bin
8. sudo systemctl enable --now bluetooth