Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 04/18/17 in all areas

  1. http://i.imgur.com/QolhQHU.png Fer's Plugin Commands Play sound - Play any .wav fileStop sound - Stop any .wav file from playingRepeat sound - Repeat any sound endlessly, unless stoppedConnect HMA - Connect HMA! VPNDisconnect HMA - Disconnect HMA! VPNChange IP HMA - Change IP HMA! VPNCopy to clipboard - Copy something to the clipboardClear clipboard - Clear the content of the clipboardClipboard to file - Save the content of the clipboardShutdown PC - Shutdowns the computer without prompts, handy if you finish botting during the nightRestart PC - Restarts the computerClose UBot - Close UBot's p
    1 point
  2. You will need Dev edition for the UI HTML Panel. Here is a simple version of what you asked for so you can see how it works if you ever decide to upgrade: ui html panel("Name: <input type=\"text\" variable=\"#name\"> <input type=\"button\" value=\"Say Hello\" onclick=\"ubot.runScript(\'SayHello\');\">",100) define SayHello { alert("Hello {#name}") }
    1 point
  3. heres how to do that, I added bootstrap to the page, to make the elements nice looking, basically you need to add a variable="#myVariable" attribute to the textbox to set the variable and for the button a onClick="ubot.runScript('myScriptHere')" to the button which fires the ubot script edit you meant the UI designer not panel, well this is still pretty much how that works ui html panel("<head> <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/cyborg/bootstrap.min.css\" crossorigin=\"anonymous\"> <style> div\{ text-align:center \}
    1 point
×
×
  • Create New...