Skip to content

A patcher for Moovit APK. Created for educational purposes only :)

Notifications You must be signed in to change notification settings

Tom-stack3/moovit-patcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.