Jump to content
UBot Underground

#googlekey - How To Scrape ?


Recommended Posts

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

 

 

<a href=https://zapodaj.net/8624c8704a080.jpg.html>error1.jpg</a>

 

why i cant send this solved captcha ? Or what i doing wrong ;/

 
 
set(#_apiKey,"KEY","Global")
navigate("https://www.nestleporusza.pl/glosowanie/rejestracja","Wait")
wait for browser event("Everything Loaded","")
wait(1)
set(#GoogleKey,$find regular expression($scrape attribute(<title="recaptcha widget">,"src"),"(?<=anchor\\?k=).*(?=&co=)"),"Global")
clear list(%_rawCaptcha)
add list to list(%_rawCaptcha,$plugin function("Advanced Captcha.dll", "$2captcha.com", #_apiKey, #GoogleKey, "", "Recognize ReCAPTCHA Type 4", "", $url, 120, ""),"Delete","Global")
change attribute(<id="g-recaptcha-response">,"value",$list item(%_rawCaptcha,1))
click(<value="Submit">,"Left Click","No")
Edited by dahid84
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...