Giter Site home page Giter Site logo

blum-autoclicker's Introduction

Blum Autoclicker (YOLOv8)

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 (https://www.python.org/downloads/)
  4. 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

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 (https://www.python.org/downloads/)
  4. Установка зависимостСй (запуститС Π² ΠΊΠΎΠΌΠ°Π½Π΄Π½ΠΎΠΉ строкС). НуТно ΡΠΊΠΎΠΏΠΈΡ€ΠΎΠ²Π°Ρ‚ΡŒ ΠΈΠΌΠ΅Π½Π½ΠΎ строчки ΠΊΠΎΠΌΠ°Π½Π΄, Π½Π΅ вСсь тСкст!:
# ΠžΠ±Ρ‰ΠΈΠ΅ зависимости ΠΏΡ€ΠΎΠ΅ΠΊΡ‚Π°

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. Π‘Π»Π΅Π΄ΠΎΠ²Π°Ρ‚ΡŒ инструкции :)

Π’ΠΎΠ·ΠΌΠΎΠΆΠ½Ρ‹Π΅ ΠΏΡ€ΠΎΠ±Π»Π΅ΠΌΡ‹

ΠšΠ»ΠΈΠΊΠ΅Ρ€ ΠΌΠ΅Π΄Π»Π΅Π½Π½ΠΎ Ρ€Π°Π±ΠΎΡ‚Π°Π΅Ρ‚!

НуТно ΠΏΠ΅Ρ€Π΅ΡƒΡΡ‚Π°Π½ΠΎΠ²ΠΈΡ‚ΡŒ 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

NOTE: I created this project for education purposes in the ML field.

License

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

blum-autoclicker's People

Contributors

phen0menon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

jred20 ukjoe89

blum-autoclicker's Issues

Click Accuracy!

Hi, I am glad I finally found a bot that works, but I am sorry to say it's far from accuracy! I miss 70% of the clicks! So far it farms 70-80 point each session! Can you tell me if there is anything I have to do with mouse settings?

Something strange...

Π”Ρ€ΡƒΠ³, ΠΏΡ€ΠΈΠ²Π΅Ρ‚
2024-07-06 19_38_09-TelegramDesktop
Ρ‡Ρ‚ΠΎ Π΄Π΅Π»Π°Ρ‚ΡŒ с этим? ПодскаТи, поТалуйста.

НС срабатываСт Π½Π°ΠΆΠ°Ρ‚ΠΈΠ΅

Π—Π°ΠΌΠ΅Ρ‚ΠΈΠ» Ρ‡Π°ΡΡ‚Π΅Π½ΡŒΠΊΠΎ происходит Ρ‚Π°ΠΊ, Ρ‡Ρ‚ΠΎ происходят Ρ‚ΠΎ Π»ΠΈ мисклики ΠΏΠΎ ΠΎΠ±ΡŠΠ΅ΠΊΡ‚Π°ΠΌ, Ρ‚ΠΎ Π»ΠΈ Π²ΠΎ врСмя навСдСния Π½Π° Π½ΠΈΡ… Π½Π΅ срабатываСт Π½Π°ΠΆΠ°Ρ‚ΠΈΠ΅. (часто происходит Ρ‚Π°ΠΊ, Ρ‡Ρ‚ΠΎ курсор возвращаСтся ΠΏΠΎ нСсколько Ρ€Π°Π· ΠΊ ΠΎΠ΄Π½ΠΎΠΉ ΠΈ Ρ‚ΠΎΠΉ ΠΆΠ΅ Ρ„ΠΈΠ³ΡƒΡ€Π΅, Π½ΠΎ Π½Π΅ ΠΏΡ€ΠΎΠΆΠΈΠΌΠ°Π΅Ρ‚ Π΅Ρ‘)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.