2Captcha + iMacros and reCaptcha V2

Solutos

Newbie
Joined
May 25, 2016
Messages
8
Reaction score
1
Guys,

I need help if you guys have sample imacros script to solve reCaptcha V2.

regards,
Solutos
 
Thanks HoneyBird.

It is about validation case:
1. Click on recaptcha V2 no image display and recaptcha V2 tick ✔.
2. Click on recaptcha V2 image grid appear to vallidate (this image can send to 2captcha).

Below is a sample for recaptcha V1. Can anybody help with script for V2?

Code:
SET !EXTRACT_TEST_POPUP NO
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES
SET !TIMEOUT_STEP 0
TAB CLOSEALLOTHERS
SET !TIMEOUT_PAGE 300

TAB T=1
URL GOTO=https://freebitco.in/
TAG POS=1 TYPE=A ATTR=TXT:CLAIM<SP>YOUR<SP>FREE<SP>BTC<SP>NOW!
TAG POS=1 TYPE=SELECT ATTR=ID:free_play_captcha_types CONTENT=%recaptcha_v1
WAIT SECONDS=5
FILEDELETE NAME=C:\bot\freebitcoin.png
ONDOWNLOAD FOLDER=C:\bot\ FILE=freebitcoin.png
TAG POS=1 TYPE=IMG ATTR=ID:recaptcha_challenge_image CONTENT=EVENT:SAVEITEM
WAIT SECONDS=3

TAB OPEN
TAB T=2
URL GOTO=http://imacros2.2captcha.com/
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:getcapcha.php ATTR=NAME:key CONTENT=[2captcha key]
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:getcapcha.php ATTR=NAME:file CONTENT=C:\bot\freebitcoin.png
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:getcapcha.php ATTR=NAME:regsense CONTENT=YES
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:getcapcha.php ATTR=*
SET !TIMEOUT_STEP 300
TAG POS=1 TYPE=* ATTR=TXT:* EXTRACT=TXT
SET !TIMEOUT_STEP 0
WAIT SECONDS=1
TAB CLOSE

TAB T=1
TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:recaptcha_response_field CONTENT={{!EXTRACT}}
WAIT SECONDS=3
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=ID:free_play_form_button
WAIT SECONDS=3
TAG POS=1 TYPE=BUTTON ATTR=TXT:CLAIM<SP>IT!
WAIT SECONDS=3
TAG POS=1 TYPE=A ATTR=TXT:CLAIM<SP>YOUR<SP>FREE<SP>BTC<SP>NOW!
WAIT SECONDS=3600
 
I see now, re-reading your OP, you'd need the code for V2.

I think your best bet is asking the service provider, if you haven't already, but maybe it's not even possible to solve V2 with iMacros and you need to use the API in a capable software, especially with the newest version of V2, where if you click on an image, it disappears and a new one appears.
 
Thanks bro,

I'm trying to avoid UBot, looks like it have reCaptcha V2 plugin. Never touch it. Looks like no other choice for me. Shall learn it slowly...
 
Wait, UBot has v2 support?

I've read somewhere.. somebody give V2 plugin with 2captcha for free.. I can't recall where.. It has been a week, I'm googling about V2, need to locate that back.
 
I've read somewhere.. somebody give V2 plugin with 2captcha for free.. I can't recall where.. It has been a week, I'm googling about V2, need to locate that back.

Can try to test this plugin http://network.ubotstudio.com/forum/index.php/topic/17083-free-plugin-advanced-captcha-v3/
 
If they're using old fallback API then I don't think it's going to work even worse if they're using "Most secure" option. Ref hxxps://developers.google.com/recaptcha/docs/faq
 
If they're using old fallback API then I don't think it's going to work even worse if they're using "Most secure" option. Ref hxxps://developers.google.com/recaptcha/docs/faq

Should be a way cause I see clearly that 2captcha support reCaptcha V2 and I do see the reCaptcha V2 traffic coming in to solve by human in their site. If you read all the forum progress, this plugin do support it, type 1,2 and 3. I just started to touch uBot yesterday I'm still learning... my progress could be slow and I'm not bot programmer.
 
That's not the problem, scraping is. V1 and V2 both work just fine with 2captcha.
 
V1 and V2 both work just fine with 2captcha. That's not the problem, scraping is.
 
Sorry guys, comment doesn't help.. unless it spell your experience enuf.
 
Well I think they've been changing some stuff in past few days (fallback is borked sometimes).
 
Hey, people!
There is a "AntiCaptcha automatic captcha solver" extension that may help you. It solves recaptcha 2 on the page as well as regular image captchas, so you don't need to have large iMacros script. It uses anti-captcha.com service to solving.
We as developers work on it and release updates and fixes every week.
Hope you'll love it ;)
 
can
Hey, people!
There is a "AntiCaptcha automatic captcha solver" extension that may help you. It solves recaptcha 2 on the page as well as regular image captchas, so you don't need to have large iMacros script. It uses anti-captcha.com service to solving.
We as developers work on it and release updates and fixes every week.
Hope you'll love it ;)



this work with 2captcha?
 
You can use CaptchaDecoder.com for a low price rate of $2.5 per 1000 you can solve recaptcha2 and they even have 2captcha.com migration api support.
 
Back
Top