Skip to content

Ochmar/EasyBot

 
 

Repository files navigation

EasyBot

Description

This is my own project, which I did about 2 years ( with breaks ).

My goal was to make this bot work on every OTS, what I was able to achieve.

The bot works externally, and its behavior is not completely predicted. There are randomized times, values, behaviors, etc..

It is possible to operate on a minimized window. We can do different things in between and it doesn't interfere with bot.

We can use the bot on multiple clients at once, and we don't have to worry about CPU or RAM consumption, as it is small.

The bot works by reading the RAM addresses of a process and based on the current state of the game image.

I leave the bot open source, I consider the project finished, most of it works, and if not you can boldly change it !

If you liked it or learned something from this project, please leave a star ⭐

Table of contents

Needed Python and Libs to Run

  • Python 3.10.0

  • python -m pip install -r requirements.txt

Features Status

Currently Works On

How To Use

image

Settings Panel

image

Blue
NoColor

Red
NoColor

Purple
NoColor

DarkRed
NoColor

Green
NoColor

Grey
NoColor

Targeting and Looting Tab

image

Red
NoColor

Blue
NoColor

NoColor
NoColor
NoColor
NoColor
NoColor
NoColor
NoColor

NoColor

NoColor
NoColor

NoColor

image

Smart Hotkeys

image

Blue
NoColor

NoColor

Walker

image

NoColor

image

Blue
NoColor

NoColor

NoColor

NoColor

NoColor

Video Tutorial

Qucik Tutorial/Teaser on YouTube

How To Add New OT Client

Soon

How To Make Executable

If you want to make this bot executable version write this command in the console of the project.

pyinstaller --onefile --noconsole StartBot.py --name="EasyBot" --icon="Images/Icon.jpg"

About

EasyBot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%