I made some scripts to automate basic interactions on Wax blockchain games (i.e, bots). I use them daily and you may like them! _ mann000 <t.me/mann0000>, tips appreciated (dsnqy.wam)
These scripts are written for Node.js and interact with Wax blockchain. You therefore need:
- A Wax account with a private key. Use Scatter to get one and then activate it. The key does not leave the script. Replace all accounts mention with your wax address (mine is often nfttreasury2)
- Basic knowledge of Node.js: you have to install it and then install that repository dependencies to make it run (npm install).
- An active Internet connection: the scripts make calls to a Wax RPC. You therefore need an Internet connection.
- Some assets related to the game you want to bot (see comments on scripts)
Please note that I am a spaghetti code writer, not your professional dev. Pull requests about optimizations or documentation are warmly welcome!
The scripts can run manually on your average computer. Download them, install dependencies et voilà!
If you plan to run them automatically, Heroku has a free tier and a great guide. Please follow usual secure coding best practices - especially not hardcoding your credentials - before any upload.
- metalwargame : basic scripts to play Metal War. They allow you to raid automatically and repair your damaged units
- ilovekolobok: basic scripts playing Koloboks. They allow you to adventure, breed, claim and send prizes to Rplanet automatically
Make a pull request or chat with me!