In previous videos I demonstrated a really cool function which allows you to find text / an image on a screen. I also had some additional hotkeys that made it easy to click, send text, etc.
I realized that often it the FindText function was taking over 1/2 a second to find the target. While this is slow in human terms, it is a long time in computer-world. Narrowing down where you’re searching is a great, easy, way to speed-up the process. In the below video I demonstrate the comparison and you can download the two files here.
Speeding-up the FindText / Image function to get quicker results