The bot for PuuCraft and their allies, forked from PlaceNL! This bot connects with the command server and gets its orders from there. You can see the order history here.
before you start, make sure your cooldown has run out!
- Install the Tampermonkey browser extensbion.
- Click on this link: https://github.com/minipasila/PlaceBot/raw/master/placebot.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 "Getting access token..." 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 texts 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, or clone the repository.
-
Extract the bot anywhere on your desktop
-
Open a command prompt/terminal in this folder
- Windows: Shift + right click on the folder -> Click on "open Powershell here"
- Mac: Open the terminal, usually located in Launchpad -> Other -> Terminal
- Linux: Is this necessary?
-
Install the dependencies:
npm i
-
Execute the bot by running
node bot.js SESSION_COOKIE_HERE
. Alternatively, you can create a .env file and add a bunch of reddit accounts, following the example in.env.example
. -
BONUS: You can repeat these steps for any amount of accounts you'd want. Keep in mind to use different accounts.