Skip to content

Instantly share code, notes, and snippets.

@Marenthyu
Last active February 13, 2018 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marenthyu/79ab8155d8ad34ef3452e6717aef6899 to your computer and use it in GitHub Desktop.
Save Marenthyu/79ab8155d8ad34ef3452e6717aef6899 to your computer and use it in GitHub Desktop.
3ds Tadpole Guide

stage 2 - DSIWARE exploit using TadPole:

  1. put your movable.sed into the resources folder
  2. put your ctcert.bin with the privkey into the resources folder (this file can only be generated by someone running cfw)
  3. buy your dsiware game and install it
  4. on the 3ds, go to settings->data management->dsiware->your dsiware game->copy
  5. put the sd card into the comptuter and copy the dsiware bin from the following location to the tadpole folder: SD:/Nintendo 3ds/ID0/ID1/Nintendo DSIWare/####.bin where ### is the dsiware id
  6. run the following command in the tadpole folder: .\tadpole.exe #####.bin d where #### is the game id

OPT 1

  1. download sudokuhax from the dsiware exploit guide
  2. rename the sudoku_v0.app to srl.nds.inject
  3. open the public.sav file using a FAT file mounter (OSFMount works well for this. google it)
  4. delete all the files in the public.sav mount
  5. move the savefile.bin from sudokuhax into the public.sav mount
  6. unmount public.sav
  7. move the srl.nds.inject file into the game folder (Tadpole/#####/)

OPT 2

  1. download and extract 3ds_dsiwarehax_installer
  2. copy the public.sav from 3ds\3ds_dsiwarehax_installer\dsiware<titleid>\public.sav to Tadpole<titleid>\public.sav where is the title id of the save injection title
  3. when asked to overwrite, do.
  4. to 13. Be Happy you others did some work for you

Continue

  1. run the following command: tadpole.exe ##### r
  2. renamed the patched file by removing .patched from the filename.
  3. copy the patched file to the dsiware folder on the SD overwriting the existing
  4. put the SD back into the 3ds and go to settings->data management->dsiware->microsd (at the top)->game->copy
  5. acknowledge the "this exists on system already" error
  6. Move on with Section V of the guide https://3ds.hacks.guide/installing-boot9strap-(dsiware-save-injection).html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment