NEDERLANDSE VERSIE ONDERAAN DE PAGINA
The bot for PlaceNL and their allies! This bot connects with the command server and gets it's orders from there.
before you start, make sure your cooldown has run out!
- Install the Tampermonkey browserextention.
- Click on this link: https://github.com/murakamifan/Bot/raw/master/placenlbot.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 "Accesstoken ophalen..." 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.
- When the bot places a pixel, it will look as if it wasn't placed, while the bot has already done that (and thus you're in cooldown). You can see the cooldown in the topright of your screen.
NOTE: People have reported that this is annoying to do on chrome because teksts get unselected. Therefore we recommend that you use firefox.
- Go to r/place
- Open dev tools and go to the network tab
- Refresh the page
- Click on the first request to reddit.com/r/place (See image)
- Go to the tab called
Cookies
- Copy the value of the
reddit_session
cookie
-
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 SESSION_COOKIE_HERE
-
BONUS: You can repeat these steps for any amount of accounts you'd want. Keep in mind to use different accounts.
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 -it ghcr.io/placenl/placenl-bot SESSION_COOKIE_HERE