Jump to content
UBot Underground

Clicking Submit Button Recaptcha On Pinterest


Recommended Posts

Hi iget a problem ti click submit button on pinterest login. i can not find the submit button. is there any advice to do it?  

 

 

navigate("https://www.pinterest.com/login/?referrer=home_page","Wait")
    wait for browser event("Everything Loaded","")
    wait for element(<email field>,"","Appear")
    
 

 

set(#GoogleSiteKey,$scrape attribute(<src=r"https://www.google.com/recaptcha/api2/anchor?.*">,"src"),"Global")
    set(#GoogleSiteKey,$find regular expression(#GoogleSiteKey,"(?<=https://www.google.com/recaptcha/api2/anchor?.*?=.*?=).*?(?=&.*?=)"),"Global")
    clear list(%list google key)
    clear list(%Debug)
    add list to list(%list google key,$list from text(#GoogleSiteKey,$new line),"Delete","Global")
    set(#google key,$list item(%list google key,0),"Global")
    add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha v2 invisible", "xxxxxxxxxx", #google key, "https://www.pinterest.com/login/?referrer=home_page", "", "", 120, ""),"Delete","Global")
    if($comparison($list total(%Debug),">",1)) {
        then {
            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;")
            change attribute(<id="g-recaptcha-response">,"value",$list item(%Debug,1))
            run javascript("run javascript(\"_submitForm();\")")
            comment("run javascript(\"___grecaptcha_cfg.clients[0].aa.l.callback()\")")
        }
        else {
        }
    }

Edited by taufiqkyu
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...