--- title: "Installing boot9strap (PicHaxx)" --- {% include toc title="Tabela de Conteúdo" %} {% capture technical_info %} Detalhes técnicos (opcional) [PicHaxx](https://github.com/zoogie/pichaxx) é um exploit para o jogo Pokémon Picross lançado por [zoogie](https://github.com/zoogie), originalmente descoberto e [demonstrado](https://twitter.com/mrnbayoh/status/744899681663258624) por [MrNbaYoh](https://github.com/MrNbaYoh). Este método de usar o Seedminer para exploiting usa seu arquivo `movable.sed` para fazer um save personalizado para o Pokémon Picross, que pode ser usado para iniciar o Homebrew Launcher. {% endcapture %}
{{ technical_info | markdownify }}
{: .notice--info} Esse processo irá sobrescrever seu save de Pokémon Picross, se você tiver um. Se você deseja preservar seus dados do jogo Pokémon Picross, você deve fazer um backup do seu arquivo `00000001.sav` antes de substituí-lo. {: .notice--warning} ### O que é necessário + O jogo "Pokémon Picross" instalado no seu console + Se você já fez o download antes, você pode [baixá-lo novamente](https://en-americas-support.nintendo.com/app/answers/detail/a_id/607/~/how-to-download-or-redownload-content-in-nintendo-3ds-eshop) + Seu cartão SD deve ser inserido no seu console para instalar o Pokémon Picross + Seu arquivo `movable.sed` ao completar [Seedminer](seedminer-(alternate)) + The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip) (direct download) + The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (direct download) + The latest release of [nimdsphax](https://github.com/luigoalma/nimdsphax/releases/download/v1.0/nimdsphax_v1.0.zip) (direct download) + A versão mais recente do [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (o arquivo `.zip` do Luma3DS) + The latest release of [HBL otherapps](https://github.com/zoogie/ninjhax2.x/releases/download/v11.17/otherapps_with_CfgS_11.17.zip) (direct download) ### Instruções #### Seção I - Preparação Nesta seção, você copiará alguns dos arquivos que serão usados para iniciar o Homebrew Launcher. 1. Desligue seu console 1. Insira o cartão SD no seu computador 1. Copie `boot.firm` e `boot.3dsx` do `.zip` do Luma3DS para a raiz do seu cartão SD + A raiz do cartão SD refere-se ao diretório inicial no seu cartão SD onde você pode ver a pasta Nintendo 3DS, mas não está dentro dela 1. Crie uma pasta chamada `boot9strap` na raiz do seu cartão SD 1. Copie o `boot9strap.firm` e o `boot9strap.firm.sha` do `.zip` do boot9strap para a pasta `/boot9strap/` no seu cartão SD 1. Copie `SafeB9SInstaller.bin` do `.zip` do SafeB9SInstaller para a raiz do seu cartão SD 1. Copy the otherapp payload for your model/region/version from `otherapps_with_CfgS_11.17.zip` to the root of your SD card, then rename the payload to `otherapp.bin` + Não adicione a extensão `.bin` se você não a vê 1. Crie uma pasta chamada `3ds` na raiz do seu cartão SD se ela ainda não existir + Esta pasta armazena aplicativos homebrew e dados; é diferente da pasta `Nintendo 3DS` que o console gera automaticamente 1. Copy the `nimdsphax` folder from the nimdsphax `.zip` to the `/3ds/` folder on your SD card ![]({{ "/images/screenshots/hax-common-root-layout.png" | absolute_url }}) {: .notice--info} ![]){{ "/images/screenshots/boot9strap-folder.png" | absolute_url }}) {: .notice--info} ![]){{ "/images/screenshots/nimdsphax-location.png" | absolute_url }}) {: .notice--info} #### Seção II - PicHaxx Nesta seção, você criará um arquivo de save modificado para o Pokémon Picross que, quando carregado, executará o Homebrew Launcher no seu console. 1. Abra [o site do PicHaxx Injector](https://3dstools.nhnarwhal.com/#/pichaxx) no seu computador 1. Selecione o seu arquivo `movable.sed` 1. Selecione "Build and Download" 1. Aguarde a conclusão do processo 1. Navegue até `Nintendo 3DS` -> `-> ` ->` -> `title` -> `00040000` -> `0017c100` -> `data` em seu cartão SD + O `` será o mesmo que você usou em Seedminer + O `` é uma pasta de 32 caracteres dentro do `` 1. Copie o arquivo `00000001.sav` recém-baixado para a pasta `data` no seu cartão SD + Sobrescreva o arquivo de save antigo quando solicitado ![]({{ "/images/screenshots/pichaxx-save-location.png" | absolute_url }}) {: .notice--info} 1. Reinsira o cartão SD no seu console 1. Ligue o seu console 1. Abra "Pokémon Picross" 1. Your console will have booted into the Homebrew Launcher + Se você receber uma mensagem de erro, [siga este guia de troubleshooting](troubleshooting#homebrew-launcher-pichaxx) 1. Launch nimdsphax from the list of homebrew 1. Se o exploit for bem-sucedido, você terá entrado no SafeB9SInstaller + If your console freezes on a red screen, hold the POWER button until it turns off, then retry this section #### Seção III - Instalando o boot9strap {% include_relative include/install-boot9strap-safeb9sinstaller.txt %} {%- include_relative include/configure-luma3ds.txt %} {% include_relative include/luma3ds-installed-note.txt %} ___ ### Continue para [Finalizando a instalação](finalizing-setup) {: .notice--primary}