Jump to content
UBot Underground

arigatou

Members
  • Content Count

    15
  • Joined

  • Last visited

  • Days Won

    1

arigatou last won the day on December 8 2018

arigatou had the most liked content!

Community Reputation

6 Neutral

About arigatou

  • Rank
    Member

System Specs

  • OS
    Windows 10
  • Total Memory
    8Gb
  • Framework
    unsure
  • License
    Professional Edition

Recent Profile Visitors

1368 profile views
  1. Regarding the multi-threading questions that were being asked before. If you can code proper bots that are state aware and do checks, you can create as many threads as your system allows. As far as I can tell, there is no limitation from ExBrowser's side (in terms of instability) that prevents you from creating more threads. On a simple 1900X CPU on my high end machines equipped with 64GB ram I can actually run 100 threads of ExBrowser on them, no problem. The tasks I'm performing aren't basic either, they are very taxing on the CPU and the GPU as well. If I had a 2990WX desktop CPU and 1
  2. Hello, I'm attempting to purchase this and when I apply the SAVE30% coupon on the checkout page it correctly applies it and shows $102 but when I click to continue to PayPal the amount shown there is $147.00, could you please check that and see what the issue is? Tried on Chrome + Firefox so I don't know if its an issue on my end or something bugged with the PP checkout not processing the discount.
  3. I would like to report that it is not working as intended then. I run that command at the start of my bot and on all my machines incase the commands fails or something else happens, the error does appear (and it appears like 100 times not just once, it fills up the entire screen). I have the same bot running and auto-restarting itself every 4 hours and randomly after 3-4 days or even sometimes after a few restarts on the first day it will just spam that message and will fail to launch. Meanwhile all the files are already in %appdata%\exb so I am not sure why it even tries to re-download but ye
  4. Now that we have to make our bots download the files ourselves, how will we get the raw files to host ourselves? Currently we have the 1324 files since ExBrowser plugin was still downloading them to %appdata% but how will we get those files in future versions?
  5. http://network.ubotstudio.com/forum/index.php/topic/16388-sell-plugin-advanced-screen-and-windows/ I am not 100% sure, but I believe this may be what you want.
  6. To add on to this - I have found many Chrome Extensions that sort-of do what I want, or can be configured to do what I want. You can always decompile these extensions, edit the code, and pack it again and then you can just load the *.crx file using ExBrowser. I even had a challenge with tabs where the sites I was visiting would open many tabs from ads and such, so I managed to fix that with a popup blocker extension that I modified to only block certain sites. Most extensions will require you to install them then add all the sites manually which you want to block, so I did exactly that and fou
  7. Hey Dan, tried sending in a support ticket but either the system is down or it does not like the content of my message. I am going to post here incase anyone else knows about it too...here's the ticket I had written: Hey Dan, I have tried everything to click Open on this but I cannot get it to work. https://i.gyazo.com/f8f194215cd9fa16445cbc422b55630a.png I tried using Exbrowser Click by Coordinate, but it seems its clicking the page, not the popup. I tried using Send Special Key (Left) and then (Enter) but neither key actually did anything. I tried the disable notifications flag
  8. Perfect, thank you, so I assume that anytime there's a note about a Driver update it means you updated to the latest ChromeDriver version so we can check the compatibility versions for Chrome and do our own testing.
  9. Hey Dan, when we get all these driver updates, are we correct to assume that they are for the most recent version of non-beta chrome at the time of your Exbrowser update release? 59.0.3071.115 - Chrome version released on June 26 So does that mean your release on July 20th is for this latest version, and will this be true for all future releases? If I'm wrong could you also please clarify the latest version of Chrome to be used with Exbrowser when you post the updated plugin in the update notes? Thank you!
  10. Hey guys, I have a bot right now that utilizes ExBrowser and uses about 60-100 threads at a time on one machine. I am having great results with the bot for the most part. I have had it run successfully with 60 threads, 80, 100 threads and everything can be fine for a whole day or up to 3 days even at times, but other times I have it crashing after 1 hour, after 2 hours, even on lower threads like 40 or 45. So I've done a lot of debugging because this bot does need to run for long periods of time and I cannot be constantly checking it to attend to it, and a crash is pretty disastrous...so b
  11. Could you clarify which version of Chrome it now supports? Thank you
  12. ExBrowser Click Coordinate. It takes an X, Y coordinate. Just use the rand() function to make your mouse click on random coordinates within the area you are clicking... For example if you wanted to click within a 25x25 square at the top left of the page, you could do ExBrowser Click Coordinate, $rand(1, 24), $rand(1,24) and it would click with a random x,y coordinate between 1-24 and 1-24 which would be within the square you're trying to click in. Or if your area isn't a square but you obtain the location of the click coordinate somehow through some custom way and lets say you get like an
  13. Hey Dan, not sure if you intended for this sort of popup to appear, but whenever I launch more than 1 instance of Chrome with the new plugin version only the first instance will ever work and all the future ones show this repeated info-bar that you mentioned and they never load any pages they're just stuck and every new Chrome Instance actually has 1 extra line of of the 'test software notice'..my 10th instace of chrome had it going all the way to the bottom of the browser...
×
×
  • Create New...