Bloxflip crash automation using the martingale strategy.
Earn robux passively while you sit back!
This automation software is against Bloxflip's Terms of Service, please use this at your own risk and I am not responsible for any terminated accounts.
- 🤖 Automated martingale bot
- ☔ Rain Notifier
- 📊 Analytics
- 🏓 Discord Webhook integration
- 🤑 ITS FREE.
- Open your terminal and clone the repository
git clone https://github.com/Norikiru/bloxflip-autocrash.git
- Open your Browser of choice, Go to Bloxflip and then run the following code inside of the Dev Tools console. (it should copy onto your clipboard):
copy(localStorage.getItem(`_DO_NOT_SHARE_BLOXFLIP_TOKEN`))
- Edit the config.example.json in the bot's folder with your desired configuration:
{
"auth": "Paste your Bloxflip token here",
"tries": 13, // How many times your balance will be divided by 2, I recommend 13.
"webhook": {
"enabled": false, // Set to false if your not going to use webhooks
"link": "", // Discord webhook link
"modules": {
"rain": {
"enabled": true, // Toggle rain notifications
"os_notifs": true, // Toggle OS notifications
"minimum": 1000, // Minimum rain prize to notify
"ping_id": "" // User ID to ping
},
"analytics": true // Toggle hourly analytics
}
},
// For debugging purposes only, dont touch if you dont know what you are doing
"debugging": {
"headless": true, // Make chromium headless
"verbose": false, // Log info on what the code is doing
"exitOnError": true, // Exit the script on error
"ssOnError": false // Screenshot the page on errors
}
}
-
Rename
config.example.json
toconfig.json
-
Install required dependencies:
npm i
- Run the bot! 🚀
npm run start
You must be in the root folder to be able to pull new commits
git pull
If you encounter any issues with the bot, feel free to give feedback on the issues page. Feel free to fork the repo and do pull requests to help in maintaining the bot! PR's are always welcome.
Support the project by giving the repository a star!