dbox-dev / luna-rush-auto-click

MIT License
6 stars 4 forks source link

luna-rush-auto-click

Luna Rush auto click Windows Linux Release License Last Commit Fork Stars

Donate

Smart Chain Wallet(BUSD/BNB)

0xc0A75D88D49D38fFa0E96EA2ec808965cF090521

Warning

Features

Computer and Browser settings

Download and install Python first if you don't have a runtime yet.

Download Python

Install python library via pip command

pip install -r requirements.txt

Break time system configurations

# config.yml

---
enable_break_time: True
breaks:
  -
    start: '06:58:00'
    end: '07:10:00'
  -
    start: '23:30:00'
    end: '00:30:00'
---

Team arrangement system configurations

Download Tesseract

# config.yml

enable_team_arrangement: True # Set true to enable team arrangement
tesseract_cmd: 'C:\\Program Files\\Tesseract-OCR\\tesseract.exe' # Set tesseract execute (path to exe)
teams: # Set teams with array
  - # team (auto map in initial function)
    a: # Team name
      heros: # Heroes in team
        - 699997
        - 699998
        - 699999
      fight_map_10: True # set True/False fight on map 10/10
    ---
  - # team (auto map in initial function)
    a: # Team name
      heros: # Heroes in team
        - 789997
        - 789998
        - 789999
      fight_map_10: True # set True/False fight on map 10/10
    ---

Run auto click

python3 index.py

or

python index.py

Have fund with the game.