Jump to content
UBot Underground

Brutal

Fellow UBotter
  • Content Count

    691
  • Joined

  • Last visited

  • Days Won

    36

Everything 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. Is this happening trying to install v6? sometimes it does get hung up while downloading support files... Especially when you you think it isn't doing it and click again. this often leaves abandoned processes that prevent it from finishing. The easy fix is usually to just restart your computer to make sure all errant processes are removed, then try again.
  3. Did ubot ever fix the issue with not being able to hide the external browser?
  4. if you are using the latest version of ubot, the issue is most likely chrome79. google is identifying it as 'automation', but as far as i know, you cant upgrade or downgrade the version on your own, so we may just be stuck.
  5. update... man, he really made this easy on us, and it works perfectly for me plugin command("UltimateUI.dll", "UI Table To DataGrid", "ResultsGrid", &results)
  6. Not seeing this... is it as simple as: plugin command("UltimateUI.dll", "UI Set DataGrid Property", "IsReadOnly", "ResultsGrid", &results)
  7. I just now put in a workaround.... its going to depend on your situation, but for me, i had 5 buttons, so i used the button event on one, then another type of event on another and so on. Not a great way to go, but it worked for me and gets me out of a pinch for the time being.
  8. anyone running multiple buttons in their gui right now with this plugin? I'm completely stuck and nick doesnt seem to be around
  9. 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 pl
  10. 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
  11. 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 "exis
  12. 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
  13. You're question doesn't really give a lot of specifics, so my best guess for you is to go to google and type in: Ubot cookie control You'll get lots of information, tutorials, become exposed to plugins you may not know about and so on.
  14. 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.
  15. or name it something generic like... "This Is Not UbotStudio!" ...
  16. http://network.ubotstudio.com/forum/index.php/topic/16097-sell-plugin-advanced-ubot-1/
  17. 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 :-)
  18. do you have pash's plugin that contains the 'run as admin' command?... also, understand that when you achieve this, when the other exefires/opens, it is going to prompt the user to allow admin permissions.
  19. I have run into random little bugs as well.... no big deal... seth works at it and pushes the big/important/vital updates. You should probably submit an official bug report... include code that causes the bug so that they can repeat it.
  20. jeff - version x has not been out for months....and i am able to compile with the new version just fine.
  21. I sent a support request on that....The reply was that they will get around to documentation later.
  22. 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.
  23. oh..... one other thing. If you are using an icon in your build, ubot will sometimes get funny about that and the build will stall, so you might want to look into that as well.
×
×
  • Create New...