Jump to content
UBot Underground

Brutal

Fellow UBotter
  • Content Count

    691
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Brutal

  1. This is just pure excitement! There very few real complaints against ubot... 1- Browser issues 2- Ubot branding even when you pay for unbranded 3- Ubot 'support files' Looks like they are in the process of knocking the #1 complaint off of the list!
  2. arrangement... how to arrange things? Example: I put in the various general boxes and such, now i put in an image but the image hides everything... I need to send the image to the back.
  3. save data into table, then save table to csv file
  4. 1- add list to list 2- list from file that will get your csv into the list in ubot... now just interact as needed.
  5. sure... use shared browser.... same concept as new browser except is keeps your cookies/session
  6. Well, you sort of could.... (just theory) Create a frame page (two sides) in the application folder..... use html to make your gui, and then pull in whatever you need on the second side (your target website. then use the 'load html' command and call your frames pages into it using a variable to read file. ...of course... I could be wrong.
  7. Brutal

    Hide Ui Panel

    sure.... put all of your html into a variable and call that variable in the html panel screen.... then once you are done with the gui, set the var value to nothing and refresh the gui.... this will remove it.... Note- this is all theory, I haven't tried it.
  8. awesome post man. On this latest version of ubot .55, for some reason my standard threading method was being extremely jicky.... so i swaped mine out with your simple version and its all running perfect again.
  9. Not at the moment - To get started with just a base template, you only need to use the wizard. That will get your core stuff done so that you have a working installer/uninstaller. Then, you just dig around and you'll find all of the cool stuff like requiring a certain version of .net, requiring run as admin, adding in additional files and folders (to include ubot files if you want). There is likely even a way to push an update without the need to reinstall entire programs and so on.
  10. I use the paid version of actual installer as well, but will move back to inno as soon as time permits. the reason for moving... inno can do it all... you just have to dig around for examples, but once you have it you can create yourself a template to use on demand. actual installer has a nag screen to upgrade that gets on my nerves (can probably be turned off, I just haven't done any digging on it) for me, inno, having been around for so long, and having such a massive user base, just makes more sense to me now.
  11. if you are just right-clicking and selecting to run the define that way - There is no stopping it other than to just exit ubot. If you are starting it via the run button, then the stop/pause buttons will work for you.
  12. Bit of an old thread but I thought it was worth mentioning... I too ran into a situation where I am forced to use Chrome49... and as with everyone else it causes so much trouble it just isn't worth working with - But - I had no choice. So I have done a 2 part approach to handle the issues. 1- The cef browser log gets beyond massive in a hurry, so I put in a little routine that will delete that file when the user first runs the software. (you could just as easily set it to delete that file with every loop or whatever) 2- I have everything opening in a new browser. With the new browser c
  13. Sensitive information so I sent you a PM
  14. google open file dialog... kicking me in the teeth. have tried 'change attribute' as well as 'change file field' still no joy... any ideas? I need this process to be invisible to the user.
  15. Solution: Not perfect, but close enough for what I needed: (?s)\G.{40,}?\b
  16. yeah, you can, thats how i had it set originally.... no worries, i appreciate that you tried to help man.
  17. thanks - that just gets the first 40 instead of each set in the string
  18. guys - this is an extremely old thread... EXTREMELY old :-)
  19. Trying to figure this out and hope for some help. lets say i have a sentence/string that has 461 characters in it... and i want to break that down into multiple 40 character strings (like if you were posting in twitter). I used regext to achieve that part with no trouble at all... Here's where i'm having trouble. Example: The following is a 40 character string... software and information that you need i The "i" on the end of that string is actually the first letter of the next word, so what i need is to end the string on the last space (empty space) before the 40th character. This way, m
  20. The issue in my case - I had copied over a wait define call, but not the actual define itself, so the problems i was experiencing was 100% self-inflicted. ha! making noob mistakes once in a while helps keep my ego in check!
  21. I put together a little program that logs into a google property... Been building these for years and never had an issue. So google made a couple of little changes recently - pfft! easy to get by it... and then... So, on my dev machine, my login process goes as expected - all good. But customers were telling me it was failing. So I uploaded my program to a fresh win7 and win10 install. Failed.... Next I made it so that i could watch the entire process... Here's the odd part.... I load the target page, enter the username, click the 'next' button - and instead of the next screen sh
  22. hahahahaha! Well, this is solved. I had left a local path in the software while testing - Doh! #1 Rule in ubot... look for the simple fixes before you go getting all complex about things!
  23. I built a little program and passed it to my customers.... Works perfect for me, but does not work for others. I'm thinking, no problem.... something simple. I havent found a solution yet but what I did find is that now in the appdata folder, ubot is also installing a plugins folder (they didnt do this in previous versions) the plugins folder only has ubot standard stuff in it, but im wondering if that is causing the 'new' issue. It doesnt capture the plugins being used by the bot into that folder on the users machine... and the plugins i use are purchased, so i dont believe working o
×
×
  • Create New...