Add alternative internet browser exploit (Indexiine)

pull/4/head
Elpunical 5 years ago
parent b284afeefd
commit f3f1121afc
No known key found for this signature in database
GPG Key ID: A83AFC22339F8939

@ -22,6 +22,8 @@ This guide was written by staff members of the [Nintendo Homebrew Discord Server
> - **dimok789** for the [Homebrew Launcher](https://github.com/dimok789/homebrew_launcher), the [Homebrew Launcher Channel](https://github.com/dimok789/homebrew_launcher) and [Mocha](https://github.com/dimok789/mocha).
> - **orboditilt** and **dimok789** for the [Homebrew Launcher Installer](https://github.com/wiiu-env/homebrew_launcher_installer).
> - **vgmoose**, **pwsincd**, **rw-r-r_0644** and **crc32** for [hb-appstore](https://github.com/vgmoose/hb-appstore).
> - **Jonhyjp** for [Indexiine](https://gbatemp.net/threads/indexiine-load-cfw-during-boot-and-offline-without-a-vc-ds-title.553681/)
> - **JumpCallPop**, **jam1garner**, **hedgeberg**, **yellows8** and **orboditilt** for [JSTypeHax](https://github.com/wiiu-env/JsTypeHax)
> - **ihaveamac/ihaveahax** for <u>overwrite-wiiu-titlehash</u>.
> - **Dr Clipper**, **ZRicky11**, **dmm** and **FIX94** for <u>Patched IOS80 Installer for vWii</u>.
> - **djskual**, **Loadiine GX2 Team**, **Yardape** and **brienj** for [WUP Installer GX2](https://sourceforge.net/projects/wup-installer-gx2/).

File diff suppressed because one or more lines are too long

@ -2,7 +2,8 @@
---
?> Before starting, make sure to update your Wii U console to the latest firmware (5.5.4 for European consoles, 5.5.3 for all other regions) if you haven't already.
There are two main CFWs: Haxchi/ColdBootHaxchi (CBHC) and Mocha.
There are two main CFWs: Haxchi/ColdBootHaxchi (CBHC) or Mocha.
Haxchi/CBHC are both injected into a paid DS VC game, while Mocha is only used with the web browser exploit and Indexiine, which makes it the only free CFW.
## Haxchi
@ -24,7 +25,8 @@ There are two main CFWs: Haxchi/ColdBootHaxchi (CBHC) and Mocha.
!> Breaking one of the above rules will result in a brick.
- Same (dis)advantages as Haxchi, but automatically launches CFW on every boot.
- Requires a legitimately installed paid DS VC game from the eShop.
- Automatically launches CFW on every boot.
### [**Continue with CBHC**](user-guide/cbhc/ds-vc-choice) {docsify-ignore}
@ -33,8 +35,9 @@ There are two main CFWs: Haxchi/ColdBootHaxchi (CBHC) and Mocha.
- Does not require any game, and is therefore free.
- Needs to be re-launched through the browser exploit every reboot to enable CFW.
- Is not compatible with the Homebrew Launcher Channel.
- May require an Internet connection depending on what entry point you choose.
### [**Continue with Mocha**](user-guide/mocha/sd-preparation) {docsify-ignore}
### [**Continue with Mocha**](user-guide/mocha/entrypoint-choice) {docsify-ignore}
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">

@ -0,0 +1,29 @@
# Mocha - Choose An Entrypoint
## Online Exploit
- Requires an Internet connection every time you want to launch the Homebrew Launcher.
### [**Continue with the Online Exploit**](user-guide/mocha/online-exploit/sd-preparation) {docsify-ignore}
## Indexiine
- Requires an Internet connection for the setup process but can be used offline once it's been setup.
- Requires you to modify a system file.
### [**Continue with Indexiine**](user-guide/mocha/indexiine/sd-preparation) {docsify-ignore}
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/cfw-choice">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Choose a CFW</div>
</a>
</div>
</div>

@ -0,0 +1,39 @@
# Mocha - Indexiine
## Browser Exploit {docsify-ignore}
To install CFW, we first need to launch the Homebrew Launcher through the browser exploit.
Make sure your Wii U has internet access for this step.
### Instructions
1. Take the SD Card out of your computer and plug it into your Wii U console.
1. Launch the internet browser and open `wiiuexploit.xyz`.
1. Click on `Run Homebrew Launcher!`. Your console should launch the Homebrew Launcher.
- If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/mocha/indexiine/sd-preparation">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">SD Preparation</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/mocha/indexiine/nand-backup">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Making a NAND Backup</div>
</a>
</div>
</div>

@ -0,0 +1,69 @@
# Mocha - Indexiine
## Internet Browser Modding {docsify-ignore}
Now that you have your NAND backup in case anything goes wrong later, you can install Indexiine on your system.
### What You Need
- The Indexiine <a href="docs/files/index.html" download>index.html</a> file
- This release of [FTPiiU Everywhere](http://wiiubru.com/appstore/zips/fpiiu-cbhc.zip)
- An FTP client such as [FileZilla](https://filezilla-project.org/download.php?type=client)
### Instructions
1. Extract the `fpiiu-cbhc.zip` file to the root of your SD Card
1. Install FileZilla on your computer
### Modding The Internet Browser
!> Before you proceed, you must be aware that every time you modify your console's system files, there is always the potential for an unrecoverable brick.
1. Take the SD Card out of your computer and plug it into your Wii U console.
1. Launch the Internet Browser and go to `google.com`.
1. Close and re-launch the Internet Browser.
1. Go to `wiiuexploit.xyz`.
1. Launch Mocha CFW.
1. Launch FTPiiU Everywhere.
1. On your computer, launch FileZilla.
1. Type in the IP address displayed by your Wii U in the `Host` field at the top of the window and click on `Quickconnect`
1. - If you have a EUR region Wii U, navigate to <code>/storage_mlc/sys/title/<wbr>000500030/1001220A/<wbr>content/pages</code>
- If you have a USA region Wii U, navigate to <code>/storage_mlc/sys/title/<wbr>000500030/1001210A/<wbr>content/pages</code>
- If you have a JPN region Wii U, navigate to <code>/storage_mlc/sys/title/<wbr>000500030/1001200A/<wbr>content/pages</code>
1. Make a backup of the original `index.html` file by copying it from your Wii U to your computer.
1. Replace the original `index.html` by the previously downloaded Indexiine `index.html` file.
1. Close FTPiiU Everywhere and the Homebrew Launcher.
1. Launch the Internet Browser.
1. Click the button (blue door) at the top left corner of the screen and wait a few seconds.
1. You should now be back in the Homebrew Launcher.
1. Close the Homebrew Launcher.
1. Launch the Internet Browser.
1. Click the button (blue door) at the top left corner of the screen and immediately press the HOME button.
The Homebrew Launcher will now be launched every time you launch the Internet Browser even without an Internet connection.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/mocha/indexiine/nand-backup">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Making a NAND Backup</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/mocha/indexiine/launching-cfw">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Launching CFW</div>
</a>
</div>
</div>

@ -0,0 +1,38 @@
# Mocha - Indexiine
## Launching CFW {docsify-ignore}
Unlike systems such as the DSi, Wii, or 3DS, Wii U CFW is temporary. This means that as soon as your system reboots, you will lose CFW and have to follow these instructions again. This can be skipped by installing CBHC to a Haxchi CFW installation.
### Instructions
1. Launch the Homebrew Launcher by launching the Internet Browser.
1. Navigate the Homebrew Launcher and open the Mocha CFW app.
1. Your console will launch the Wii U Menu and enable CFW.
1. You will need to re-do these steps every reboot to launch CFW.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/mocha/indexiine/browser-modding">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Internet Browser Modding</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/introduction">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Return To Home Page</div>
</a>
</div>
</div>

@ -0,0 +1,51 @@
# Mocha - Indexiine
## Making a NAND Backup {docsify-ignore}
In case anything should go wrong in the later process and your Wii U ends up bricked, restoring a previously made NAND backup can fix it.
### Instructions
?> The Wii U NAND is (depending on your model) either 8 or 32GB. As a result of this, to create a full backup of your console's NAND, your SD Card has to be larger than the size of your NAND. If you do not have a large enough SD Card, you can skip the optional `MLC` section which includes save files and game data and is not needed to recover most types of bricks.
?> Restoring a NAND Backup on the Wii U requires additional hardware and micro soldering skills.
<br>However, making a NAND Backup is **always** useful, so please do not skip it.
<br>Your NAND Backup is unique to your system. Backups from other consoles **won't** work.
1. Navigate through the Homebrew Launcher and launch the `Wii U NAND Dumper` app.
1. Use the Wii U Gamepad's DPAD to enter the following configuration:
- Dump SLC: **yes**
- Dump SLCCMPT: **yes**
- Dump MLC: **optional**
- Dump OTP: **yes**
- Dump SEEPROM: **yes**
1. Press the A button to start the dumping process.
1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC.
1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer.
1. Delete the files from your SD Card to free up space.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/mocha/indexiine/browser-exploit">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Browser Exploit</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/mocha/indexiine/browser-modding">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Internet Browser Modding</div>
</a>
</div>
</div>

@ -1,4 +1,4 @@
# Mocha
# Mocha - Indexiine
## SD Preparation {docsify-ignore}
@ -36,18 +36,18 @@ We will now place the required CFW files and some additional homebrew files on t
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/cfw-choice">
<a href="#/user-guide/mocha/entrypoint-choice">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Choose Your CFW</div>
<div class="pagination-item-title">Choose An Entrypoint</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/mocha/browser-exploit">
<a href="#/user-guide/mocha/indexiine/browser-exploit">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">

@ -0,0 +1,14 @@
- **Navigation**
- [Home Page](user-guide/introduction)
- [Choose a CFW](user-guide/cfw-choice)
- [Choose an Entrypoint](user-guide/mocha/entrypoint-choice)
- **Mocha - Indexiine**
- [SD Preparation](user-guide/mocha/indexiine/sd-preparation)
- [Browser Exploit](user-guide/mocha/indexiine/browser-exploit)
- [Making a NAND Backup](user-guide/mocha/indexiine/nand-backup)
- [Internet Browser Modding](user-guide/mocha/indexiine/browser-modding)
- [Launching CFW](user-guide/mocha/indexiine/launching-cfw)
- **Links**
- [![Github](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github](https://github.com//huhenU/WiiUGuide)
- [![Discord](https://icongram.jgog.in/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh)
- [About](extras/about)

@ -1,4 +1,4 @@
# Mocha
# Mocha - Online Exploit
## Browser Exploit {docsify-ignore}
@ -7,7 +7,7 @@ Make sure your Wii U has internet access for this step.
### Instructions
1. Take the SD Card out of your Computer and plug it into your Wii U console.
1. Take the SD Card out of your computer and plug it into your Wii U console.
1. Launch the internet browser and open `wiiuexploit.xyz`.
1. Click on `Run Homebrew Launcher!`. Your console should launch the Homebrew Launcher.
- If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again.
@ -15,7 +15,7 @@ Make sure your Wii U has internet access for this step.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/mocha/sd-preparation">
<a href="#/user-guide/mocha/online-exploit/sd-preparation">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
@ -26,7 +26,7 @@ Make sure your Wii U has internet access for this step.
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/mocha/nand-backup">
<a href="#/user-guide/mocha/online-exploit/nand-backup">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">

@ -1,4 +1,4 @@
# Mocha
# Mocha - Online Exploit
## Launching CFW {docsify-ignore}
@ -10,14 +10,14 @@ Unlike systems such as the DSi, Wii, or 3DS, Wii U CFW is temporary. This means
1. Take the SD Card out of your PC and plug it into your Wii U.
1. Launch the Homebrew Launcher on your system as [previously explained](user-guide/mocha/browser-exploit).
1. Navigate the Homebrew Launcher and open the Mocha app.
1. Your console will launch the Wii U Menu and enable CFW.
1. Navigate the Homebrew Launcher and open the Mocha CFW app.
1. It will take you back to the Homebrew Launcher and enable CFW.
1. You will need to re-do these steps every reboot to launch CFW.
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/mocha/nand-backup">
<a href="#/user-guide/mocha/online-exploit/nand-backup">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>

@ -1,4 +1,4 @@
# Mocha
# Mocha - Online Exploit
## Making a NAND Backup {docsify-ignore}
@ -27,7 +27,7 @@ In case anything should go wrong in the later process and your Wii U ends up bri
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/mocha/browser-exploit">
<a href="#/user-guide/mocha/online-exploit/browser-exploit">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
@ -38,7 +38,7 @@ In case anything should go wrong in the later process and your Wii U ends up bri
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/mocha/launching-cfw">
<a href="#/user-guide/mocha/online-exploit/launching-cfw">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">

@ -0,0 +1,60 @@
# Mocha - Online Exploit
## SD Preparation {docsify-ignore}
We will now place the required CFW files and some additional homebrew files on the SD Card.
?> **Notice**
Your SD Card will need to be formatted as FAT32. If your SD Card is not formatted to FAT32, use [GUIFormat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) with 32k (32768) Allocation unit size to format it.
### What You Need
- The Mocha <a href="docs/files/config.ini" download>config</a>
- The latest release of [Homebrew Launcher Installer](https://github.com/wiiu-env/homebrew_launcher_installer/releases/latest)
- You will need to download the `payload.zip` file.
- The 1.4 release of [The Homebrew Launcher](https://github.com/dimok789/homebrew_launcher/releases/tag/1.4)
- You will need to download the v1.4 `homebrew_launcher.v1.4.zip` release of The Homebrew Launcher
- The latest release of [WUP Installer GX2](http://wiiubru.com/appstore/zips/wup_installer_gx2.zip)
- The latest release of [Wii U NAND Dumper](https://github.com/koolkdev/wiiu-nanddumper/releases/latest)
- The latest release of the [Homebrew App Store](https://github.com/vgmoose/hbas/releases/latest)
- You will need to download the `wiiu-extracttosd.zip` file.
- The latest release of [Mocha](https://www.wiiubru.com/appstore/zips/mocha.zip)
### Instructions
?> **Notice**
The info.json and manifest.install files are not needed for the modding process and therefore can be deleted.
1. Insert your Wii U's SD Card into your PC
1. Extract the `wup_installer_gx2.zip` file to the root of your SD Card
1. Extract the `nanddumper.zip` file to the root of your SD Card
1. Extract the `wiiu-extracttosd.zip` file to the root of your SD Card
1. Extract the `homebrew_launcher.v.1.4.zip` to the root of your SD Card
1. Extract the `mocha.zip` file to the root of your SD Card
1. Copy the `config.ini` file to the `/wiiu/apps/mocha` folder on your SD Card
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/mocha/entrypoint-choice">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Choose An Entrypoint</div>
</a>
</div>
<div class="pagination-item pagination-item--next">
<a href="#/user-guide/mocha/online-exploit/browser-exploit">
<div class="pagination-item-label">
<span>NEXT</span>
<svg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="2,2 8,8 2,14"></polyline>
</svg>
</div>
<div class="pagination-item-title">Browser Exploit</div>
</a>
</div>
</div>

@ -0,0 +1,13 @@
- **Navigation**
- [Home Page](user-guide/introduction)
- [Choose a CFW](user-guide/cfw-choice)
- [Choose an Entrypoint](user-guide/mocha/entrypoint-choice)
- **Mocha - Online Exploit**
- [SD Preparation](user-guide/mocha/online-exploit/sd-preparation)
- [Browser Exploit](user-guide/mocha/online-exploit/browser-exploit)
- [Making a NAND Backup](user-guide/online-exploit/mocha/nand-backup)
- [Launching CFW](user-guide/mocha/online-exploit/launching-cfw)
- **Links**
- [![Github](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github](https://github.com//huhenU/WiiUGuide)
- [![Discord](https://icongram.jgog.in/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh)
- [About](extras/about)

@ -1,11 +1,8 @@
- **Navigation**
- [Return To Home Page](user-guide/introduction)
- [Return To Choose Your CFW](user-guide/cfw-choice)
- [Home Page](user-guide/introduction)
- [Choose a CFW](user-guide/cfw-choice)
- **Mocha**
- [SD Preparation](user-guide/mocha/sd-preparation)
- [Browser Exploit](user-guide/mocha/browser-exploit)
- [Making a NAND Backup](user-guide/mocha/nand-backup)
- [Launching CFW](user-guide/mocha/launching-cfw)
- [Choose an Entrypoint](user-guide/mocha/entrypoint-choice)
- **Links**
- [![Github](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github](https://github.com//huhenU/WiiUGuide)
- [![Discord](https://icongram.jgog.in/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh)

Loading…
Cancel
Save