amprocode / Bloxflip-auto-rain-joiner

Script to auto join bloxflip rains
MIT License
12 stars 9 forks source link

Bloxflip-auto-rain-joiner

Update v1.1:


Information:


Installation:

1) First download the latest version of the program, either the exe or the python version. 2) Extract the files to a foler of your choice 3) Now run the "installer.bat" file and it should start running, now you can minimise the chrome browser and the program and do some work while waiting for a notification.


Notes:


Config guide:

Default config.json file:

{
  "minimum_amount": 500,
  "refresh_rate": 30,
  "mouse_movement": "True",
  "windows_notification": "True",
  "webhook_enabled": "False",
  "webhook_ping": "<@1234567890987654>",
  "webhook": "https://discord.com/api/webhooks/xxxxxxxx/xxxxxxxxxxxxxx",
  "authorization": "auth_token"
}

minimum_amount:

Minimum rain amount intended for the program required to send you a notification. If you dont want this and want to be notified of all rains leave it at 500

Example: If you set it to 1000 it will only notify you of rains that are bigger then or equal to 1000 R$

refresh_rate:

How often you want it to check if there is a rain currently happening (in seconds)

⚠️ WARNING ⚠️

mouse_movement:

If set to "True" it will move your mouse around whilst joining rain, whilst doing tests i found that this makes it more likely to join it and complete the botfail captcha

windows_notification:

If set to "True" then a popup on the bottom right on your screen will display showing you information about the current rain

Here is an example:

image

webhook_enabled:

Should be obvious but if you want the rain notifier to send a message to your discord webhook set it to "True"

webhook_ping:

You can now ping a role or user instead of @everyone. If you need help getting an ID im sure this will help:

https://youtu.be/KVLdpboY7bg

Setting up ping:

If you want to ping @everyone or @here make sure your webhook_ping setting looks something like this:

"webhook_ping": "@everyone",

If you want to ping a user make sure your webhook_ping setting looks something like this:

"webhook_ping": "<@747719812054253568>",

If you want to ping a role just put a & symbol infront of the numbers. It should look something like this:

"webhook_ping": "<@&690632567663575090>",

Obviously these are examples, replace the numbers with your own

webhook:

If you set webhook_enabled to "True" input your webhook into here to it can actually send it to you

Example of webhook:

image

authorization:

This is your bloxflip login token, this is used to get your username and robloxid.

image

Current Issues: