Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1018 Bytes

README.MD

File metadata and controls

46 lines (32 loc) · 1018 Bytes

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
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

python main.py -p ./moovit.apk -o moovitpatched.apk

Credits

Contributing

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