Jump to content
UBot Underground

Search the Community

Showing results for tags 'ui stat list total'.

  • 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. How can we show in UI STAT, the total number of items in a list? ui open file("Get urls",#geturls) ui stat monitor("Where are we:",#wherearewe) set(#wherearewe,1,"Global") clear list(%get urls) add list to list(%get urls,$list from file(#geturls),"Delete","Global") loop($list total(%get urls)) { navigate($next list item(%get urls),"Wait") WaitForAll() increment(#wherearewe) wait($rand(3,10)) }This works fine as it will show as 1,2,3,4,5 etc.. But i want this: 1/5000 2/5000 etc... Minding i have a 5k item list of course So one out of 5k done, two out of 5k done and so on. S
×
×
  • Create New...