Jump to content
UBot Underground

Search the Community

Showing results for tags 'ui design'.

  • 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. Hi Is there any way to manupilate UI Html Panel? Here is my simple code: set(#javascript, "<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js\"></script>", "Global") ui html panel("<div class=\"start\">1</div>", 50) set(#value, 1, "Global") loop(10) { set(#start, $eval("$(\'.start\').html(\'{#value}\');"), "Global") wait(0.5) increment(#value) } I want the value of the ui html panel to increment when pressing Run button on Ubot Dont knwo if it works, anyone have any idea?
×
×
  • Create New...