-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a007c03
commit c2b339f
Showing
1 changed file
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,50 @@ | ||
# WeMod-Pro-Patcher-python | ||
# WeMod Patcher | ||
|
||
WeMod Patcher is a Python script designed to unlock Pro features on WeMod. It has been tested on version 8.13.14 and is known not to work on RC from the phone, as this feature is server-side. | ||
|
||
## Features | ||
|
||
- Unlock Pro on WeMod. | ||
- Tested on version: 8.13.14. | ||
- Option to patch the app or restore from backups. | ||
|
||
## Requirements | ||
|
||
- Python 3.x | ||
- Colorama library (Install with `pip install -r requirements.txt`) | ||
- Or run the included `Install_Requirments.py` script | ||
|
||
## Usage | ||
|
||
1. Run `py install_requirements.py` to install necessary dependencies. | ||
2. Execute the main script: `py main_script.py`. | ||
3. Follow the on-screen menu to patch or restore the WeMod app. | ||
|
||
## Options | ||
|
||
1. **Patch app:** Unlock Pro features on WeMod. | ||
2. **Restore app:** Restore the app from backups. | ||
3. **Exit:** Quit the script. | ||
|
||
## Important Notes | ||
|
||
- Close the app fully from the task manager if it's running before patching. | ||
- In case of patch failure, run 'Restore app'. | ||
- Backups are stored in the 'Backups' folder. | ||
|
||
# Disclaimer | ||
|
||
**Education Purpose Only** | ||
|
||
This WeMod Patcher script is provided for educational purposes only. The script should not be used without the explicit consent of the app's owners or developers. The creator of this script does not condone or support any unauthorized use of the software. | ||
|
||
## Use Responsibly | ||
|
||
The script is intended for educational use to understand programming concepts and should not be employed for any unauthorized or unethical activities. The creator is not responsible for any consequences arising from the misuse of this script. | ||
|
||
## Respect App Owners | ||
|
||
Always respect the terms of service and licensing agreements of the software you are working with. Use this script responsibly and only in compliance with the policies set forth by the app's owners. | ||
|
||
**By using this script, you acknowledge that you have read and understood this disclaimer.** | ||
|