All Projects → 6ftClaud → Lineage-Bot

6ftClaud / Lineage-Bot

Licence: MIT license
Lineage II bot using OpenCV and PyAutoGUI

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Lineage-Bot

bezmouse
Simulate human mouse movements with xdotool
Stars: ✭ 110 (+307.41%)
Mutual labels:  pyautogui
Pycraft
Pycraft is the OpenGL, open world, video game made entirely with Python. This project is a game to shed some light on OpenGL programming in Python as it is a seldom touched area of Python's vast amount of uses. Feel free to give this project a run, and message us if you have any feedback!
Stars: ✭ 39 (+44.44%)
Mutual labels:  pyautogui
python web scraping
Web scraping using python, requests and selenium
Stars: ✭ 40 (+48.15%)
Mutual labels:  pyautogui
Pyautogui-module-using-audio
📌 This repo is all about how we implemented pyttsx3,speech_recognition,colored all three modules with pyautogui module.
Stars: ✭ 25 (-7.41%)
Mutual labels:  pyautogui
Intelligent-Bangla-typing-assistant
Artificially intelligent typing assistant that suggest the next word using user typing history and full sentence using LSTM . Works with any environment (MS word, notepad, coding IDEs or anything)
Stars: ✭ 13 (-51.85%)
Mutual labels:  pyautogui
Facebook-Auto-Liker
Simple, hacky python script which uses pyautogui to like images on FB.
Stars: ✭ 26 (-3.7%)
Mutual labels:  pyautogui
Gesture Hand Controller
Use gestures to control the navigation on your computer. You can move the cursor, left/right-click, scroll up/down, and zoom in/out.
Stars: ✭ 18 (-33.33%)
Mutual labels:  pyautogui

Lineage II bot using OpenCV

Video:

Lineage II bot using OpenCV

Table of contents

General info

This bot uses OpenCV to find white text (enemies), targets them and hits them until they're all out of HP, at which point it switches targets. It also solves the Anti-Bot captcha and returns to village in case of death.

Technologies

The bot uses OpenCV and PyAutoGui as it's 'main' modules.

Setup

As admin (sudo su)

git clone https://github.com/6ftClaud/Lineage-Bot  
pacman -S (or apt install) wmctrl xdotool  
pip install -r requirements.txt  

edit settings.ini in project directory

Usage

As admin (sudo su) in project directory

python main.py

Available flags:
--screen : run it with a screen that shows what the bot sees:
--no-screen : run it with an ncurses console window
none : runs without any output whatsoever
e.g. python main.py --screen

Press 'q' any time to stop the bot.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].