From what I see in the screenshots, your idea is to bypass captchas using a KM macro. Your approach might not work because the web pages may contain javascript that is collecting mouse data to examine if the mouse is being moved by a human hand. Your macro doesn't seem to move the mouse in a human motion, so your approach may fail. You didn't say why your approach is currently failing. You should open your debugger and find out exactly which action your macro is failing at.
However I have previously uploaded a macro that actually moves the mouse exactly like a human does, by recording human motion. If your approach doesn't work, you may want to read my macro and adopt its techniques, so that your pointer moves exactly like a human's hand moves, which is more likely to pass the captcha.
If your image matching is failing, another approach is to use OCR, which is less finicky but can get the same ultimate result.