iPhone fake location tool for cheating in PokemonGO and alike, debugging your location-based apps or fooling NSA. Based on this project Woof-woof!
To use the tool you would need Xcode installed and have a free Apple Developer account from developer.apple.com
- Walker macOS app
- Locator iOS app
- GPX file
- The Script
It's a macOS app used to control the simulated location. Use arrows to control your movement and right-click for plotting routes. Hit space bar to start/stop route. Use Follow button to make the camera follow your movement.
Locator is the app you need to install to your iPhone for the simulation to work. It will be used as a proxy app to push location updates to the device. All the apps will be affected, so you may as well fake your location for Apple services like Find Friends or Find my iPhone.
The GPX file is a simple XML file used by Xcode to simulate the location. This file is shared by Walker and Locator. Walker writes to it, then Xcode reads from it and pushes the location with Locator.
It's a simple Apple Script file for automating location updates. Basically, every time a change occures in the GPX file, you have to manually go to Debug -> Simulate Location and select Simulated Location.gpx in Xcode. By playing this script macOS would do it for you.
- Clone or download this repository
- Open Walker.xcworkspace, select your developer credentials in the project's file General tab (usual steps)
- Do the same for Locator.xcworkspace ( + select your device as a target )
- Run Walker, make it find your location or point it manually by right-clicking and selecting "Teleport Here"
- In the Walker window, slightly change your location by using arrow keys or right-click
- Run Locator, wait untill it loads.
- In the Locator window, go to Debug -> Simulate Location and select Simulated Locatin.gpx (use Add GPX File.. and browse to the root folder if there's no such item)
- Make sure that Locator is running and your iPhone using the location you pointed in step 4
- Repeat step 5 and 7 to watch the location change and get the feel of it
- In the root folder, open and run Continuous Location Simulation.scpt and make sure Locator window is topmost in Xcode (you would probably have to allow Script Editor to Accessibility control in system settings)
- Switch to Walker app, now the location will be continuosly updated automagically. If it stops working, make sure Locator is running and its window is topmost in Xcode. Unfortunately, AppleScript does not allow automating action in menu bars of unfocused windows.
- Finally, rejoice!