[HELP] How can I simply solve this captcha with JavaScript?

wpsokw

Senior Member
Joined
Jan 31, 2018
Messages
1,132
Reaction score
461
Hi all,

I use browser automation studio to automate bulk account creations for a site. BAS offers 2captcha API built in, and it's great, but I feel like this is captcha is so simple to solve, that I'd like to code it and solve it for free essentially. The captcha is a simple mathematical equation with "equals?" In the phrase. See: https://snipboard.io/7UeX1s.jpg (don't mind the red dots, it wouldn't let me circle the item I'm wanting to point out)

But what I want to do is, grab the text from the page, push it into JavaScript to solve, then type it out into the textbox below it.

So my issue is that I don't know JavaScript, and can research all day about expression parser (ie. From jsfromhell and stuff), but I don't know how I would put it in action.

Any help really appreciated! Thanks!
 
the same to me, I want to hire freelancer who can make a tool in javascript to harvest captcha token, not using services like 2captcha, ...it take too long
 
the same to me, I want to hire freelancer who can make a tool in javascript to harvest captcha token, not using services like 2captcha, ...it take too long
Actually, I figured it out. Lol forgot to close thread
 
Back
Top