The bot for PlaceNL and their allies! This bot connects with the command server and gets it's orders from there. You can see the orderhistory here. This bot is made to work with an r/place alternative https://rplace.tk/
You can use something different than Tampermonkey but it will probably not work!
before you start, make sure your cooldown has run out!
- Install the Tampermonkey browserextention.
- Click on this link: https://github.com/stef1904berg/rplace-tk-bot/raw/master/rplace-tk-bot.user.js. If everything went well you'll see Tampermonkey ask you to add it. Click Install.
- Reload your r/place tab. If everything went well, you'll see "Connecting with rplace.tk server" in the top right of your screen. The bot is now active, You'll be able to see what the bot is doing through these messages.
-
Install NodeJS.
-
Download the bot via this link.
-
Extract the bot anywhere on your desktop
-
Open a command prompt/terminal in this folder Windows: Shift+right mousebutton in the folder -> Click on "open Powershell here"
Mac: No clue, sorry!
Linux: Is this necessary?
-
install the dependencies:
npm i
-
execute the bot
node bot.js <commando server domain without https://>
As far as I know, only 1 bot can be used per IP address
This option is mostly useful for people who are already using docker.
It has been confirmed to run on x64(average desktop computer) and armv7(raspberry pi), but it should also be able to run on arm64(new apple computers).
-
Install Docker
-
Run this command:
docker run --pull=always --restart unless-stopped -d ghcr.io/stef1904berg/rplace-tk-bot <commando server domain without https://>