- Fake a special Wi-Fi access point.
- The goal is to disguise your Wi-Fi access point to trick your 3DS into believing that it's in contact with some special Wi-Fi access points.
- The following steps are assuming using a Mac computer just because that's what I did. If you have some other devices, the overall process should be similar.
- Change the MAC address of your Wi-Fi card.
- Write down the original MAC address of the Wi-Fi card so you can restore it later. You could find the MAC address in your system report.
- Also find the network interface name of your Wi-Fi card. In my case that's "en1".
- Turn on your Wi-Fi so that the Wi-Fi card is powered on.
- Open Terminal, run
sudo ifconfig en1 ether 4E:53:50:4F:4F:4C
to change the MAC address of your Wi-Fi card. This exact MAC address worked for me. But in case it doesn't work for you, I also found a few others that I have not tested but may work:- "4E:53:50:4F:4F:43"
- "4E:53:50:4F:4F:44"
- "4E:53:50:4F:4F:45"
- "4E:53:50:4F:4F:46"
- "4E:53:50:4F:4F:47"
- "4E:53:50:4F:4F:48"
- "4E:53:50:4F:4F:49"
- "4E:53:50:4F:4F:4A"
- "4E:53:50:4F:4F:4B"
- "4E:53:50:4F:4F:4C"
- "4E:53:50:4F:4F:4D"
- "4E:53:50:4F:4F:4E"
- "4E:53:50:4F:4F:4F"
- Configure your Wi-Fi card into a hotspot with a special name.
- In
<System Preferences>
, go to<Sharing>
and turn on<Internet Sharing>
. - Make sure to select "Wi-Fi" in the list "To computers using:".
- Also in
<Wi-Fi Options>
, Make sure to have<Network Name>
set to "attwifi" exactly and<Security>
set to "None".
- In
- Open your 3DS and make sure StreetPass is enabled.
- Get into Pokemon Omega Ruby and/or Alpha Sapphire and activate
<SpotPass>
.- When you are in game, launch
<PlayNav>
. - Open
<PSS>
. - Press the top center button to see a list of modules.
- Open
<Holo Caster>
. - Click
<Activate SpotPass>
.
- When you are in game, launch
- Go to your device settings and connect it to the "attwifi" access point that's just been created.
- Get back into the game, close the lid and wait till the LED indicator flashes green.
- Now go back to the game and open
<BuzzNav>
, a new message would be available for you. - Go to a Pokemon Center and talk to a special character to receive the Eon Ticket.
- Make sure to save after getting the Eon Ticket.
- Remember the changes you have made to fake the Wi-Fi access point? You might want to revert those changes.
Last active
December 28, 2020 19:24
-
-
Save Zodiase/b9aeadc9a01c3cfacaeda3cc82422cfe to your computer and use it in GitHub Desktop.
How to: Get Eon Ticket for Omega Ruby & Alpha Sapphire on Nintendo 3DS.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@JohlTheMaker
If you are using macOS, in the
System Information
app, you should be able to see something like this:Note that this is just what I see and you might have something very different.
You could also find the network interface name with the command line tools such as
netstat
andifconfig
. When you run the appropriate commands,netstat -i
for instance, you would get a list of network interfaces along with their MAC addresses. Use your MAC address to reverse lookup the network interface name.