Skip to content

phen0menon/blum-autoclicker

Repository files navigation

🍀 Blum Autoclicker (YOLOv8)

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.

Installation

  1. You will need Nvidia GPU to run this app since it uses CUDA cores to achieve fast speed.
  2. Download the repository (https://github.com/phen0menon/blum-autoclicker/releases)
  3. Install Python >= 3.8 (you can try using Python 3.8.8).
    IMPORTANT: When installing, click on the "Add Python to PATH" checkbox.
  4. Open the cmd or powershell in the project folder (blum-autoclicker).
  5. 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
  1. Run the process:
python main.py
  1. Follow instructions given in the cmd

Possible problems

Autoreplay not working

Try settings Dark mode in the Telegram.

Other problems

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

Установка:

  1. Понадобится видеокарта от Nvidia (используем CUDA ядра, чтобы эффективно распознавать изображение)
  2. Скачайте репозиторий (https://github.com/phen0menon/blum-autoclicker/releases)
  3. Нужен Python >= 3.8 (Можете попробовать Python 3.8.8).
    ВАЖНО: во время установки нажмите на галочку "Add Python to PATH"
  4. Откройте cmd или powershell в папке проекта (blum-autoclicker)
  5. Установка зависимостей (запустите в командной строке). Нужно скопировать именно строчки команд, не весь текст!:
# Общие зависимости проекта

pip install -r requirements.txt

# Пакеты, чтобы компьютерное зрение работало на GPU, а не на CPU

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
  1. Запустить скрипт:
python main.py
  1. Следовать инструкции :)

Возможные проблемы

Не работает автореплей

Попробуйте установить темную тему в 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

‼️ Disclaimer

Is it bannable?

  • 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

Credits

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

License

© Rolan Ibragimov (phen0menon) 2024. Licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License.