Jump to content
UBot Underground

How To Know What Type Of Recaptcha You Are Facing


Recommended Posts

Hello,

 

My question is how to know which type of google recaptcha im facing.

 

And is it possible to solve this one with a 2captcha account with advance captcha plugin on Dan Exbrowser?

 

Thanks in advance for the help

 

eH380bY.png

Link to post
Share on other sites

this is v2

 

define solve recaptcha {
    set(#GoogleKey,"xxxxx4UAAAAANv7vDF_spZrXcSC0JvorM_xxxx","Global")
    clear list(%Debug)
    add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha", #apikey, #GoogleKey, "https://domain.com", "", "", 50, 120, "", "", "", "V2"),"Delete","Global")
    loop while($comparison($text length($list item(%Debug,1)),"<= Less than or equal to",15)) {
        clear list(%Debug)
        add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha", #apikey, #GoogleKey, "https://domain.com", "", "", 50, 120, "", "", "", "V2"),"Delete","Global")
        wait(8)
            change attribute(<id="g-recaptcha-response">,"style","width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none;")
            type text(<name="g-recaptcha-response">,#respond,"Standard")
            click(<id="input_send">,"Left Click","No")
    }


  • Like 1
Link to post
Share on other sites

 

this is v2

 

 

define solve recaptcha {
    set(#GoogleKey,"xxxxx4UAAAAANv7vDF_spZrXcSC0JvorM_xxxx","Global")
    clear list(%Debug)
    add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha", #apikey, #GoogleKey, "https://domain.com", "", "", 50, 120, "", "", "", "V2"),"Delete","Global")
    loop while($comparison($text length($list item(%Debug,1)),"<= Less than or equal to",15)) {
        clear list(%Debug)
        add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha", #apikey, #GoogleKey, "https://domain.com", "", "", 50, 120, "", "", "", "V2"),"Delete","Global")
        wait(8)
            change attribute(<id="g-recaptcha-response">,"style","width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none;")
            type text(<name="g-recaptcha-response">,#respond,"Standard")
            click(<id="input_send">,"Left Click","No")
    }


Great thanks for this awesome help ! I just have to read now and apply :)

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