Jump to content
UBot Underground

Search the Community

Showing results for tags 'bar'.

  • 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. Hello everyone. While i was searching for some things to style my bots i found this very helpful HTML tag (never used before) here: http://www.w3schools.com/tags/tag_meter.asp I guess for many of you, this is not something new, but just in case someone want to display simple progress bar in the bot without much of headache, here is a code too: set(#result,0,"Global") set(#nmb,100,"Global") loop(#nmb) { increment(#result) wait(0.2) } ui stat monitor("<p>Progress: {#result} accouts checked <meter style=\"width:100%;height:14px;\" value=\"{#result}\" min=\"0\" max=\"{#nmb}\"&g
×
×
  • Create New...