WeMod Pro Unlocker - CLI
This program patches the WeMod app to think you're a pro subscriber.
⬇️ Installation
Note: after following any of the steps below, you must restart WeMod (make sure to also close it from the tray)
For installation, you have three options.
1. Download the pre-built executable here
2. (not recommended) Manually build it from source
➕ Requirements
⚙️ Configuration
| Argument | Description | Example
|--------------------------- |--------------------------------------------------------------------------------------------------------------------------------------- |----------------------------------
| --wemod-dir
| Path to your WeMod dir. By default, this is "%localappdata%/WeMod". | C:\WeMod
| --wemod-version | The version to patch. By default, this will be the latest version installed. | 8.3.6
| --asar | Path to a folder containing "asar.cmd" or the bin specified with --asar-bin. | C:\asar
| --asar-bin | The asar executable in the folder specified in --asar (or in a default npm folder) | asar.cmd
| --account | Overwrites the account data. You can find all available options by searching for /v3/account in the dev tools | username:'myaccount',email:'test'
| -no-update | -offline | Doesn't check for/install updates | ---
| -v | Prints out the version info. Will cancel everything else | ---