RainBot is a service that automatically join rains on the goldpump.com(previously rbxgold.com), supporting multiple accounts, and many more features.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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%.
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.
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
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.
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.