Jump to content
UBot Underground

Recommended Posts

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?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...