A Scrap.TF raffle-entering bot made in Java
Scraffle is a program written in Java made to automatically enter all open raffles on https://scrap.tf/
- Enters all open raffles
- Checks for captchas
- Monitors for new raffles every 5 minutes
- Selenium Chromedriver (Provided at https://github.com/Bonfire/Scraffle/releases)
- Java
- A Steam account (https://scrap.tf/ uses your Steam OpenID login)
- Windows, MacOS, or Linux
- Navigate to the releases page (https://github.com/Bonfire/Scraffle/releases)
- Download the latest
Scraffle.jar
file,ublock.crx
file, and the chromedriver built for your operating systemchromedriver.exe
for Windowschromedriverlinux
for Linuxchromedrivermac
for MacOSX
- Place
Scraffle.jar
,ublock.crx
, and your chromedriver in the same folder - Rename your chromedriver to
chromedriver
. On Windows, make sure it'schromedriver.exe
- Navigate to http://scrap.tf/ and log in using Steam
- Paste your
__cfduid
,scr_session
, andPHPSESSID
cookie values into a file such ascookies.txt
- Be sure to put each cookie value on it's own line
- See
cookies.txt
in the repository for an example
- Run the jar file by double-clicking on it to execute it. You can also do this through cli using
java -jar Scraffle.jar
- All set! Let the program do its thing
- Raffle item value checking
- Make sure raffles are actually entered before continuing (for slower connections)
- Please report any issues through the repository's issue tracker
- You may get banned for using programs like this
- You may get hit with a Google reCaptcha. If you do, stop the program, fill it out on your normal browser, and restart the program.