Skip to content

Bloxflip crash automation using the martingale strategy. Earn robux passively while you sit back!

License

Notifications You must be signed in to change notification settings

CF-Trail/bloxflip-autocrash

 
 

Repository files navigation

bloxflip-autocrash

Bloxflip crash automation using the martingale strategy.
Earn robux passively while you sit back!

GitHub Repo stars GitHub forks GitHub issues License

⚠️ WARNING

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.

💥 Features

  • 🤖 Automated martingale bot
  • ☔ Rain Notifier
  • 📊 Analytics
  • 🏓 Discord Webhook integration
  • 🤑 ITS FREE.

Prerequisites

Installation

  • 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 to config.json

  • Install required dependencies:

npm i
  • Run the bot! 🚀
npm run start

🆕 Updating

You must be in the root folder to be able to pull new commits

git pull

💖 Contributing

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

Support the project by giving the repository a star!

About

Bloxflip crash automation using the martingale strategy. Earn robux passively while you sit back!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.1%
  • JavaScript 0.9%