Moovit patcher is a program that patches Moovit apk and bundles(!!).
| Feature | Availability |
|---|---|
| No Ads | ✔ |
| Live Location | ✔ |
- Python3
- JDK 17+
git clone https://github.com/Schwartzblat/MoovitPatcher.git
cd MoovitPatcher
git submodule update --init --recursiveRequirements installation:
pip install -r requirements.txtpython main.py -p ./moovit.apkm -g YOUR_GOOGLE_API_KEY
adb install-multiple output_bundle_apks/*.apkTo get a Google API key, follow these steps:
- Go to the Google Cloud Console.
- Create a new project or select an existing one.
- Navigate to the "APIs & Services" section.
- Click on "Enable APIs and Services" and search for the "Maps SDK for Android" and for "Places API".
- Enable the API for your project.
- Go to the "Credentials" tab and click on "Create Credentials".
- Select "API Key" from the dropdown menu.
- Copy the generated API key and use it in the Moovit Patcher.
- Make sure to restrict the API key to your app's package name and SHA-1 certificate fingerprint for security.
If you want to add patches you can open an issue and I will implement it, or you can add patches yourself and open pull request.
For educational purpose only or something like that. I am not responsible for any misuse of this software.
I took the 0auth bypass method (with your own Google-Api key) from this great project: https://github.com/Tom-stack3/moovit-patcher, so give him a star too :)