Skip to content
forked from Lectem/FakeMii

A proxy server to fake Nintendo's 3DS/N3DS servers

Notifications You must be signed in to change notification settings

foxB612/FakeMii

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FakeMii (Abandoned)

A Simple proxy tamper for 3DS/N3DS (and probably other nintendo devices), working on Node.js. This proxy will fake the nintendo connection test so that you can use it on a WLAN without internet. It is useful if you don't have a router or an internet AP, and wish to use the Wifi anyway. (FTP, netloader, ...)

It can also deliver the launcher page for spider exploit, IE start gateway's launcher.dat, Decrypt9, rxTools... The static html version of the launcher was made bt duke_srg, I take no credit for it.

Any other page will send a 404 error.

HOWTO

Run FakeMii

  1. Install Node.js
  2. run node FakeMii.js or simply execute run.bat if you work on Windows
  3. It's running !

Set up the Nintendo 3DS

  1. Get your computer local IP adress. Select the one from the network your console is connecting to.
  2. On Windows : Open a cmd.exe and type ipconfig
  3. On linux : ip addr show
  4. Configure your console proxy
  5. Go to your console Proxy settings (Internet Settings->Connection Settings->Connection Settings->Connection->Change Settings)
  6. Set Proxy Settings to Yes
  7. Go to Detailed Setup
  8. Proxy server : The IP adress of your computer. Port:3000
  9. Run the test !

Start your launcher.dat !

  1. Run FakeMii and configure your 3DS
  2. Open your 3DS browser
  3. Enter the url http://launcher
  4. Enjoy !

Running a WLAN on windows (can be used even while connected to another AP via WIFI)

  1. Configure your hosted network if never done before
  2. Open a cmd.exe as administrator (You need administrator privileges for netsh)
  3. Use netsh wlan set hostednetwork mode=allow ssid=MYWLANNAME key=MYWLANPASSWORD keyUsage=persistent
  4. Start the hosted network with netsh wlan start hostednetwork
  5. Stop the hosted network with netsh wlan stop hostednetwork

Hosting a WLAN on linux

This is usually done with hostapd. An overview of the tool can be found here

Thanks to cell9 of #3dsdev for giving me his own server script

About

A proxy server to fake Nintendo's 3DS/N3DS servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 88.4%
  • JavaScript 11.4%
  • Batchfile 0.2%