>>535136238
Do you know how to code?
I hacked together my bot in python.
I'm running wiz on bluestacks so I can enable android debug bridge (adb) which let's me interface with it from my com using the adbutils python library.
After that, it's all based on the simple idea of repeatedly screenshotting the bluestacks screen (adbutils) and using the locate function from pyautogui to find out where certain images are (crop images from adbutils screenshot function, important as device resolution is not onscreen resolution). Then when that's done, clicking the correct areas with adbutils. Then once you got the basic down, write a route specific script and set it to loop.
The good thing about image rec is that if it doesn't detect anything, it'll just go to the next line of code so you can salvage the situation without stopping the script.
It's very hacky, system specific, and a pain to setup.