Jump to content
UBot Underground

lolada

Members
  • Content Count

    46
  • Joined

  • Last visited

Everything posted by lolada

  1. lolada

    Paying

    hello guys im paying for someone that can build for me the code for updatable captchas. ps: cant scrape data-sitekey
  2. i have bough your plugin advanced data text file i tried your code: comment("2captcha reCAPTCHA") set(#_username,"","Global") set(#_password,"","Global") navigate("https://goo.gl","Wait") wait for browser event("Everything Loaded","") click(<class="recaptcha-checkbox-checkmark">,"Left Click","No") wait(5) set(#_bannerText,$trim($scrape attribute(<class="rc-imageselect-desc-wrapper">,"innertext")),"Global") set(#_captchaId,"","Global") set(#_saveImagePath,"{$special folder("Application")}\\CaptchaImage.jpg","Global") save element image(<class="rc-imageselect-target">,#_sav
  3. hello guys i have bough advanced data text file i tried this code gave by pacha plugin (advanced captcha): comment("2captcha reCAPTCHA") set(#_username,"","Global") set(#_password,"","Global") navigate("https://goo.gl","Wait") wait for browser event("Everything Loaded","") click(<class="recaptcha-checkbox-checkmark">,"Left Click","No") wait(5) set(#_bannerText,$trim($scrape attribute(<class="rc-imageselect-desc-wrapper">,"innertext")),"Global") set(#_captchaId,"","Global") set(#_saveImagePath,"{$special folder("Application")}\\CaptchaImage.jpg","Global") save element image(<
  4. lolada

    Captcha Audio

    any idea of how can we save the audio of captcha by google?
  5. any explain of how to use audio captcha? how to save the audio to send it?
  6. lolada

    Catch Errors

    i know they send, thats why program is stopping it has the error and stops xD
  7. lolada

    Catch Errors

    Hello, anyone knows if its possible to catch errors returning from 2captcha, for exemple when returns captcha unsolvavle. cause i have this error and then my program stops waiting for an user action.
  8. before compiling it works, after compiling functions doesnt work, any solution for that?
  9. Hello, need some help with code to solve updatable recaptcha. Code is working fine for normal recaptcha but not working for updatable recaptcha. I have already captcha v3 plugin and using 2captcha to solve it. Someone could give an help pls?
  10. Im having the answer, problem is that he click on the correct image but then comes another image.
  11. Any solution for the new recaptcha, that one that u click, it disapears and comes another one?
  12. hello people, i have this code comment("Not Test") ui text box("API Key", #apiKey) clear list(%captcha) save element image(<class="rc-imageselect-payload">, "{$special folder("Application")}\\testCaptcha2.jpg") add list to list(%captcha, $plugin function("Advanced Captcha.dll", "$2captcha.com", #apiKey, "{$special folder("Application")}\\testCaptcha2.jpg", "", "Recognize ReCAPTCHA Type 2", "", ""), "Delete", "Global") loop($subtract($list total(%captcha), 1)) { click($element offset(<class="rc-imageselect-checkbox">, $subtract($next list item(%captcha), 1)), "Left Click", "No
  13. Can u give me an exeplo of code for this site for exemple?
  14. I know that plugin, wasnt that my question. Question is the method used since with this captcha u cant use text box to write the solved solution
  15. Hello guys. well its 1 time i deal with programing with google captcha. with the old captchas we use type text , we select captcha and label where to write the text solved. with google captcha in this website for exemple: https://www.google.com/recaptcha/api2/demo what is the method to solve it, tryed with click but doesnt works at all, someone can give an hand pls?
  16. lolada

    Alert Sound

    Thanks for ur answers but i dont own python and the exe method dont works, any other solution possible that u know? :S
  17. lolada

    Alert Sound

    Wich plugin ur talking about
  18. lolada

    Alert Sound

    Hello guys, any way to put browser playing an alert sound when element exists till u click it? Without using windows media player. Like a browser alert
  19. Thank u very much, it worked for me
  20. A pick time from label's website. Time is not always the same, if it was always the same, would be pretty easy
  21. Hello guys someone can help me please? i have a label with the time like this "1h 30M 10S. i need to transform this in seconds. anyone has an idea how i can do it please?
×
×
  • Create New...