Skip to content

MattySuDd/iOSLocationSpoofer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS Location Spoofer

A python script able to change the location of any iOS device with the version lower than 17.0 with a sleek user interface using pywebview.

Features:

  • Change location to a specific location
  • Select 2 coordinates and simulate a car journey between the 2 using openrouteservice API for routing and average speed.

Installation

Install requirements using pip or separately

  pip install -r requirements.txt

  or

  pip install polyline
  pip install python-dotenv
  pip install pywebview
  pip install Requests

You will also need an openrouteservice account for the free subscription of the directions API. (You will get enough credits for single use) Simply sign up, go to your account page and there will be a "Basic Key", remove the .template from the .env file and add the basic key into the API_KEY variable.

Once this is done, just run

  python app.py

and the application will open

! Make sure to have a device connected when you do either "start location" or "simulate journey" as the script checks if a device is connected before trying to run

Screenshots

image image image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors