Skip to content

dy6z/craftworld-autobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CraftWorld AutoBot

Bot otomatis yang menggunakan Playwright untuk farming & boost di game Craft World (preview.craft-world.gg).

πŸš€ Setup

  1. Install Node + Playwright:

    sudo apt update && sudo apt install -y nodejs npm
    npm install -g playwright
    npm install
    playwright install
    
  2. 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.

  1. Pastikan auth/auth.json dibuat.

  2. Jalankan bot

    node bot.js
    
  3. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published