<li><ahref="#site-nav"class="screen-reader-shortcut">Skip to primary navigation</a></li>
<li><ahref="#main"class="screen-reader-shortcut">Skip to content</a></li>
<li><ahref="#footer"class="screen-reader-shortcut">Skip to footer</a></li>
</ul>
</nav>
<!--[if lt IE 9]>
<divclass="notice--danger align-center"style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <ahref="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<divclass="masthead">
<divclass="masthead__inner-wrap">
<divclass="masthead__menu">
<navid="site-nav"class="greedy-nav">
<!-- hacks-guide change start: disable default masthead title -->
<listyle="display: none;"data-name="installing-boot9strap-(mset9-cli)"><ahref='/ko_KR/installing-boot9strap-(mset9-cli)'>boot9strap 설치 (MSET9 CLI)</a></li>
<listyle="display: none;"data-name="installing-boot9strap-(mset9-play-store)"><ahref='/ko_KR/installing-boot9strap-(mset9-play-store)'>boot9strap 설치 (MSET9 Play Store)</a></li>
<listyle="display: none;"data-name="installing-boot9strap-(soundhax)"><ahref='/ko_KR/installing-boot9strap-(soundhax)'>boot9strap 설치 (Soundhax)</a></li>
<listyle="display: none;"data-name="installing-boot9strap-(safecerthax)"><ahref='/ko_KR/installing-boot9strap-(safecerthax)'>boot9strap 설치 (safecerthax)</a></li>
<listyle="display: none;"data-name="installing-boot9strap-(ssloth-browser)"><ahref='/ko_KR/installing-boot9strap-(ssloth-browser)'>boot9strap 설치 (SSLoth-Browser)</a></li>
<listyle="display: none;"data-name="installing-boot9strap-(super-skaterhax)"><ahref='/ko_KR/installing-boot9strap-(super-skaterhax)'>boot9strap 설치 (super-skaterhax)</a></li>
<li><ahref="#섹션-i---준비-작업"id="markdown-toc-섹션-i---준비-작업">섹션 I - 준비 작업</a></li>
<li><ahref="#section-ii---mset9"id="markdown-toc-section-ii---mset9">Section II - MSET9</a></li>
<li><ahref="#섹션-iii---boot9strap-설치하기"id="markdown-toc-섹션-iii---boot9strap-설치하기">섹션 III - boot9strap 설치하기</a></li>
<li><ahref="#section-iv---removing-mset9"id="markdown-toc-section-iv---removing-mset9">Section IV - Removing MSET9</a></li>
</ul>
</li>
<li><ahref="#마무리-단계-로-계속합니다"id="markdown-toc-마무리-단계-로-계속합니다">마무리 단계 로 계속합니다</a></li>
</ul>
</nav>
</aside>
<detailsclass="notice--info">
<summary><em>기술적 상세 정보 (선택 사항)</em></summary>
<p><ahref="https://github.com/zoogie/MSET9">MSET9</a> is an exploit for the System Settings application developed by <ahref="https://github.com/zoogie">zoogie</a>. It exploits a flaw where the ID1 (the second 32-character folder name inside of the Nintendo 3DS folder, inside of the ID0) can be <em>any</em> name as long as it is 32 characters. Performing a specific sequence of actions results in the console executing the instructions that are encoded into the ID1 folder name, which can be used to grant full control over the 3DS.</p>
</details>
<h3id="호환성-안내">호환성 안내</h3>
<pclass="notice--warning">This page requires a computer running Windows, Linux, or macOS. If you have an Android phone/tablet or a Chromebook, follow <ahref="installing-boot9strap-(mset9-play-store)">Installing boot9strap (MSET9 Play Store)</a> instead. If you do not have access to any of these devices, you will need to use an <ahref="https://wiki.hacks.guide/wiki/3DS:Alternate_Exploits">alternate exploit</a>.</p>
<h3id="준비물">준비물</h3>
<ul>
<li>최신 버전의 <ahref="https://github.com/zoogie/MSET9/releases/latest">MSET9</a> (Release <codeclass="language-plaintext highlighter-rouge">.zip</code> 파일)</li>
<li>Any 3.x version of <ahref="https://www.python.org/downloads/">Python</a><strong>installed on your computer</strong>
<ul>
<li>If you are on Linux or macOS, you may already have Python 3. Check by opening a Terminal window and entering <codeclass="language-plaintext highlighter-rouge">python3 -V</code>. If this returns a version number, it will work for this guide.</li>
</ul>
</li>
</ul>
<h3id="진행-방법">진행 방법</h3>
<pclass="notice--info">On this page, you will use the MSET9 script, which is used to trigger MSET9. If you get a numbered error (e.g. Error 01) when running the script, the solution to that error can most likely be found on the <ahref="troubleshooting#installing-boot9strap-mset9">troubleshooting</a> page.</p>
<h4id="섹션-i---준비-작업">섹션 I - 준비 작업</h4>
<p>In this section, you will prepare the SD card data necessary for the MSET9 exploit to trigger.</p>
<ol>
<li>Power on your console <strong>with your SD card inserted</strong></li>
<li>Open Mii Maker</li>
<li>Wait for your console to reach the “Welcome to Mii Maker” screen, then exit Mii Maker
<ul>
<li>You may see <ahref="/images/screenshots/mset9/mii-extdata.png">this screen</a>, which indicates the necessary data has been created</li>
<li>If you just reach the normal Mii Maker screen, exit Mii Maker and continue to the next step</li>
</ul>
</li>
<li>콘솔의 전원을 꺼 주세요</li>
<li>SD 카드를 컴퓨터에 삽입해 주세요</li>
<li>
<p>Copy everything from the Release <codeclass="language-plaintext highlighter-rouge">.zip</code> to the root of your SD card, overwriting any existing files</p>
<li><strong>macOS</strong>: Double-click <codeclass="language-plaintext highlighter-rouge">mset9.command</code> and enter your password if prompted</li>
<li><strong>Linux</strong>: open a Terminal window, <codeclass="language-plaintext highlighter-rouge">cd</code> to the root of your SD card, then type <codeclass="language-plaintext highlighter-rouge">python3 mset9.py</code> and press Enter</li>
<li>Ensure that the correct console model and version is displayed</li>
</ul>
</li>
<li>Type <codeclass="language-plaintext highlighter-rouge">1</code>, then press Enter to ensure your console is prepared for MSET9
<ul>
<li>If you get an error, check the <ahref="troubleshooting#installing-boot9strap-mset9">troubleshooting</a>, then try again</li>
</ul>
</li>
<li>If you see the message “Everything appears to be functional!”, MSET9 is ready to be injected. Press Enter to close the MSET9 script</li>
<li>SD 카드를 콘솔에 다시 삽입해 주세요</li>
<li>콘솔의 전원을 켜 주세요</li>
</ol>
<h4id="section-ii---mset9">Section II - MSET9</h4>
<p>In this section, you will trigger MSET9 to launch SafeB9SInstaller (the custom firmware installer).</p>
<pclass="notice--danger">These instructions must be followed <strong>EXACTLY</strong>, so double-check EVERYTHING you are doing to avoid errors!</p>
<ol>
<li><strong><ahref="/images/screenshots/mset9/hover-settings.png">Hover over</a></strong> the System Settings icon using the D-Pad (do not select it yet)</li>
<li><strong>macOS</strong>: Double-click <codeclass="language-plaintext highlighter-rouge">mset9.command</code> and enter your password if prompted</li>
<li><strong>Linux</strong>: open a Terminal window, <codeclass="language-plaintext highlighter-rouge">cd</code> to the root of your SD card, then type <codeclass="language-plaintext highlighter-rouge">python3 mset9.py</code> and press Enter</li>
</ul>
</li>
<li>Type the number corresponding to your console model and version, then press Enter</li>
<li>In the MSET9 window, type <codeclass="language-plaintext highlighter-rouge">2</code>, then press Enter to inject MSET9
<ul>
<li>You should see “MSET9 successfully injected!”</li>
</ul>
</li>
<li>Press Enter to close the MSET9 script</li>
<li>Reinsert your SD card into your console <strong>without pressing any buttons or touching the screen</strong></li>
<li>익스플로잇이 성공적이었다면 SafeB9SInstaller로 부팅되었을 것입니다
<ul>
<li>If you get a red screen or the console gets stuck on a loading screen, follow the <ahref="troubleshooting#installing-boot9strap-mset9">troubleshooting guide</a></li>
</ul>
</li>
</ol>
<h4id="섹션-iii---boot9strap-설치하기">섹션 III - boot9strap 설치하기</h4>
<p>이 섹션에서는, 커스텀 펌웨어를 설치할 것입니다.</p>
<ol>
<li>메시지가 나타나면, boot9strap을 설치하기 위하여 화면에 주어진 키 조합을 입력해 주세요
<ul>
<li>아래 화면의 단계가 붉은 텍스트로 표시되고 키 콤보 입력을 요구하지 않는다면, <ahref="troubleshooting#issues-with-safeb9sinstaller">이 문제 해결 가이드</a>를 참고해 주세요</li>
</ul>
</li>
<li>작업이 완료되면, (A) 를 눌려 콘솔을 재부팅해 주세요</li>
<li>콘솔은 Luma3DS 구성 메뉴로 부팅되었을 겁니다
<ul>
<li>Luma3DS 구성 메뉴는 Luma3DS 커스텀 펌웨어의 설정들 입니다. 이 설정들은 디버깅 또는 맞춤화의 유용합니다</li>
<li>일단 이 가이드에서는 <strong>모든 설정을 기본으로 남겨 두세요</strong> (켜기 또는 끄기를 누르지 마세요)</li>
<li>만약 콘솔이 부팅시에 꺼진다면 Luma3DS <codeclass="language-plaintext highlighter-rouge">.zip</code> 파일 안에 압축 되있는 <codeclass="language-plaintext highlighter-rouge">boot.firm</code>을 SD 카드의 루트로 복사 했는지 확인해 주세요</li>
</ul>
</li>
<li>(Start)를 눌러 저장하고 콘솔을 다시 시작해 주세요</li>
</ol>
<h4id="section-iv---removing-mset9">Section IV - Removing MSET9</h4>
<p>In this section, you will remove MSET9 to prevent further issues. (This will not remove the custom firmware that you just installed.)</p>
<pclass="notice--danger">Do NOT skip this section! If you skip it, applications may crash unexpectedly and you will encounter errors on the next page!</p>
<li><strong>macOS</strong>: Double-click <codeclass="language-plaintext highlighter-rouge">mset9.command</code> and enter your password if prompted</li>
<li><strong>Linux</strong>: open a Terminal window, <codeclass="language-plaintext highlighter-rouge">cd</code> to the root of your SD card, then type <codeclass="language-plaintext highlighter-rouge">python3 mset9.py</code> and press Enter</li>
</ul>
</li>
<li>Type the number corresponding to your console model and version, then press Enter</li>
<li>In the MSET9 window, type <codeclass="language-plaintext highlighter-rouge">3</code>, then press Enter to remove MSET9
<ul>
<li>You should see “Successfully removed MSET9!”</li>
</ul>
</li>
<li>Press Enter to close the MSET9 script</li>
</ol>
<p>이제 콘솔은 Luma3DS를 기본으로 부팅 됩니다.</p>
<ul>
<li>Luma3DS는 보통 HOME 메뉴와 똑같이 보입니다. 만약 콘솔이 HOME 메뉴로 부팅되었다면, 커스텀 펌웨어가 설치되어 있습니다.</li>
<li>다음 페이지에서는 커펌에 유용한 홈브류를 설치해 콘솔 준비를 완료할 것 입니다.</li>
</ul>
<hr/>
<pclass="notice--danger">Did you follow Section IV (Removing MSET9)? That section is MANDATORY!</p>
<h3class="notice--primary"id="마무리-단계-로-계속합니다"><ahref="finalizing-setup">마무리 단계</a> 로 계속합니다</h3>