Jump to content
UBot Underground

Multiple Html Panel In One Bot


Recommended Posts

Multiple HTML panel in one bot

 

Currently have a PHP script that check proxy and make some notes

I want to do all that via uBotStudio

 

But i am stuck here on how to add Multiple HTML panel in one bot

 

example:

i have 3 HTML panel MAIN, STEP1 and STEP2

 

what i need is something like this(not working):




ui html panel("<button onclick=\"ubot.runScript(\'Step1()\')\">Step1</button>
<button onclick=\"ubot.runScript(\'Step2()\')\">Step2</button>",200)

define Step1 {
ui html panel("Step1",200)
}
define Step2 {
ui html panel("Step2",200)
}


 

so, if i click STEP1 or STEP2 in ubot i want to appear a new HTML

*NOTE: not using UI WINDOW

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...