CraftWorld AutoBot
Bot otomatis yang menggunakan Playwright untuk farming & boost di game Craft World (preview.craft-world.gg
).
-
Install Node + Playwright:
sudo apt update && sudo apt install -y nodejs npm npm install -g playwright npm install playwright install
-
Login pertama:
npx playwright codegen https://preview.craft-world.gg
Login manual via Google + wallet hingga berhasil. Hasil login akan disimpan otomatis di folder auth/auth.json.
-
Pastikan auth/auth.json dibuat.
-
Jalankan bot
node bot.js
-
Buat auto-restart:
npm install -g pm2 pm2 start bot.js --name craftworld pm2 save pm2 startup
βοΈ Opsi Tambahan β’ Tambahkan log level, delay berbeda, notifikasi Telegram, dll.
π Update Bot
Cukup pull repo lalu restart:
git pull origin main && pm2 restart craftworld