- Open your terminal and clone the repository
git clone https://github.com/carince/bloxflip-autogambler.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`))
-
Rename
config.example.json5
toconfig.json5
-
Edit
config.json5
with your desired configuration, documentation on what each entry does: Config Documentation -
Install required dependencies:
npm i
- Run the bot! 🚀
npm start
You must be in the root folder to be able to pull new commits
git pull