Its detached fork of xandao's flyff-bots with some additional features, performance tweaks and user-friendly UI
- outdated pysimplegui replaced with modern RemiUI
- win32 executable, no longer need to manually install packages and run from source
- autohotkey configuration
Just download latest version from releases and run .exe
Because of using win32 api and hotkey listening some antiviruses (like windows defender) may put the file to quarantine. If you want to use executable version, make sure you add file in exceptions
- Make sure you have installed python 3.10 (or install it)
python -m venv venvcd venv/Scriptsactivate.batcd ../..pip install -r requirements.txtpython ./app/standalone_app.pyorpython ./app/browser_app.py(to run UI as browser page)
Right now, this only works with a game with a classic (white) interface. If your game has a newer (golden) UI, you need to manually replace the assets.
P.S: Auto-detection will be added later
- take a screenshot and crop mob name, save it to any file with .png extension
- press "add mob"
- fill out the form
- Mob name (this name will be shown in the list)
- Location name (you can fill it in with any value, it just serves for convenience)
- Image file (select the image file that you cropped earlier)
- Height offset (the click area under the name, depends on the size of the mob and is usually in the range of 30 to 70)
- Element (select the mob element that you took a screenshot of)
- press "ok"
The next stage is choosing which mobs will be used to search in the game
- press "select mobs"
- find the mobs you added earlier
- select them
- press "ok"
- run the game
- place your autoattack (or attack skill) to F1 hotkey
- press "attach window" and select your game window from list
- press "start" or use hotkey
alt+sto stop
If your game uses custom element icons, you can add them
- take a screenshot and crop element icon, save it as .png
- press "add type"
- fill type name and select icon image Now you can choose a custom element when adding mobs
P.S: It is not necessary to use the element icon specifically, it can be any marker of the selected target, the main requirement is that it does not change during the fight
Here is the list of F-buttons for which you can set the press interval.
The minimum interval is 100ms (if you set a lower value, this value will work as 100)
when the "enable hotkey" check box is on and bot started the following keys will be pressed at the specified interval
Currently nope. But I have some thoughts on how to make it work
Distributed under the MIT License. See LICENSE for more information.


