Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I figured out that the picture is divided into 16 squares and I can type the solution as numbers, but what comes are number 9?
@MrX https://gist.github.com/2captcha/2ee70fa1130e756e1693a5d4be4d8c70
Anyone? Antigate is sooo slow
Also have a problem with regex
Trying to solve this captcha:
Oblicz: 9 + 7 = 16 *
My regex is: [\s\S]+([\d+])[\s\S]+ .. but it always gives me only last number which is 6 in this case.
EDIT: Solved