Skip to content

Commit c9b66f6

Browse files
Merge pull request #147 from Staninna/script-manager-user-script
Script manager user script
2 parents e60a125 + 6a8afe1 commit c9b66f6

File tree

3 files changed

+786
-1
lines changed

3 files changed

+786
-1
lines changed

DEVELOPMENT.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ npm run build
4040

4141
3) Start a development workflow (pick one)
4242

43+
- **Script Manager (Recommended for users):**
44+
- Install the userscript manager: [WPlace Bot Manager](https://raw.githubusercontent.com/Wplace-AutoBot/WPlace-AutoBOT/refs/heads/main/src/wplace-bot-manager.user.js)
45+
- Visit https://wplace.live and press **Ctrl+Shift+M**
46+
- Add your development scripts with custom URLs for easy testing
47+
4348
- Userscript (Tampermonkey/Violentmonkey):
4449

4550
```bash
@@ -246,6 +251,7 @@ Security note: Your tunnel token is a secret. Keep it in .env (already
246251
WPlace-AutoBOT/
247252
├── src/ # Source code (runtime)
248253
│ ├── Auto-Image.js # Main script
254+
│ ├── wplace-bot-manager.user.js # Userscript manager for easy script switching
249255
│ ├── auto-image-styles.css
250256
│ ├── lang/ # Embedded translations (JSON)
251257
│ └── themes/ # Embedded themes (CSS)
@@ -461,6 +467,13 @@ The CI pipeline automatically:
461467

462468
Choose any method below to load your local/tunneled build into wplace.live.
463469

470+
0) **Script Manager (Recommended)**
471+
472+
- Install the [WPlace Bot Manager](https://raw.githubusercontent.com/Wplace-AutoBot/WPlace-AutoBOT/refs/heads/main/src/wplace-bot-manager.user.js) userscript
473+
- Visit https://wplace.live and press **Ctrl+Shift+M**
474+
- Add your development script URLs (tunnel or local URLs) to the manager
475+
- Use hotkeys 1-9 to quickly run different scripts during development
476+
464477
1) Console injection (standalone)
465478

466479
- With tunnel:
@@ -492,7 +505,7 @@ Choose any method below to load your local/tunneled build into wplace.live.
492505
npm run dev:tunnel
493506
```
494507

495-
- Then use recipe (1) or (3) against the tunnel URL
508+
- Then use recipe (0), (1) or (3) against the tunnel URL
496509

497510
Debug tips:
498511

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ This project was fork from https://github.com/DarkModde/WPlace-AutoBOT
4040

4141
<br>
4242

43+
### 🎯┃Script Manager (Recommended)
44+
#### Userscript manager that makes it easy to switch between and run different WPlace bot scripts
45+
**Installation:**
46+
1. Install [Tampermonkey](https://www.tampermonkey.net/) or [Violentmonkey](https://violentmonkey.github.io/) in your browser
47+
2. Click this link to install: [WPlace Bot Manager](https://raw.githubusercontent.com/Wplace-AutoBot/WPlace-AutoBOT/refs/heads/main/src/wplace-bot-manager.user.js)
48+
3. Visit https://wplace.live and press **Ctrl+Shift+M** to open the manager
49+
4. Click any script to run it, or use hotkeys 1-9 for quick access
50+
4351
### 🎯┃Auto-Farm
4452
#### AUTOFARM USES CHARGES TO GET LEVELS, IT DOES NOT DRAW AN IMAGE FOR YOU. PLEASE USE AUTO-IMAGE FOR THAT
4553
```js
@@ -81,6 +89,7 @@ javascript:fetch("https://raw.githubusercontent.com/Wplace-AutoBot/WPlace-AutoBO
8189

8290
### ✨┃Features
8391

92+
- [x] **Script Manager** - Easy-to-use userscript for managing multiple bots with hotkeys
8493
- [x] Automatically farms droplets/levels
8594
- [x] Correct Color Pixel Skip
8695
- [x] Overlay(you dont need bluemarble anymore)

0 commit comments

Comments
 (0)