AutoClicker for BLUM (Telegram App).
Features:
- Extra fast clicker (uses GPU, YOLOv8 pretrained model)
- 100% precision and ignores bombs
- Autoreplay feature (run and go)
Demo:
test.mp4
🇺🇸 English instructions
Works with the recent (14.07.2024) update.
- You will need Nvidia GPU to run this app since it uses CUDA cores to achieve fast speed.
- Download the repository (https://github.com/phen0menon/blum-autoclicker/releases)
- Install Python >= 3.8 (you can try using Python 3.8.8).
IMPORTANT: When installing, click on the "Add Python to PATH" checkbox. - Open the cmd or powershell in the project folder (blum-autoclicker).
- Install requirements (run in the cmd). Copy and paste the line, not the whole text!:
# Base requirements:
pip install -r requirements.txt
# PyTorch with CUDA enabled (required!):
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
- Run the process:
python main.py
- Follow instructions given in the cmd
Try settings Dark mode in the Telegram.
All problems may occur because of PyTorch installed without CUDA support. To fix that, run the following commands:
# uninstall existing packages first
pip uninstall torch torchvision torchaudio
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
🇷🇺 Russian instructions
- Понадобится видеокарта от Nvidia (используем CUDA ядра, чтобы эффективно распознавать изображение)
- Скачайте репозиторий (https://github.com/phen0menon/blum-autoclicker/releases)
- Нужен Python >= 3.8 (Можете попробовать Python 3.8.8).
ВАЖНО: во время установки нажмите на галочку "Add Python to PATH" - Откройте cmd или powershell в папке проекта (blum-autoclicker)
- Установка зависимостей (запустите в командной строке). Нужно скопировать именно строчки команд, не весь текст!:
# Общие зависимости проекта
pip install -r requirements.txt
# Пакеты, чтобы компьютерное зрение работало на GPU, а не на CPU
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
- Запустить скрипт:
python main.py
- Следовать инструкции :)
Не работает автореплей
Попробуйте установить темную тему в Telegram.
Кликер медленно работает!
Нужно переустановить PyTorch с CUDA:
# uninstall existing packages first
pip uninstall torch torchvision torchaudio
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
Вылазит какая-то ошибка!
Попробовать переустановить PyTorch с CUDA:
# uninstall existing packages first
pip uninstall torch torchvision torchaudio
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
Если ошибка все еще есть - создавайте issue
- Unlike other bots, my script interacts directly with the user interface rather than with the Blum API, performing simple left-clicks on ‘stars.’
- My script is untraceable, meaning Blum developers cannot reliably distinguish my script from an ordinary human user
I created this project for education purposes in the ML field.
If you would like to make a donation, your support would be greatly appreciated:
- BTC:
1F97kP3UjQXT1oAd14eiBe6gsBuwoXAqZN
- USDT (TRC20):
TEG9LE43HFfLAkGC8sas1swXYQkowsLntn
- TON:
UQDJuHGnRvs9FPtX6kyUuELpkh2ZbUyS9uB-VIjZqUu9Ih_C
© Rolan Ibragimov (phen0menon) 2024. Licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License.