I'd appreciate a bot as well.
I tried making one using AutoIt but either the mouse movement or the scanner is inherently slow and it doesn't click fast enough
Code:
#include <ImageSearch.au3>
Global $Paused
HotKeySet("{Pause}", "TogglePause")
HotKeySet("{ESC}", "Terminate")
MsgBox(0,"starting","press ok")
While 1
$x1=0
$y1=0
$result = _ImageSearch("p.bmp",1,$x1,$y1,30)
if $result=1 Then
MouseClick("left",$x1,$y1,3)
EndIf
WEnd
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script is "Paused"',0,0)
WEnd
ToolTip("")
EndFunc
Func Terminate()
Exit 0
EndFunc
there are six variants of the 'blobs' and I had a version which scanned individually for each six but that was worse
this one i just used one colour