yuceltoluyag / Rise-of-Kingdoms-Bot

Bot for Rise of Kingdom and can do following job: claim quests/vip/gifts, collecting resource, gathering resource, donate techology, train troops and pass verification.

Home Page:https://yuceltoluyag.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issues forks stars lincense

Rise of Kingdom Bot

Introduction

Rise of Kingdom Bot can do following job: claim quests/vip/gifts, collecting resource, gathering resource, donate techology, train troops and pass verification.

If you have any problem, suggestions or new features, please feel free to submit issues directly on GitHub

If you don't know where to download the files, you can check this file.

If you like this project, give me a star or feedback , that is great help for me. 😄


Update:

  • Enable Sunset Canyon.
  • Enable LOST Canyon.
  • Use Items(Some Features)

Note: Don't forget to move your 'save', 'config.json' and 'devices_config.json' to new version folder


Requirements

  • python

    version >= 3.7

  • software

    • ADB version 29.0.5-5949299 (1.0.41)
    • tesseract
  • libraries

    • opencv-python

    • pytesseract

    • numpy

    • pillow

    • pure-python-adb

    • requests

    • requests-toolbelt

Functions

Name Status
Automatically start the game when game is not running Done
Automatically locating building Done
Collecting resource, troops, and help alliance Done
Produce material Done
Open free chest in tavern Done
Claim quest and daily objectives Done
Claim VIP chest Done
Claim Event not yet
Collecting allied resource, gifs and donate technology Done
Upgrade and train troops Done
Attack barbarians Done
Heal troops Done
Gather resource Done
Mystery Merchant Done
A simple GUI Done
Allow bot control multi-devices/emulator Done
Pass verification with haoi API not yet
Pass verification with 2captcha API BETA Please Test : )

Can it do captcha?

  • Yes, it does, you need to get a paid membership from one of the 9:29 Videotime hapi or 2captcha Sites, you will paste the key you bought from there in the settings section. 9:29 Videotime If you want to support 2captcha.com

Set Up

  • Use following commands to install package into you python / python virtual environment (version 3.7)

    pip install -r requirements.txt
    
    
  • Download ADB version 29.0.5-5949299 (1.0.41) (require for same version or you can change version in adb.py)

    • move all adb files under: project folder/adb/
  • Download tesseract version v5.0.0-alpha.20201127 (no require for same version)

    • move all tesseract files under: project folder/tesseract/
  • Use following command to run project

    python main.py
    
  • Directory Structure Image:

Configurations

  • Emulator resolution must be 720x1280 or 1280x720
  • Emulator must Enable Android Debug Bridge (ADB)
  • Game language must be English

Show case

WARNING

  • Use it at your own risk!
  • I don't know will your account be banned by using it!

Disclaimer

import disclaimer
"""
  We are not responsible for banned account or any other punishment by this game's GM. 
  Please do some research if you have any concerns about features included in this repo
  before using it! YOU are choosing to use these scripts, and if
  you point the finger at us for messing up your account, we will laugh at you.
 """

About

Bot for Rise of Kingdom and can do following job: claim quests/vip/gifts, collecting resource, gathering resource, donate techology, train troops and pass verification.

https://yuceltoluyag.github.io/

License:MIT License


Languages

Language:Python 100.0%