Jump to content
UBot Underground

Jaro

Fellow UBotter
  • Content Count

    72
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Jaro

  1. Thank you very much..I'd like to try it out but suddenly my simple script with image that used to work before just gives me an error "The given key was not present in the dictionary." ...I also ran the command "verify image libraries" but doesn't help at all.
  2. Thank you for your advice..I actually prefer to use the built-in image functions for now, I think it's very convenient and quick just I'm very surprised why they didn't give there a simple option to make fonts bold.
  3. The image functions are cool, but I wonder why is it so limited in fonts, etc? I really need a bold text, is there any possibility to achieve that? Thanks in advance for any help
  4. I need a realtime graph drawing the line in front of my eyes..It would be a simple random number generator of 0 or 1. Is it possible with this plugin? Or even without the plugin?
  5. Thank you hare ram, I really appreciate. As I mentioned in some situations I could click it easily by finding the data-reactid attribute. I found out that it's always there if I just make the Exbrowser window smaller so basically this is my workaround and it works well so far.
  6. Hi there, I'm trying to click the edit pencil button in a Pinterest pin to open the edit pin window but cannot find a way how to achieve that consistently as they change the code a bit..This is the code right now and now I cannot find a way to click it: I tried //div[contains(@class,"flex")]/div/div/div/button[contains(@aria-label,"Edit")] or different variations, but it doesn't work. Before I could click it when focusin on the specific attribute data-reactid in the edit button, but a few hours later Pinterest changed the code..Sometimes it even worked with just //button[contains(@aria-la
  7. I still haven't found a solution for this and need to always manually navigate to the play button and put my finger on the mouse and click the stupid play button like this. No auto run even through a bat file or programmed in the ubot itself, nothing works, only manually. And what's more, now I've found out that even when I put some website to the "splash page" settings when compiling the bot, and try to run it MANUALLY, the bot then doesn't run properly - only the first 3 threads of the program and then it just looks like doesn't store some data or threads info or threads themselves time o
  8. Yes I programmed the bot so that everything can be run by running a single define command. Regarding the /auto parameter, it really doesn't work the same way as if I just clicked the PLAY button manually. As ridiculous as it might sound, I'm thinking about creating another bot just to click the play button with a mouse movement system command..aarhhhh..
  9. I have a complicated bot with multiple threads running commands in an Exbrowser Firefox window, each of them. Everything is working fine until I start to try and run it automatically - meaning using a method to automatically open the bot and run it. I've already tried: 1.) Opening the bot in a batch file with parameter /auto - it opens the bot and automatically hits run and it seems to run OK at the beginning but then it just doesn't work properly - to me it looks like it does half of the commands that are in the script and just doesn't finish individual tasks in open windows, etc.. 2.) I
  10. Thank you pash, I actually didn't notice that I had to put that command in a connect to mail server command. Thought that UBot just provided automatically with a smtp server, etc. to make things simpler..
  11. Is the send email command working for anybody here? I tried different machines and browsers and always get the error: Object reference not set to an instance of an object. The setup is pretty simple, no place to make an error on my side I'd say... I'll be grateful for any insight into this.
  12. Thus this plugin still work on the latest Ubotstudio versions? I have Firefox windows opened via Exbrowser plugin and I need to keep them open but just clear their memory, is this plugin a good choice for this? Or would something like this help? https://www.wikihow.com/Clear-Windows-7-Cache I'll be very grateful for any help!
  13. Ok thank you Dan, thank you I'll just share this info for others that thought that you cannot prevent IP leaking: I thought exactly the same - that WebRTC cannot be disabled in Chrome. And it's true, however it actually doesn't matter. You can still disable IP leaking very easily and check out very simply that it works: Just wach the first 1.4 minutes of this video: 1.) Name of the Extension: WebRTC Leak Prevent2.) Once added in Chrome, make sure to go to its settings and in IP handling policy select:"Disable non-proxied UDP (force proxy)"3.) Website to check IP leaks: https://browserleaks
  14. Dan, ok, thank you..I've just sent you this reply also to the ticket:" I found out that it's actually a Firefox problem because my threaded ubot script runs perfectly on Chrome Version 62.0.3202.94 (Official Build). The only problem why I cannot use Chrome is that it doesn't work with multiple threads with custom profiles so I cannot use my WebCRT blocking extension. It only works if I don't put any custom Chrome profile. Is it possible that you would add a Ubot command to disable the WebCRT in Chrome? I know, it's not possible to disable but you can just add there the extension called "Web
  15. Ubot with Exbrowser not running on Windows Server Editions, I just found out that it's not only in compiled bots but also inside the UBotstudio program itself..I installed UBotstudio on my remote PC and it happens the same.. Do you have any idea why my remote super-server Windows Standard 2016 with 16-Cores (32 logical units) E5 processor with 64 GB of RAM has problems opening the Exbrowser FireFfox windows in multiple threads? Is it that Ubotstudio with Exbrowser isn't running well on Windows server editions? I tried also Windows server 2008 and 2012, happens the same..but on my laptop, t
  16. I actually don't use SQLite at all just normal database commands with Heopas now..What is the advantage of using the SQLIte plugin?
  17. Wow, thank you soo much HelloInsomnia, I had no idea that there's such a great plugin!
  18. Hi, I have an advanced script with multiple threads and sometimes the need to query my database is overlapping and I get this message when there are 2 simultaneous connections (at least I think it's because of that): "There is already an open DataReader associated with this connection which must be closed first." I will be very grateful for any reply, thanks!!
  19. Yes, I have actually started doing it differently and now I just don't use the $document text function but scrape the current source code and then scrape the necessary text from there.
  20. Hi there, I have found a bug in the Ubot software where the browser function $document text doesn't refresh after a page scroll. I'm trying to scroll down and scrape a page but I found out that it always scrapes only the first 22 results even though I see the page being scrolled down and see all the other results. Ubot, in the loop scrapes just the first 22 results because it scrapes from $document text which doesn't refresh itself after the scroll. When I manually check the source code, it shows the unrefreshed content - the same one as $document text and when I check the view generated sourc
  21. Pftg4, thanks for your message, but that's exactly one of the ridiculous workaround I was talking about and what we're trying to avoid here.
  22. I'm also trying to achieve the same as 'Brutal', is there really noone who with a solution for this? Honestly I don't really understand why it's not considered a basic function by our Ubot guys anyway. This shouldn't be something needing some ridiculous workarounds posted on this forum.
×
×
  • Create New...