mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 17:26:17 +00:00
Fix creator
This commit is contained in:
13
README.md
13
README.md
@@ -132,13 +132,8 @@ Automatically create new Microsoft accounts with advanced security features:
|
||||
# Interactive mode (asks everything)
|
||||
npm run creator
|
||||
|
||||
# With specific recovery email (simplified URL - recommended)
|
||||
npm run creator -- https://rewards.bing.com/welcome?rh=YOUR_CODE -y backup@gmail.com
|
||||
|
||||
# If URL has & symbols (from Microsoft copy-paste), use quotes:
|
||||
npm run creator -- "https://rewards.bing.com/welcome?rh=CODE&ref=..." -y backup@gmail.com
|
||||
|
||||
# ⚠️ IMPORTANT: URLs with & MUST be in quotes (CMD/PowerShell requirement)
|
||||
# With auto-accept and recovery email (copy-paste URL directly from Microsoft)
|
||||
npm run creator -- -y backup@gmail.com https://rewards.bing.com/welcome?rh=YOUR_CODE
|
||||
```
|
||||
|
||||
**✨ Features:**
|
||||
@@ -167,8 +162,8 @@ npm run creator -- "https://rewards.bing.com/welcome?rh=CODE&ref=..." -y backup@
|
||||
| `npm run creator` | ❓ Prompts | ❓ Prompts | Interactive mode |
|
||||
| `npm run creator -- -y` | ✅ Prompts for email | ✅ Enabled | Auto-accept all |
|
||||
| `npm run creator -- -y backup@gmail.com` | ✅ Uses provided email | ✅ Enabled | Full automation |
|
||||
| `npm run creator -- URL -y` | ✅ Prompts for email | ✅ Enabled | With referral |
|
||||
| `npm run creator -- URL -y backup@gmail.com` | ✅ Uses provided email | ✅ Enabled | Complete setup |
|
||||
| `npm run creator -- -y URL` | ✅ Prompts for email | ✅ Enabled | With referral |
|
||||
| `npm run creator -- -y backup@gmail.com URL` | ✅ Uses provided email | ✅ Enabled | Complete setup |
|
||||
|
||||
**📋 What happens:**
|
||||
1. Creates Microsoft account (email, password, birthdate, names)
|
||||
|
||||
Reference in New Issue
Block a user