diff --git a/README.md b/README.md index f6cb6b8..6302749 100644 --- a/README.md +++ b/README.md @@ -2,26 +2,18 @@

WeMod Patcher

---- -

WeMod patcher allows you to get some WeMod features absolutely free. This script patches WeMod, thereby removing the daily usage limit (2h), etc.

## 👾 No malware? Is it safe for me? ---- - Yes, this is safe. This script is open-source, and you can check the code yourself. I have no intention of harming you or your computer. The script does absolutely nothing with your computer and does not require Internet access. It only affects WeMod files. ## 💻 Does this script only work with older versions of WeMod like other unlockers? ---- - With this patch you will be able to use the latest version together with Pro. ## 👀 What features will be available? ---- - ✅ Unlimited usage time
✅ No ads
✅ AI Game guides
@@ -31,7 +23,6 @@ With this patch you will be able to use the latest version together with Pro. ## ❓ How to use? ---- 1. **Clone the Repository (or just download source code)** ``` bash git clone https://github.com/k1tbyte/Wemod-patcher.git @@ -40,10 +31,10 @@ With this patch you will be able to use the latest version together with Pro. 2. **Run the script** ``` bash bun install/npm install/yarn install/whatever you use - npm ./unlocker.js + node ./unlocker.js ``` 3. **Follow the instructions** --- ## 📜 License -This project is licensed under the Apache-2.0 - see the [LICENSE](LICENSE.txt) file for details. \ No newline at end of file +This project is licensed under the Apache-2.0 - see the [LICENSE](LICENSE.txt) file for details.