Jump to content
UBot Underground

pash

Fellow UBotter
  • Content Count

    3523
  • Joined

  • Last visited

  • Days Won

    167

Posts posted by pash

  1. Hi Pash, Thanks for another update!

     

    How to use this $browser function ?

    http://content.screencast.com/users/CustomBotSolutions/folders/Snagit/media/23428b5d-6637-4e3a-b68f-344977701838/03.20.2014-14.11.png

     

    A sample ubot code would be helpful.

    This Advanced Ubot Function

     

  2. DROPDROW<br><select variable="#DROPDROW" fillwith="value"><option value="DROPDROW1">DROPDROW1</option><option value="DROPDROW2">DROPDROW2</option></select>

     

    LISTBOX<br><select size="4" variable="#LISTBOX" fillwith="value"><option value="LISTBOX1">LISTBOX1</option><option value="LISTBOX2">LISTBOX2</option></select>
    • Like 1
  3. V2.0.2.0
    Add New Command/Function:
    font dialog: Select "Font" returns a list of properties you selected.

    Add New Option:
    image viewer dialog  => View Base64 Image
    advanced dialog => Enable Fade Effect (Warning: main update you need to go back and edit the values ​​to be correct.)
    $dropdown dialog => Startup Position
    $listbox dialog => Startup Position

  4. a html popup where you could include any html would be good including css and java with a button to close it.

     

     

    Yeah. Also, the html popup should be able to communicate with our bot by using uihtml commands..

     

     

    I have to explain this.

    "Ubot" control "web browser".

    And "web browser" can not control "Ubot".

     

    Most can be done is to send data.

    If this is something you need to contact support Ubot. Allow developers to access the ability to control "Ubot" from the outside.

     

    Therefore, current can not be done.

  5. Is there a chance to center the dialog boxes over the bot window? 

    I'm launching a dropdown dialog box via a button, but the window appears at the top left position of my screen. 

     

    Would be easier for the user if the dialog box would appear near the last mouse position. So that they don't have to move the mouse across the screen to get to the dialog boxes.

     

    Dan

    I will add them in the next update.

  6. ui html panel("<div style=\"width:500px\">
    Username: <input type=\"text\" variable=\"#username\" fillwith=\"value\">
    Password: <input type=\"text\" variable=\"#password\" fillwith=\"value\">
    <br /><br />
    <textarea rows=\"15\" cols=\"54\" variable=\"queries\" fillwith=\"value\">
    </textarea>
    <br />
    Enter keywords: <br />
    
    
    <form action=\"\">
    <select name=\"Months\">
    <option value=\"january\">January</option>
    <option value=\"february\">February</option>
    <option value=\"march\">March</option>
    <option value=\"april\">April</option>
    </select>
    </form>
    
    
    
    
    </div>
    
    ", 500)

     

    • Like 1
  7. will this work for the run as administrator function?

     

    ui button("Run As Administrator") {

        plugin command("Advanced Ubot.dll", "run as administrator")

        plugin command("Advanced Ubot.dll", "exit this app")

    }

     

     

    For commands in "Apichai Application On-Load Commands" is working with.

     

    on load ("Bot Loaded") {.
    }

    only

×
×
  • Create New...