Jump to content
UBot Underground

Recatpcha V2 Not Working ?


Recommended Posts

Ok so i have worked and worked to my whits end here i have tried to get this captcha to work for me with no luck i have asked another ubot member and he as well hasn't gotten the captcha to push through 

 

 

 

I need this Recaptcha V2 to work anyone have any ideas it will get the Captcha Response but will fail the captcha submission part every time 

 

 

The attached Script will work all the way up to the captcha 

 

 

 

Edited by Team_LX
Link to post
Share on other sites

put your 2captcha api in the variable & add the code to solve the captcha B)


set(#Captcha2 API,"","Global")
set(#XingKey,$find regular expression($scrape attribute(<title="recaptcha widget">,"src"),"(?<=anchor\\?k=).*(?=&co=)"),"Local")
clear list(%XingCaptcha)
add list to list(%XingCaptcha,$list from text($plugin function("UltimateCaptchaServices.dll", "$2Captcha Service V2", #Captcha2 API, "", #XingKey, $url, "", "", "", "HTTP", "Solve Captcha", "Recaptcha-NoCaptcha", "", "Yes", "No"),$new line),"Delete","Local")
change attribute(<id="g-recaptcha-response">,"value",$list item(%XingCaptcha,1))

 

Link to post
Share on other sites

 

put your 2captcha api in the variable & add the code to solve the captcha B)


set(#Captcha2 API,"","Global")
set(#XingKey,$find regular expression($scrape attribute(<title="recaptcha widget">,"src"),"(?<=anchor\\?k=).*(?=&co=)"),"Local")
clear list(%XingCaptcha)
add list to list(%XingCaptcha,$list from text($plugin function("UltimateCaptchaServices.dll", "$2Captcha Service V2", #Captcha2 API, "", #XingKey, $url, "", "", "", "HTTP", "Solve Captcha", "Recaptcha-NoCaptcha", "", "Yes", "No"),$new line),"Delete","Local")
change attribute(<id="g-recaptcha-response">,"value",$list item(%XingCaptcha,1))

tried this but its not working either :( for one i dont have the UltimateCaptchaServices but it doesnt do anything at

 
set(#XingKey,$find regular expression($scrape attribute(<title="recaptcha widget">,"src"),"(?<=anchor\\?k=).*(?=&co=)"),"Local")

 
Doesn't come up with anything at all
Link to post
Share on other sites

More than likely it's documented here: https://2captcha.com/2captcha-api

 

Just got to read and figure out which type it is and that will show you how to solve it.

I have looked at this time and time again it will get the info from them but still will fail the captcha every time :) 

 

Willing to donate to someone for a working fix thanks 

Link to post
Share on other sites

I have the captcha completed, is there is PM option here or do you have a skype? You will need a 2captcha account though.


I have looked at this time and time again it will get the info from them but still will fail the captcha every time :)

 

Willing to donate to someone for a working fix thanks 

Edited by promoguyaa
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...