taintedzodiac / relaymyhome

(MacOS) Nintendo 3DS StreetPass Automation
MIT License
107 stars 21 forks source link
nintendo-3ds streetpass-relay

relaymyhome

MacOS Bash Script for automating the process of getting Nintendo 3DS StreetPass hits via Internet Connection Sharing. Gathers the maximum of ten (10) StreetPass hits within a few minutes. Can be re-run many times per day if using "full" mode.

StreetPass Relays are Discontinued as of March 28, 2018

Nintendo quietly shut down all StreetPass relay locations on March 28, 2018, effectively removing the core functionality behind relaymyhome and other "homepass" methods.

You can still StreetPass other players in person: your best bet is to bring your 3DS to a local anime, sci-fi, or gaming convention.

Thanks to everyone who enjoyed and contributed to this script, and major thanks to taintedzodiac for maintaining it!

What's New

v 1.2

v 1.1

v 1.0

Script has been updated for the new "six at a time" feature of StreetPass Relay. The following features have been added/change:

What It Does

By setting up your Mac computer to act like a StreetPass Relay, you can get StreetPass tags from all over the world. This script cycles through over 20 of the most popular streams in order to fill up your StreetPass queue in 20-30 minutes. Just set your 3DS down, configure your computer, and run the script.

What You'll Need

Installation & Usage (MacOS 10.9, 10.10 and 10.11)

  1. Download the script file from this page. The easy way is to download the ZIP file using the "Download ZIP" button on the bottom right of this page. Double click the downloaded file to unzip it.
  2. Move the relaymyhome file to somewhere you can access (if you're completely unfamiliar with using the MacOS Terminal, stick it in Documents).
  3. Open System Preferences, then select Sharing. Select Internet Sharing, then set "Share your connection from:" to Ethernet, and check off WiFi in the "To computers using" box. Click the Wi-Fi Options button, enter attwifi as the Network Name, leave Channel default and ensure Security is set to None. Finally, check off Internet Sharing and click Start at the prompt.
  4. Open Terminal (in your Applications folder under Utilities), and navigate to the location you placed relaymyhome -- if you put it in Documents, then in Terminal type: cd ~/Documents
  5. If this is the first time you are running the script, in Terminal enter the command: chmod +x relaymyhome
  6. Now type ./relaymyhome full and you should see the script do its thing. If you get an error that stops the script, something went wrong. The script takes about 8 minutes to run, after which you should have a list full of StreetPass hits on your 3DS.
  7. Once you have greeted your new visitors in the StreetPass Plaza, you can run the script again to get another batch of StreetPasses. You should be able to run the script many times before you will need to wait for the eight hour cooldown on hitting the same relay twice.

Installation & Usage (MacOS 10.8)

  1. Download the script file from this page. The easy way is to download the ZIP file using the "Download ZIP" button on the bottom right of this page. Double click the downloaded file to unzip it.
  2. Move the relaymyhome file to somewhere you can access (if you're completely unfamiliar with using the MacOS Terminal, stick it in Documents).
  3. Using the WiFi icon in your menu bar at the top of the screen, select "Create Network..." and create a network named attwifi (previously NZ@McD1, which no longer functions) and make sure to set Security to None (you can ignore the Channel option).
  4. Open System Preferences, then select Sharing. Select Internet Sharing, then set "Share your connection from:" to Ethernet, and check off WiFi in the "To computers using" box. Finally, check off Internet Sharing and click Start at the prompt.
  5. Open Terminal (in your Applications folder under Utilities), and navigate to the location you placed relaymyhome -- if you put it in Documents, then in Terminal type: cd ~/Documents
  6. If this is the first time you are running the script, in Terminal enter the command: chmod +x relaymyhome
  7. Now type ./relaymyhome full and you should see the script do its thing. If you get an error that stops the script, something went wrong. The script takes about 8 minutes to run, after which you should have a list full of StreetPass hits on your 3DS.
  8. Once you have greeted your new visitors in the StreetPass Plaza, you can run the script again to get another batch of StreetPasses. You should be able to run the script many times before you will need to wait for the eight hour cooldown on hitting the same relay twice.

Credits

All credit for the original idea of duplicating StreetPass Relays goes to the many folks listed here. All I've done is automated the process that they discovered.

Many thanks to all who have contributed time and code to this project!

Want to Help?

If you'd like to improve this script, please make the changes and submit a pull request. Thanks in advance!