Jump to content
UBot Underground

davviid

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

About davviid

  • Rank
    Newbie

System Specs

  • OS
    Windows 7
  • Total Memory
    4Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

1261 profile views
  1. I would like to click the following button: http://prntscr.com/dahowrat https://www.textnow.com/signup How would I do this? I tried clicking the xPath but it won't work (/html/body/div/div[2]/div/div/div/form/button[1])
  2. I just did some further "investigation" and you're totally right! But I first have to remove the "display: none;" line so the textbox shows else It won't work (for me at least). Am I right about that? And how would I programatically remove the display: none; ? <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid #c1c1c1; margin: 10px 25px; padding: 0px; resize: none; display: none; "></textarea>
  3. set(#_apiKey,"xxxxxxxxxxxxxxxxxxxxxxxxxx","Global") navigate("https://www.google.com/recaptcha/api2/demo","Wait") wait for browser event("Everything Loaded","") wait(1) set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"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)) I've been using this code, and it does successfull
  4. I don't think that would work, I did some tries and couldn't get it to work at least.
  5. Hello Dan! How do I add a new attribute value with Exbrowser?
  6. I've been working with Exbrowser. When using the "normal" change attribute when changing the value of a Recaptcha v2 it'll add the value because there is not an existing one to change. (New Attribute Value: The new value you would like to assign to the attribute (such as setting the value of the text field to the value "myusername") When using Exbrowser's change attribute, it won't do anything since there is no value to change? It doesn't add one either like the ordinary Ubot one does... How do I add a new value to an attribute with exbrowser?
×
×
  • Create New...