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).

Have solution and account creator telegram @nazmel32
This is the best solution, no paid addon needed: https://community.bablosoft.com/topic/21843/captchaimageclick-module-for-solving-capcha-with-clicks-on-images-via-the-cap-guru-service
Why don't you want to create accounts through a mobile app? I did the same for Instagram using swipe into DOB area.
In browser with a mobile user-agent I couldn't register.
@MikeV said in Captcha is required with 2captcha:
Anyone a solution for this? Seem like I have to emulate a real captcha on that site
Никто тебе не поможет, изучай вёрстку сайта html, смотри js. Сайт куда-то прячет поле с ответом или там ещё есть одно поле.
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