USDT (ERC-20): 0x5F06C1c23aF7Cc644B8cBaF0e2b294CbA15CC745
TON: UQD2g_C_aIeZ7-zAJ7uOQJUsr538vPcd_GljLeA-iRZL7tzF
- Better and faster detection of points;
- Human clicks emulation by miss-clicking sometimes;
- Localization to different languages;
- Ayugram, 64Gram, Nekogram, Telegram Desktop support;
Clone this Repository and run the soft:
~ >>> git clone https://github.com/devbutlazy/Blum-AutoClicker
~ >>> cd Blum-AutoClicker
# GNU/Linux
~/Blum-AutoClicker >>> python3 -m venv venv # Create a virtual environment
~/Blum-AutoClicker >>> source venv/bin/activate # Activate the venv
~/Blum-AutoClicker >>> python3 main.py --idp # Run the soft and install dependencies
# Windows
~/Blum-AutoClicker >>> python -m venv venv # Create a virtual environment
~/Blum-AutoClicker >>> venv\Scripts\activate # Activate the venv
~/Blum-AutoClicker >>> python main.py --idp # Run the soft and install dependencies
Tip
If you face some errors join Telegram channel and Telegram Chat and ask for help there.
- Localization to different languages. You can find the list of avaliable langs here.
# GNU/Linux
~/Blum-AutoClicker >>> python3 main.py --setlang lang # Instead of lang type the shorten available languag
~/Blum-AutoClicker >>> python3 main.py --setlang ua # Example
# Windows
~/Blum-AutoClicker >>> python main.py --setlang lang # Instead of lang type the shorten available languag
~/Blum-AutoClicker >>> python main.py --setlang ua # Example
- Replays count configuration. You can set the amount of tickets to be used
# GNU/Linux
~/Blum-AutoClicker >>> python3 main.py --replays count # Set the amount of replays
~/Blum-AutoClicker >>> python3 main.py --replays 50 # Example
# Windows
~/Blum-AutoClicker >>> python main.py --replays count # Set the amount of replays
~/Blum-AutoClicker >>> python main.py --replays 50 # Example
- Replay delay configuration
# GNU/Linux
~/Blum-AutoClicker >>> python3 main.py --delay delay_in_seconds # Set the delay between replays
~/Blum-AutoClicker >>> python3 main.py --delay 5 # Example
# Windows
~/Blum-AutoClicker >>> python main.py --delay 5 # Set the delay between replays
~/Blum-AutoClicker >>> python main.py --delay 5 # Example
Important
You can edit this config setting manually in core/config/config.json
file.
Part of what makes the open source community special are the contributions. Any contributions will be highly appreciated!
If you have any ideas or suggestions to make, feel free to open an issue or submit a PR
Without this people the developing proccess wouldn't happen so fast (or at all), so I must menion them.
- Nixxoq - mental support (always helped when I asked)
- qt333 - helped with dogs and replay button recognition
- BRamil - is responsible for Polish localization
- Redish - is responsible for Farsi localization
- vjaykrsna - helped with fixing the collecting only on left side issue
Note
This repository is protected by MIT License, please avoid corrupting it.