Nain57/Smart-AutoClicker

Size difference

alkisqwe opened this issue · 3 comments

smart autoclicker is the best compare to other autoclickers out there but when an image change sizes in a game the smart autoclicker fails to detect the image
Untitled78_20240319210916
Untitled78_20240319210931

You will need to create a different condition for each object size.

Checking for all possible object sizes for all objects would use a ton of CPU and take a long time to check many objects.

You will need to create a different condition for each object size.

Checking for all possible object sizes for all objects would use a ton of CPU and take a long time to check many objects.

Maybe can add a condition that user set one or more pixel color, we can set it to outer of the small object, if the that pixel turn green then we knew the object is bigger?

Klick'r doesn't support this kind of detection. As stated previously, you need one condition per size.

Closed as this is not a bug but normal app behaviour.