The bot for r/fuckcars and their allies! This bot connects with the command server and gets it's orders from there.
Command Server: https://placefc.herokuapp.com/
This project is a copy of https://github.com/PlaceNL/Bot - 🇳🇱 Thanks a lot! 🇳🇱
IF you want to help with maintaining this project, look into DEVELOPMENT.md.
before you start, make sure your cooldown has run out!
- Install the Tampermonkey browserextention.
- Click on this link: https://github.com/fockcors/Bot/raw/master/fuckcarsbot.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.