Jump to content
UBot Underground

Search the Community

Showing results for tags 'invisible'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 3 results

  1. I am using pash Advanced Captcha plugin trying to solve invisible recaptcha with 2captcha service. it is working fine on the recaptcha demo form, but i have spent whole day try on a live website with no luck... please help if you have experience with this type of recaptcha, thanks comment("advanced captcha 3.4.4.4") navigate("https://www.domain.com/register","Wait") wait for browser event("Everything Loaded","") wait(1) set(#fname,"jason","Global") set(#lname,"jones","Global") type text(<full name field>,#fname,"Standard") type text(<email field>,"{#fname}{#lname}{$rand(111,99
  2. Everybody has the fear of the new google invisible recaptcha,but 2captcha is able to solve the recaptcha Invisible Captcha Demo Page https://www.google.com/recaptcha/api2/demo?invisible=true 2captcha Guide to Solve the New Invisible Recaptcha https://2captcha.com/2captcha-api#invisible
  3. hello you can open two browsers without waiting hidden one ends the other one to run. example: in new browser { set visibility("Invisible") navigate("https://m.facebook.com/", "Wait") wait(90) } navigate("https://m.facebook.com/", "Wait") wait(90) I want Asher is the first browser without having to wait 90 seconds to run. 2 that run simultaneously.any way to dothanks something like this: plugin command("Advanced Shell.dll", "shell batch", "doon", "No")
×
×
  • Create New...