Jump to content
UBot Underground

Search the Community

Showing results for tags 'if'.

  • 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. Hi, I work now many hours on this, but couldn't figure out the correct solution.Maybe someone could help me please? I want my bot to read out CSV file and receive email, password and country from it. So far that works and I have three lists in the end with the correct data. Now I want to start a loop, where the bot checks the country list and do different things depending on the entry at this certain position. In my code example he should go to the Amazon country webpage and put in the correct login data, than close the browser and check the next item in the list for the country and so o
  2. 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, $
  3. how do I say this in ubot: if A is <= 30000 BUT >20000 AND if B is <=20000 BUT > 15000 Then {do this} So far I've tried a large mixture of $both and $comparison
  4. Hi guys, I need to scrape a list pretty much like this: ------------------------------------------------------------------- Jhon Doe Age 18 California Add as friend Mary N Age 22 South Dakota Dann J Cole Age 38 Florida Add as friend Gregory Grady Age 26 North Carolina XYZ LLC Florida Add as friend ------------------------------------------------------------------ My question is just how to scrape the href only for those in the list with "Add as friend"? Thanks alot
×
×
  • Create New...