A simple autoclicker for blum airdrop mini-game on python
- Python 3.10 or higher on Windows
- To install the required packages, run the following command:
pip install -r requirements.txt- Open blum airdrop mini-game, then run
main.pyand press play - You can run
main.py play --games [amount_of_games], where[amount_of_games]is number of times playing the game
python main.py play --games 50- For generating config files(colors) run this command:
python main.py config --timer --blum --dogs- You can also generate config files (.json) manually. Just use a color picker tool :) (Recommended)
- In contrast to other bots, My script is interacting with user interface, NOT with Blum api, and does casual left button mouse clicks on stars.
- This script is programmatically untraceable, which means Blum developers cannot definitely distinguish my script from a casual human user.
