mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 01:06:17 +00:00
18 lines
468 B
Markdown
18 lines
468 B
Markdown
# Account Creation Mode
|
|
|
|
## What it does
|
|
Creates new Microsoft accounts and prepares them for Rewards.
|
|
|
|
## How to use
|
|
1. Make sure you accept the risk of new accounts being flagged if used immediately.
|
|
2. Run `npm run creator` for prompts, or add `-y` plus a recovery email for faster setup.
|
|
3. Let new accounts rest for a few weeks before earning points.
|
|
|
|
## Example
|
|
```bash
|
|
npm run creator -- -y backup@example.com
|
|
```
|
|
|
|
---
|
|
**[← Back to Documentation](index.md)**
|