Jump to content
UBot Underground

Brutal

Fellow UBotter
  • Content Count

    691
  • Joined

  • Last visited

  • Days Won

    36

Posts posted by Brutal

  1. hahaha.... it is software, it doesn't matter if you used it or not, it doesn't wear out like a physical item.

    I appreciate the laugh! - You might want to check with seth about you selling your copy - that may be a nono.

  2. I have several buttons on my gui...

    plugin command("UltimateUI.dll", "UI Add Button Event", "Click", "GetSupportButtona", "get_supporta")

    plugin command("UltimateUI.dll", "UI Add Button Event", "Click", "GetSupportButtonb", "get_supportb")
    plugin command("UltimateUI.dll", "UI Add Button Event", "Click", "GetSupportButtonc", "get_supportc")

    plugin command("UltimateUI.dll", "UI Add Button Event", "Click", "GetSupportButtond", "get_supportd")

     

    Unfortunately only 1 will work... Same holds true for uilist event... only one will work.

     

    So the question is - Am I doing somethnig wrong or does the plugin have a major bug?

     

  3. I am late to the show on this, but it is good information to have for anyone.

     

    When using any ubot built-in browser than 21, your bot will generate a file named cef_browser_log.txt in the ubot studio folder (inside your roaming folder).

     

    That file gets bigger and bigger as your app runs and eventually drags it all to a halt that results in a crash.

     

    So, you need to setup a call to delete that file every so often while your bot is running.

     

    For example, you can put it in it's own thread so that it gets triggered and then waits x amount of time, and fires again and so on, while the bot moves on to do its real work. I do this for all of my apps that require a long run time.

     

    For bots that do not take a long time, i still use a call to delete the file as soon as the user clicks on the run button... this way you stay on top of the issue by default.

    • Like 3
  4. I see a couple of things wrong you may want to address before you continue.

     

    1- you call for a browser wait event before you even call the browser....so you'll want to put that immediately after the navigate call... This isn't something that will cause a break, but it is useless the way you have it displayed via your posted code.

     

    2- the next thing that comes to my attention is an if statement on the page.... you have it as: [if] #variable [then]..... that isn't how things work. Instead, you need to give the [if] statement something to work with... like, "contains", or "comparison", or "exists", else, I don't think it would ever save your file.

    • Like 1
  5. I don't believe you would want to use it in any commercial environment unless you want your users to be able to see exactly what your bot is doing and annoy them with not only the browser showing but also the cmd window showing, and break it when they don't understand what is going on and close the window while it's working.

     

    It does have a long way to go before its actually viable in the commercial production environment (as far as i can tell)... I play with v6 a bit, but still do my real work with v5.

     

    You never can tell about Seth though :-) ....He may modify it to be useful within a week, or it may be a year... But in my years here, the big stuff like this always eventually does get done.

     

  6. I didn't realize you guys were serious :-)

     

    If you do not want your users to be able to see the ubot studio folder contained in appdata, just run a hidden shell batch command to hide the folder from view.

     

    Sure, if they already know its there, then they can easily unhide it, but if they don't already know about it, then they will never even think to look for it.

     

    Just an idea.

  7. unibotsi says: It is an older Version (5) from a friend, which i use to check if ubot is the go-to tool for me - before investing almost 1k of dineros :-)

     

    Sounds a little suspicious... maybe you got the version of ubot that can detect that it has been cracked and as a defense it provides erratic results so that you cannot profit from it without first paying for it.

     

    But - I could be wrong :-)

    • Like 2
  8. As best I can tell, the external browser options are only viable if [1] you are only building bots for yourself [2] you do not mind your customers seeing everything that your bot is doing.

     

    I could be wrong - Haven't found any documentation on it yet, but have put in a support request on it.

×
×
  • Create New...