HOW TO SOLVE TEXT BASED CAPTCHA IN OB2 ? OCR

DOES OPENBULLET 2 has OCR ?

i saw a text based captcha and i want to test it how accurate it can give it …

TEXT BASED CAPTCHA LInk :

1 Like

Hello @Shieldx1
Here’s how to solve it :

Using your link that you put in your topic (captcha).
I have use this too : How to solve image captchas

BLOCK:HttpRequest
  url = "https://www.smsmatrix.com/cgi-bin/gen_captcha?1658761137"
  TYPE:STANDARD
  $""
  "application/x-www-form-urlencoded"
ENDBLOCK

BLOCK:ByteArrayToBase64String
  bytes = @data.RAWSOURCE
  => VAR @BASE64
ENDBLOCK

BLOCK:SolveImageCaptcha
  base64 = @BASE64
  => VAR @SOLUTION
ENDBLOCK

Capture

1 Like

Does it need the paid captcha service for its working? my bro

Yeah unless there’s a solver like capmonster or a magic trick up her sleeve x)

Thanks , i didnt saw the guide.

1 Like

You can use my plugin:

4 Likes

Great Work Buddy , Appericate your Work.

Please sir and thank your for your great job you did
Can update the link