RainBot

RainBot Used AI

6 devlogs
33h 58m
Created by kauht

RainBot is a service that automatically join rains on the goldpump.com(previously rbxgold.com), supporting multiple accounts, and many more features.

Timeline

Currently spending FOREVER trying to make playwright work with vercel

Update attachment
kauht
kauht
3h 19m 23 days ago

I've implemented authentication and database with supabase, and crypto payment system with cryptomus since last devlog. The frontend of this is pretty much done, I've also worked on the backend playwright functions and significantly reduced the amount of data my proxies use by over 95%.

Update attachment
kauht
kauht
14h 36m 26 days ago

I'm doing a lot, switching from a single tauri app to a full web service, this is a lot of working and will be adding to this as I go.

Update attachment

I've added a lot of stuff, already wrote this devlog and don't want to re-write the whole thing again but here is what it does now.

for each account token token (added token login instead of the manual login system I had before)
1. Launches a non-headless instance of Puppeteer
2. Logs into the account with token
3. Waits for a rain to begin
4. Joins a rain and solves the captcha
5. Reads and parses the alert and sets lastrain to be the amount you got from the most recent rain
6. Uses my old gamble function (with some modifications) and gambles lastrain (you need to gamble the amount won from previous rain before being able to join a new rain)
7. Repeat

Update attachment

I just wrote a whole ass fucking devlog and it just disappeared, I ain't writing all that again.

Basically I spent a shit load of time getting a hcaptcha solver to work and I made auto-login.

Update attachment

Just started this new project, so far I pretty much just setup the tauri app, added some optimizations for faster compilation time, and setup the basic structure of the app.

Update attachment