mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 15:30:06 +00:00
offline xorpad and dump using FakeMii
parent
1016908b62
commit
c77e14d5da
@ -10,6 +10,7 @@ This guide focuses on how do dump games in Windows, but since all of the program
|
||||
- A 3DS with a firmware of 9.2 or lower in order to dump or decrypt games.
|
||||
- A SD Card big enough to contain the dumped games. 8GB or greater is recommended.
|
||||
- A way to read SD Cards on a PC.
|
||||
- If you don't want to (or can't) connect to the internet : [FakeMii](https://github.com/Lectem/FakeMii)
|
||||
|
||||
**For Windows Users**
|
||||
- An installation of Python ([Python 2.7.9](https://www.python.org/downloads/release/python-279/) was used during the creation of this guide)
|
||||
@ -20,7 +21,20 @@ This guide focuses on how do dump games in Windows, but since all of the program
|
||||
<br/>
|
||||
|
||||
#### **STEP 1 – Prepping the Dumper**
|
||||
On your computer, download the [latest firmware package of the gateway launcher](http://www.gateway-3ds.com/downloads) from their website. Within one of the folders (ex: `/GATEWAY ULTRA 3.2.1 PUBLIC BETA/` for version 3.2.1) will be a Launcher.dat file. Place the Launcher.dat file on the root of the SD Card and place it into your 3DS. Then, in the 3DS browser, navigate to http://dukesrg.no-ip.org/3ds/go on the 3DS Browser. From here, your 3DS may display some weird colors or even say that it cannot load the page, but the Gateway loader should boot up regardless.
|
||||
On your computer, download the [latest firmware package of the gateway launcher](http://www.gateway-3ds.com/downloads) from their website. Within one of the folders (ex: `/GATEWAY ULTRA 3.2.1 PUBLIC BETA/` for version 3.2.1) will be a Launcher.dat file. Place the Launcher.dat file on the root of the SD Card and place it into your 3DS.
|
||||
|
||||
|
||||
**If you have internet access on your 3DS**
|
||||
|
||||
On the 3DS, open the browser and navigate to 'http://dukesrg.no-ip.org/3ds/go' .
|
||||
|
||||
**If you don't (wan't to) have internet access on your 3DS**
|
||||
|
||||
You can host the launcher page by using [FakeMii](https://github.com/Lectem/FakeMii). See the installation instructions there. You can then open your browser and navigate to 'http://launcher'.
|
||||
|
||||
**Back to instructions everyone must follow**
|
||||
|
||||
From here, your 3DS may display some weird colors or even say that it cannot load the page, but the Gateway loader should boot up regardless.
|
||||
|
||||
<br/>
|
||||
|
||||
@ -87,7 +101,11 @@ The line of FFs should be replaced with the key. It will fill out the whole lin
|
||||
|
||||
**Back to instructions everyone must follow**
|
||||
|
||||
Overwrite the Launcher.dat on your SD card with the one included in the Decrypt9 package. If you'll be dumping more games, make sure you keep both Launcher.dat files safely and remember which is which! On the 3DS, open the browser and return to the site that has the exploit (http://dukesrg.no-ip.org/3ds/go) and it will launch the second Launcher.dat. This one will have a few options, but all we'll be doing is hitting A to generate the xorpads.
|
||||
Overwrite the Launcher.dat on your SD card with the one included in the Decrypt9 package. If you'll be dumping more games, make sure you keep both Launcher.dat files safely and remember which is which!
|
||||
|
||||
On the 3DS, open the browser and return to the site that has the exploit ('http://dukesrg.no-ip.org/3ds/go' or 'http://launcher') and this will launch the second Launcher.dat.
|
||||
|
||||
This one will have a few options, but all we'll be doing is hitting A to generate the xorpads.
|
||||
|
||||
Be warned: this can take an extremely long time on bigger games, so beware! If you've completed this successfully, when you put the SD card back into the computer it'll have at least three xorpad files with fairly long names. If you have these files, congratulations, you can move onto the last step; if not, you'll have to repeat step 3 from the beginning.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user