Skip to content

Commit

Permalink
kartminer7: no nimhax (thanks @TheMasterOfMike)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyuwuu committed Jul 4, 2023
1 parent abf5ac2 commit 75d7ba4
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 59 deletions.
4 changes: 2 additions & 2 deletions _data/navigation/en_US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ sidebar_pages:
title: Dumping eShop DSiWare
url: dumping-eshop-dsiware
-
title: menuhax67 + nimhax (3DS ROP xPloit Injector)
url: menuhax67-nimhax-(3dsropxploitinjector)
title: menuhax67 + Frogtool (3DS ROP xPloit Injector)
url: menuhax67-frogtool-(3dsropxploitinjector)
-
title: Dumping Movable (nimhax)
url: dumping-movable-(nimhax)
Expand Down
2 changes: 1 addition & 1 deletion _pages/en_US/3dsropxploitinjector-(kartminer7).txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ In this section, you will have the 3DS generate some data in Mario Kart 7 that w
If your shoulder buttons (L and R) are working, continue to [Installing boot9strap (3DS ROP xPloit Injector-USM)]
{: .notice--primary}

If your shoulder buttons (L and R) are NOT working, continue to [menuhax67 + nimhax (3DS ROP xPloit Injector)](menuhax67-nimhax-(3dsropxploitinjector))
If your shoulder buttons (L and R) are NOT working, continue to [menuhax67 + Frogtool (3DS ROP xPloit Injector)](menuhax67-frogtool-(3dsropxploitinjector))
{: .notice--warning}
99 changes: 99 additions & 0 deletions _pages/en_US/menuhax67-frogtool-(3dsropxploitinjector).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
---
title: "menuhax67 + Frogtool (3DS ROP xPloit Injector)"
---

{% include toc title="Table of Contents" %}

{% capture technical_info %}
<summary><em>Technical Details (optional)</em></summary>

Now that we have homebrew launcher access, we can use Frogtool to inject Flipnote into DS Download Play. This will allow us to run an exploit to install boot9strap.

For a more technical explanation, see [here](https://github.com/zoogie/Frogtool) for information about Frogtool and [here](https://github.com/zoogie/menuhax67) for information about menuhax67.

{% endcapture %}
<details>{{ technical_info | markdownify }}</details>
{: .notice--info}

### What You Need

* Your `movable.sed` file from completing Seedminer or nimhax on the root of your SD card
* <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> [frogcert.bin](magnet:?xt=urn:btih:d12278ea50bb3574f1fbd327f3d0e2292c70941f&dn=frogcert.bin&tr=https%3a%2f%2ftracker.fastdownload.xyz%3a443%2fannounce&tr=https%3a%2f%2fopentracker.xyz%3a443%2fannounce&tr=http%3a%2f%2fopen.trackerlist.xyz%3a80%2fannounce&tr=http%3a%2f%2ft.nyaatracker.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2fopen.demonii.si%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.port443.xyz%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.vanitycore.co%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2fthetracker.org%3a80%2fannounce&tr=http%3a%2f%2ftorrent.nwps.ws%3a80%2fannounce&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.iamhansen.xyz%3a2000%2fannounce&tr=udp%3a%2f%2fbt.xxx-tracker.com%3a2710%2fannounce&tr=http%3a%2f%2f0d.kebhana.mx%3a443%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker4.itzmx.com%3a2710%2fannounce&tr=udp%3a%2f%2ftracker.justseed.it%3a1337%2fannounce&tr=http%3a%2f%2ftherightsize.net%3a1337%2fannounce&tr=udp%3a%2f%2fretracker.hotplug.ru%3a2710%2fannounce&tr=udp%3a%2f%2ftracker.internetwarriors.net%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2800%2fannounce&tr=https%3a%2f%2f2.track.ga%3a443%2fannounce&tr=udp%3a%2f%2fbigfoot1942.sektori.org%3a6969%2fannounce) (magnet link)
* The latest release of [Frogtool](https://github.com/zoogie/Frogtool/releases/latest)
* The latest release of [b9sTool](https://github.com/zoogie/b9sTool/releases/latest)
* The latest release of [nimhax](https://github.com/luigoalma/nimhax/releases/latest) (the nimhax `.zip` file)@
* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)

### Instructions

#### Section I - Injecting menuhax67

1. Press (Y) + (D-Pad Down) to inject menuhax67
1. The **target 3DS** will automatically power off

You will **not** need to use your **source 3DS** to complete any further steps on this guide. Any further steps should only be completed on the **target 3DS**.
{: .notice--info}

#### Section II - CFW Check

{% include_relative include/cfw-check-fredtool.txt %}

#### Section III - Prep Work

1. Power off your console
1. Insert your SD card into your computer
1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card
1. Copy `boot.nds` (b9sTool) from the b9sTool release `.zip` to the root of your SD card
1. Copy `Frogtool.3dsx` to the `/3ds/` folder on your SD card
1. Copy `frogcert.bin` to the root of your SD card
1. Reinsert your SD card into your console
1. Power on your console

#### Section IV - Patching DS Download Play

1. Open the Homebrew Launcher by tapping the HOME Menu Settings icon on the top-left corner of the screen
1. Launch Frogtool from the list of homebrew
1. Select the "INJECT patched DS Download Play" option
1. Frogtool will automatically run and inject the JPN version of Flipnote Studio into your DS Download Play
1. Once this operation has finished, read the screens and check if the process was successful
1. Tap the touch screen, then select "BOOT patched DS Download Play"
1. If the exploit was successful, your console will have loaded the JPN version of Flipnote Studio
+ If you get stuck on a black screen, follow [this](https://wiki.hacks.guide/wiki/3DS:TWLFix#Homebrew_Launcher-0) page, then try again

#### Section V - Flipnote Exploit

{% include_relative include/install-boot9strap-b9stool.txt method="dsdlp" %}

#### Section VI - Luma3DS Configuration

1. Press and hold (Select), and while holding (Select), power on your console
{% include_relative include/configure-luma3ds.txt %}

{% include_relative include/luma3ds-installed-note.txt %}

#### Section VII - Restoring DS Download Play

1. Launch the Download Play application
1. Wait until you see the two buttons
+ Do not press either of the buttons
1. Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu
1. Select "Miscellaneous options"
1. Select "Switch the hb. title to the current app."
1. Press (B) to continue
1. Press (B) to return to the Rosalina main menu
1. Press (B) to exit the Rosalina menu
1. Press (Home), then close Download Play
1. Relaunch the Download Play application
1. Your console should load the Homebrew Launcher
1. Launch Frogtool from the list of homebrew
1. Select the "RESTORE clean DS Download Play" option
1. Once this operation has finished, read the screens and check if the process was successful
+ If there are any errors or missing files, correct the problem and try again
1. If the process was successful, tap the touch screen, then press START to exit
1. Power off your console

___

### Continue to [Finalizing Setup](finalizing-setup)
{: .notice--primary}

56 changes: 0 additions & 56 deletions _pages/en_US/menuhax67-nimhax-(3dsropxploitinjector).txt

This file was deleted.

0 comments on commit 75d7ba4

Please sign in to comment.