This is a poorly made bot that a friend requested me to make so I decided to post it to Github to spare anyone the time to make it.
What it does:
- Collects daily rewards
- Collects site rewards
You will need node.js in order to use this script. You can download it here.
After you download the repository you can install the dependencies by running npm install in cmd/powershell/terminal.
After that it's as simple as running node index.js.
Rename config.json.example to config.json and edit the username and password variables to your credentials. If you have a Microsoft account change the auth variable to microsoft. Leave the rest untouched.
The bot will try to connect and walk straight and to the left towards the Delivery Man. Try leaving your account on a lobby where it's hard to get stuck.
{
"username": "your.email@email.com",
"password: "your_password",
"auth": "mojang" <--- mojang/microsoft depending on your acc
"elements": {
// only change if website changes
}
"useragent": "Default one is fine, change only if you want"
}
Short answer? No. The bot is using mineflayer which, although is overkill for this task, is very similar to a normal player and Watchdog is way too oblivious to detect anything regardless. The web part is handled by puppeteer which, again, is overkill but very safe in terms of any antibot checks that might get added in the future.
The script executes itself as soon as its run. You can use something like cron to automatically execute it everyday.