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

Overview

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",
    // How many times your balance will be divided by 2, I recommend 12.
    "tries": 12,
    "webhook": {
        // Set to false if your not going to use webhooks
        "enabled": false,
        // Discord webhook link
        "link": "",
        "modules": {
            "rain": {
                // Toggle rain notifications
                "enabled": true,
                // Toggle OS notifications
                "os_notifs": true,
                // Minimum rain prize to notify
                "minimum": 1000
            },
            // Toggle hourly analytics
            "analytics": true
        }
    },
    // For debugging purposes only, dont touch if you dont know what you are doing
    "debugging": {
        // Make chromium headless
        "headless": true,
        // Log info on what the code is doing
        "verbose": false,
        // Exit the script on error
        "exitOnError": true,
        // Screenshot the page on errors
        "ssOnError": false
    }
}
  • 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!

Comments
  • [ELEMENTS]      Unable to query element: div.gameBlock.gameBet.crash_crashBet__D5Rs_ > button

    [ELEMENTS] Unable to query element: div.gameBlock.gameBet.crash_crashBet__D5Rs_ > button

    tried to use it on a different pc and account same thing over and over again error [ELEMENTS] Unable to query element: div.gameBlock.gameBet.crash_crashBet__D5Rs_ > button

    bug 
    opened by gooffyahhhh 6
  • Error?

    Error?

    Error: ENOENT: no such file or directory, open 'C:\Users\Downloads\bloxflip-autocrash-main\bloxflip-autocrash-main\bloxflip-autocrash\config.json' at Object.openSync (node:fs:585:3) at readFileSync (node:fs:453:35) at file:///C:/Users//Downloads/bloxflip-autocrash-main/bloxflip-autocrash-main/bloxflip-autocrash/src/utils/config.ts:40:39 at fetchCfg (file:///C:/Users//Downloads/bloxflip-autocrash-main/bloxflip-autocrash-main/bloxflip-autocrash/src/utils/config.ts:51:10) at file:///C:/Users//Downloads/bloxflip-autocrash-main/bloxflip-autocrash-main/bloxflip-autocrash/src/index.ts:16:11 at file:///C:/Users//Downloads/bloxflip-autocrash-main/bloxflip-autocrash-main/bloxflip-autocrash/src/index.ts:40:2 at ModuleJob.run (node:internal/modules/esm/module_job:197:25) at async Promise.all (index 0) at async ESMLoader.import (node:internal/modules/esm/loader:337:24) at async loadESM (node:internal/process/esm_loader:88:5) { errno: -4058, syscall: 'open', code: 'ENOENT', path: 'C:\Users\\Downloads\bloxflip-autocrash-main\bloxflip-autocrash-main\bloxflip-autocrash\config.json'}

    opened by jprocks101 2
  • Issue

    Issue

    Hey i've had this issue with the crash bot where it would say my username user ID balance and etc but after a few moments it would display this error: [ELEMENTS] Unable to query element: div.gameBlock.gameBet.crash_crashBet__D5Rs_ > button

    May I please get a fix or a reason as to why this is happening, thanks.

    opened by azii7 1
  • error

    error

    [UPDATER] Unable to fetch current hash, skipping. Is git installed? Error: Command failed: git --git-dir "C:\Users\\Downloads\bloxflip-autocrash-main\bloxflip-autocrash-main.git" show -s --format=%h fatal: your current branch 'master' does not have any commits yet

    opened by jprocks101 0
  • Fetching Failed

    Fetching Failed

    After running the bot it says:

    [email protected] start ts-node src/index.ts

    [STARTUP] Starting bloxflip-autocrash [SUPPORT] Support the developers by giving the repo a star! https://github.com/Norikiru/bloxflip-autocrash [UPDATER] Checking for updates... [UPDATER] No updates found.

    But then it repeats '[PFETCH] Fetching failed. trying again...', over and over again.

    opened by mlgdestroyer 0
  • [Warning] This repo is not actively maintained, use at your own risk.

    [Warning] This repo is not actively maintained, use at your own risk.

    Basically I barely care about Bloxflip anymore. This was just a side project I did and I had no intentions of ever maintaining it in the long-term. Ill be adding the requested features you guys have said over in the issues section but after that there is no guarantee that ill actively maintain it. Feel free to do pull requests as always, I do see it in my emails.

    opened by Norikiru 0
  • When I do npm start run, I get an error

    When I do npm start run, I get an error

    I downloaded the files, extracted it, and then did cd C:\Users[myUser]\Downloads\bloxflip-autocrash-main\bloxflip-autocrash-main> After, I configured the config.json and ran it, but I got [UPDATER] Unable to fetch current hash, skipping. Is git installed? Error: Command failed: git --git-dir "C:\Users[myUser]\Downloads\bloxflip-autocrash-main\bloxflip-autocrash-main.git" show -s --format=%h fatal: not a git repository: 'C:\Users[myUser]\Downloads\bloxflip-autocrash-main\bloxflip-autocrash-main.git' Am I missing anything?

    opened by haydedanny 3
  • package.json invalid main entry

    package.json invalid main entry

    When running the nmp i command with PowerShell i got this error:

    npm ERR! code 1
    npm ERR! path D:\Users\Enderbot\Desktop\bloxflip-autocrash\node_modules\puppeteer
    npm ERR! command failed
    npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node install.js
    npm ERR! node:internal/modules/cjs/loader:400
    npm ERR! const err = new Error(
    npm ERR! ^
    npm ERR!
    npm ERR! Error: Cannot find module 'D:\Users\Enderbot\Desktop\bloxflip-autocrash\node_modules\puppeteer\node_modules\ms\index'. Please verify that the package.json has a valid "main" entry
    npm ERR! at tryPackage (node:internal/modules/cjs/loader:400:19)
    npm ERR! at Module._findPath (node:internal/modules/cjs/loader:613:18)
    npm ERR! at Module._resolveFilename (node:internal/modules/cjs/loader:981:27)
    npm ERR! at Module._load (node:internal/modules/cjs/loader:841:27)
    npm ERR! at Module.require (node:internal/modules/cjs/loader:1061:19)
    npm ERR! at require (node:internal/modules/cjs/helpers:103:18)
    npm ERR! at setup (D:\Users\Enderbot\Desktop\bloxflip-autocrash\node_modules\puppeteer\node_modules\debug\src\common.js:14:25)
    npm ERR! at Object. (D:\Users\Enderbot\Desktop\bloxflip-autocrash\node_modules\puppeteer\node_modules\debug\src\node.js:240:37)
    npm ERR! at Module._compile (node:internal/modules/cjs/loader:1159:14)
    npm ERR! at Module._extensions..js (node:internal/modules/cjs/loader:1213:10) {
    npm ERR! code: 'MODULE_NOT_FOUND',
    npm ERR! path: 'D:\Users\Enderbot\Desktop\bloxflip-autocrash\node_modules\puppeteer\node_modules\ms\package.json', npm ERR! requestPath: 'ms'
    npm ERR! }
    npm ERR!
    npm ERR! Node.js v18.12.1 npm ERR! A complete log of this run can be found in:
    npm ERR! C:\Users\Enderbot\AppData\Local\npm-cache_logs\2022-12-01T21_15_34_544Z-debug-0.log

    opened by MaziniiX 1
  • Error

    Error

    Upon trying to install this I get the following error: C:\Users\Piano\Downloads\bloxflip-autocrash-dev\bloxflip-autocrash-dev\node_modules\json5\lib\parse.js:1083 const err = new SyntaxError(message) ^ SyntaxError: JSON5: invalid character '"' at 6:9 at syntaxError (C:\Users\Piano\Downloads\bloxflip-autocrash-dev\bloxflip-autocrash-dev\node_modules\json5\lib\parse.js:1083:17) at invalidChar (C:\Users\Piano\Downloads\bloxflip-autocrash-dev\bloxflip-autocrash-dev\node_modules\json5\lib\parse.js:1028:12) at Object.afterPropertyValue (C:\Users\Piano\Downloads\bloxflip-autocrash-dev\bloxflip-autocrash-dev\node_modules\json5\lib\parse.js:654:15) at Object.default (C:\Users\Piano\Downloads\bloxflip-autocrash-dev\bloxflip-autocrash-dev\node_modules\json5\lib\parse.js:146:37) at lex (C:\Users\Piano\Downloads\bloxflip-autocrash-dev\bloxflip-autocrash-dev\node_modules\json5\lib\parse.js:78:42) at Object.parse (C:\Users\Piano\Downloads\bloxflip-autocrash-dev\bloxflip-autocrash-dev\node_modules\json5\lib\parse.js:25:17) at file:///C:/Users/Piano/Downloads/bloxflip-autocrash-dev/bloxflip-autocrash-dev/src/utils/config.ts:40:33 at fetchCfg (file:///C:/Users/Piano/Downloads/bloxflip-autocrash-dev/bloxflip-autocrash-dev/src/utils/config.ts:51:10) at file:///C:/Users/Piano/Downloads/bloxflip-autocrash-dev/bloxflip-autocrash-dev/src/index.ts:16:11 at file:///C:/Users/Piano/Downloads/bloxflip-autocrash-dev/bloxflip-autocrash-dev/src/index.ts:40:2 { lineNumber: 6, columnNumber: 9 }

    opened by ItzDraconix 3
Owner
i code random stuff
null
A javascript written program that can be used to automatically join BloxFlip Rains.

Toxic Rainer Auto-BloxFlip Rain Joiner Toxic Rainer is a web-socket based background running program used to automatically join BloxFlip Rains to get

null 4 Jul 10, 2022
A minimal routing library designed to sit on top of Bun's fast HTTP server.

siopao A minimal routing library designed to sit on top of Bun's fast HTTP server. Based on Radix Tree. Sio=Hot Pao=Bun Installation bun add siopao Us

Robert Soriano 69 Nov 8, 2022
A new generation GUI automation framework for Web and Desktop Application Testing and Automation.

Clicknium-docs Clicknium is a new generation GUI automation framework for all types of applications. It provides easy and smooth developer experience

null 109 Dec 19, 2022
GatsbyConf - Decoupling Drupal Using Gatsby: A Crash Course workshop

GatsbyConf - Decoupling Drupal Using Gatsby: A Crash Course workshop

Octahedroid 7 Sep 29, 2022
Use thirdweb's token, edition drop, and a custom contract using thirdweb deploy to build a Play-to-Earn game!

thirdweb Play-to-Earn Example This example project is a simple Play-to-Earn (P2E) game! The Idea The game is a "mining" game, where your character min

thirdweb templates 28 Jan 2, 2023
Demo repo used in crash course for students learning web development.

Web Development Crash Course Hosted by Rubberdøk Preparation Following these steps prepares you to join the interactive React demo of the crash course

Rubberdøk 3 Sep 20, 2022
Three JS Crash kursi 2022 (Amaliyot asosida)

Video kurs: https://www.youtube.com/watch?v=NL2Cv8N1Skg Kursdagi presentatsiya: https://bit.ly/3aRRf9M Loyiha demosi: https://harmonious-puppy-4ea920.

Javohir Hakimov 5 Oct 28, 2022
A crash course on Zod - a schema validation library for TypeScript

Zod Crash Course This Zod crash course will give you everything you ever needed to know about Zod - an amazing library for building type-safe AND runt

Total TypeScript 339 Dec 28, 2022
A decentralized streaming platform to incentivize anyone to be a producer and earn from their supporters

Web3Swim Tools Utilized: Front-End: NEXTjs with TypeScript Back-End: Solidity (Smart Contracts) + Moralis (Database) + Thirdweb (Middleware) Blockchai

Brian H. Hough | brianhhough.eth 12 Oct 14, 2022
Landing Page for Villagers.finance Play To Earn WEB3 Game, NFT Based.

create-svelte Everything you need to build a Svelte project, powered by create-svelte. Creating a project If you're seeing this, you've probably alrea

Ahmed DEMIAI 9 Sep 15, 2022
Danger is near (play to earn game, gamefi on near chain testnet) - user play as a fireknight in a PIXELVERSE world who go to forest and kill monster.

Danger is near (play to earn game, gamefi on near chain testnet) - user play as a fireknight in a PIXELVERSE world who go to forest and kill monster. User can earn $DANGER token and score to compete with others user.

Jason Factor 21 Dec 30, 2022
Contribute in this repository by raising genuine PR. Get verified, merged and earn the free swags from Hacktoberfest 2022.

Webd-and-Blockchain-development Welcome to Hacktober Fest 2022 • EVERYONE IS WELCOME ✨ • Contribute anything in In web-development and blockchain-deve

Abhishek Rawat 13 Dec 29, 2022
Contribute on this repository with VALID PRs to HACKTOBERFEST-2022 and earn amazing swags!

LINK- https://rbshop.netlify.app/ Hacktoberfest2022 You can make folders of programming languages and also you can contribute in the repo's below. Fee

Ranodeep Banerjee 17 Oct 25, 2022
Use pulsar to make custom trading strategy that uses Flashloans at low cost. No contract deployment required.

PULSAR Pulsar is a contract that will let you execute custom call on the blockchain and let you make use of the Flasloans in your trading sequences. Y

idecentralize.finance 9 Jun 6, 2022
A Remix Auth strategy for working with forms.

FormStrategy A Remix Auth strategy to work with any form. Supported runtimes Runtime Has Support Node.js ✅ Cloudflare ✅ How to use This Strategy gives

Sergio Xalambrí 40 Jan 2, 2023
A template application for setting up a mobile app video game with IONIC, PHASER, ANGULAR and a Monorepo strategy

OpenForge Ionic Monorepo Example This is a template project for all you aspiring video game developers out there! Want to use your web application ski

OpenForge 67 Dec 22, 2022
True P2P concept for your p2p powered website/app/client. MSC/MEP (Multiple Strategy Concept/Multiple Entry Points)

TRUE P2P CONCEPT - Lets redecentralize the web This repo is just conceptual. Active development of the endproduct (TRUE P2P) happens here https://gith

Bo 6 Mar 29, 2022
FCIV.NET is a open source strategy game loosely based on Freeciv

FCIV.NET FCIV.NET is an open-source turn-based strategy game. It can be played in any HTML5 capable web-browser and features in-depth game-play and a

FCIV.NET 13 Nov 22, 2022
Debut plugin that provides additional candles of specified tickers to strategy.

debut-plugin-candles A plugin for Debut platform that provides additional candles of specified tickers to strategy. Install @debut/community-core shou

Denis Mainhardt 2 Dec 15, 2022