Jump to content
UBot Underground

Search the Community

Showing results for tags 'Element offset.'.

  • 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 1 result

  1. Well I have some code here, trying to bypass nocaptcha however when i choose to click on an element by offset using tagname td as the selector. However when I use the click function with an element offset to specify which of the noCaptcha images to click the tool seems to mess up. source: set(#loopcounter,0,"Global") loop($list total(%TempCaptcha)) { set(#tempv,$list item(%TempCaptcha,#loopcounter),"Global") set(#tempv,$subtract(#tempv,1),"Global") click($element offset(<tagname="td">,#tempv),"Left Click","No") wait($rand(0,1)) increment(#loopcounter) } Now the re
×
×
  • Create New...