Jump to content
UBot Underground

Search the Community

Showing results for tags 'alert'.

  • 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 4 results

  1. So I read somewhere that ubot should just close javascript alerts, however I am working on a site currently where these javascript alerts will not close automatically... Not sure if anybody has run into this issue or has any advice on working around it. Kind of a weird one as I have set it to disallow javascript on load... It really sucks because if you don't close the alert, nothing will happen on the page. Any ideas?
  2. Hello everyone, Can I add function to create auto close alert after xx seconds? with this function make user will not click ok button to close an alert. Thanks for advise
  3. Guys i am having a small issue with Alert Command see i already created a stable working bot it all work thing i i would like users to know when some process is done this is a small part of the code its pretty basic stuff. ui text box("Username", #Username) ui text box("Password", #Password) define Login to Your Account { navigate("www.gramfeed.com", "Wait") wait(4) if($exists(<outerhtml="<img src=\"/Instagram_signin.png\" border=\"0\">">)) { then { click(<outerhtml="<a class=\"link\" onclick=\"logOauth(0)\" href=\"/oauth/login\"><img s
  4. Looking to create an error alert that returns the account that failed to log in. Trying to create a bot that updates word press. Here's the code so far: define Start up { set user agent("Chrome") allow javascript("Yes") allow images("Yes") clear table(&WP Update Domains) create table from file("C:\\randomfile.csv", &WP Update Domains) clear list(%Domains) add list to list(%Domains, $plugin function("TableCommands.dll", "$list from table", &WP Update Domains, "Column", 0), "Delete", "Global") clear list(%Passwords) add list to list(%Passwords, $
×
×
  • Create New...