Fix creator

This commit is contained in:
2025-11-11 15:25:21 +01:00
parent ffb77d3a28
commit 6069f2eba0
5 changed files with 35 additions and 64 deletions

View File

@@ -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)