Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.19 KB

File metadata and controls

50 lines (36 loc) · 1.19 KB

Moovit Patcher

Apply patches to Moovit APK, for educational purposes only.

DISCLAIMER: This project is not affiliated with Moovit.
This project is intended for educational and informational purposes only.

Features

Feature Availability
Live Location enabled
Ads disabled
Signature Verifier Bypass
Disable Taxi suggestions
Remove "Join and Pay with Moovit" section
Remove bottom Moovit+ banner
Moovit+ enabled WIP
Analytics disabled WIP

Requirements

  • Python3
  • Java

Installation

git clone https://github.com/Tom-stack3/moovit-patcher.git
cd moovit-patcher
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

CUSTOM_GOOGLE_API_KEY="<your Google API key>
python main.py -p ./moovit.apk -o moovitpatched.apk -gakey "$CUSTOM_GOOGLE_API_KEY"

Credits

Contributing

Ideas and contributions are always welcome. Please open an issue first for discussion.