Spoof your iOS device GPS location for Pokémon Go
Don't forget to star the project for frequent updates 🙏
NOT SAFE TO USE ANYMORE 😢
See: #451
- ➡️ Download last release pokemongo-webspoof.app.tar.gz (v1.2.1)
- ➡️ Changelog is available here
- Jump to places with Algolia Places search 🚀
- Switch between different speed presets
- Total distance counter
- Current speed counter
- Autopilot walk / subway & teleport (gif example)
NOTE: To avoid being soft banned, don't change your location to fast: the ban is issued if the server sees you traveling a too long distance in a short amount of time.
- Xcode installed
- An iOS device with Pokémon Go connected to your Mac via USB
- Start Pokémon Go on your iOS device & connect to your Mac via USB
- Start the
pokemongo-webspoof
app, it will start also Xcode - Rename the Bundle Indentifer to something unique and different (for example
com.[yourgithubname].pokemon-webspoof
- you need it after an update) - Build & run Xcode project on your connected iPhone
- Check the
Auto update Xcode location
in the app when everything is running - Go back to Xcode, click into menu Debug -> Simulate Location -> pokemonLocation ( see hint at #5:comment )
- And voilà, you can move with the arrow keys and see your character move
NOTE: You can also use your keyboard arrows to move on the map 👍
- write down your Bundle Indentifer from xcode setting (for example
com.[yourgithubname].pokemon-webspoof
- see above) - Remove
pokemongo-webspoof.app
from authorized app to Accessibility
- (System Preferences -> Security & Privacy -> Privacy Tab -> Accessibility)
- Delete
pokemongo-webspoof.app
from your computer - Download latest release
- Add back new
pokemongo-webspoof.app
to authorized app to Accessibility
- (System Preferences -> Security & Privacy -> Privacy Tab -> Accessibility)
- Rename the Bundle Indentifer to your previous setting (for example
com.[yourgithubname].pokemon-webspoof
- see above)
- Download nodejs^6 (https://nodejs.org/en/)
$ git clone https://github.com/iam4x/pokemongo-webspoof.git
$ cd pokemongo-webspoof && npm install
$ npm run dev
If you have an issue Xcode2 check #5 (comment)
Happy hacking 👍
osascript is not allowed assistive access . (-1719) [...]
Can't get menu item "pokemonLocation" of menu 1 of menu item "Simulate Location" [...]
"Failed to code sign "pokemon-webspoof.
No non–expired provisioning profiles were found.
Xcode can attempt to fix this issue. This will reset your code signing and provisioning settings to recommended values and
resolve issues with signing identities and provisioning profiles."
- Pokemon-Go-Controller for first proof of concept
- @Kampfgnom for his applescript