Jump to content
UBot Underground

drewness

Members
  • Content Count

    164
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by drewness

  1. Can anyone please share the locker files mentioned in this post? http://network.ubotstudio.com/forum/index.php/topic/12958-sell-ubotlocker-web-web-based-licensing-solution-that-prevents-decompiling-and-cracking/page-34?do=findComment&comment=100591 The dropbox link is a 404, and I'm really needing to update the locker interface to have a link for users to purchase a license. I would be eternally grateful to anyone who can provide the files
  2. Pash, can you take a look at this code and see why it's not behaving as intended? I want to show the popup ad on launch for X seconds (set to 7 in this example), and then after the 7 seconds enable the close button - but for some reason after the 7 second wait the X button isn't enabled: define showAd { plugin command("Advanced Dialog.dll", "advertise dialog", "Software Name Ad - Please Purchase PRO to Remove Ads", "<p>Ad Banner Here</p>", 925, 625, "Center", "False", "True", "True", "False,False,False", "True", "True", "Default Browser", "True", "True", "False", 0, "") w
  3. I did, I used the wizard to get the title and also tried copy and pasting it, no luck though. I will keep experimenting Sent from my SAMSUNG-SM-N920A using Tapatalk
  4. Thank you for the super quick reply. I have it set as: plugin command("Advanced Screen and Windows.dll", "app window menu box control", "Software Standard Ad - Please Purchase PRO to Remove Ads (Click X to Close)", "WindowsForms10.Window.208.app.0.1469d76_r34_ad1", "False", "False", "True") to enable the X button, but it doesn't seem to have any effect - after running the X is still disabled. I used the wizard to select the title and window class, and tried it without window class set, same result though. Please let me know if I need to try anything else. I appreciate your assistance
  5. Awesome, thanks, it works perfectly. Is there any way to enable the X (close) button after a specified number of seconds for the advertise dialog so it doesn't auto-close in case they're still reading the ad when the timer runs out?
  6. Hi Pash, Two Questions regarding the Advertising Dialog functionality: 1) Would it be possible to show our normal Title as entered in the settings, and enable an option to show (XX seconds) - and a countdown until the dialog will close if set in the Timeout Close option? For example, if the title of the advertising dialog was "Drewness Software Bot - Special Offer" and I had the dialog timeout set to 10 seconds, if I had the countdown enabled it would show the window with the title as: Drewness Software Bot - Special Offer (10 Seconds) and then every second the title would count down
  7. Hi Pash, what happened to key press monitor - was it moved to a different plugin? Sent from my SAMSUNG-SM-N920A using Tapatalk
  8. I'm just looking for it to detect whenever a key was pressed, maybe the letter F or C for example - and when it detects it run a define that checks what key was run and react appropriately. So psuedo code would be (detect key press), set key to variable (i.e. #pressedKey), run define checkKeyPressed, then use elite ubot plugin to run a switch command - case 'f' - run commandF, case 'c', run commandC, etc. If that makes sense. Basically always have the bot listening for keys while it's running, and when certain keys are pressed run the correct command - not to do with Ubot hot keys or anyt
  9. I've been trying to find a way to listen for a few different keys pressed - I saw that Advanced Ubot 1 used to have it but it doesn't appear to be there anymore, unless it's been renamed or I'm missing something obvious. Is there another plugin that has key press monitoring in it? I want to run a few different functions based on what key was pressed. Thanks!
  10. Excellent work as always. As a user of v2, I've tested v3 and it's a massive upgrade. It's smoother and more efficient, and I love the switch to a DB vs files for storing data. If you don't have it already it's definitely worth picking up, the potential you have with it is unlimited - plus you can learn a lot just from looking at the source code. Highly recommended! Thanks for putting out such a stellar engine, it's a huge time saver for new projects. A Feature Request: would it be possible to add stop/pause/resume so you can temporarily pause it and resume, or shut it down and open
  11. Beautiful! Just upgraded to the newest version and removed the folder you mentioned, started ubot, and it's working perfectly again. Thank you so much!
  12. Saw your update email with the screenshots - super impressive! Can't wait to try it out when v3 drops. Question: in the screenshot it shows most of the ram (which isn't even high at all) being used by what looks to be the internal ubot browser. If we were to use the feature in the Elite Ubot plugin to kill the ubot browser (I think that was a newer feature you'd mentioned, unless I'm mistaken), and were using the Xaml UI plugin (since it doesn't rely on the internal ubot browser), would that cut the ram usage by 50%? Or am I getting confused somewhere? Doesn't really matter either way, jus
  13. Hi Pash, I had put the project off for a while since I couldn't get it to work - I've come back to it as I need to get the bot finished but am still experiencing the same issue. I've tried with the original files I used to use (png), and tried changing to jpeg, and base64 and still receive the same "The type initializer for 'Emgu.CV.CvInvoke' threw an exception." - I'm confused as the project used to run fine in ubot, but now when I try to run inside ubot that's the error I get (on both ubot 5 and ubot x). I've tried disabling all other plugins, have rebooted, etc. with no luck. However, i
  14. Haha nope, not about that! It was a dumb question and I figured out the answer so didn't want to bother you will leave some reviews on your site tomorrow! Sent from my SAMSUNG-SM-N920A using Tapatalk
  15. Even if you just bought it for the chart functionality it'd be worth the price, plus switch commands and other flow options are powerful, and there's plenty that is unique. As he said, even if there is similar functionality in other plugins/core, Elite Ubot does it differently - - and, often better. Sent from my SAMSUNG-SM-N920A using Tapatalk
  16. Ah, so the HTML dialog popup uses the ubot browser control and is not a stand-alone window? Thanks for your response, I will figure out a workaround Sent from my SAMSUNG-SM-N920A using Tapatalk
  17. Thank you for adding that Pash, much appreciated! Another Question: with the html dialog popup, is there a way to be able to add an Iframe in the HTML? Anytime I try adding one, even just a blank <iframe></iframe> tag the window opens and immediately closes, same thing with the source set (i.e. <iframe src="http://network.ubotstudio.com"></iframe>).Is there a way to get that to work by chance? Would be extremely useful. Please let me know... thanks!
  18. Hi Pash, for the checkbox dialog, woukd it be possible to set the default width of columns? I have some that need to be fairly large and others that could be very small, so it would be amazing to allow those to widths to be set before opening the dialog Sent from my SAMSUNG-SM-N920A using Tapatalk
  19. Damn you're on fire! Such a great investment - if anyone doesn't have it, the current special is the perfect time to grab it. Suggestions for the apps: SQlite viewer and Mysql DB viewer Http sniffer / socket commands so we can do get and post requests and check headers/parameters in ubot without third party tools Sent from my SAMSUNG-SM-N920A using Tapatalk
  20. Awesome update! Haven't gotten to try it yet but I'm excited just from the video - trying to think of some more apps to suggest. Awesome work! Sent from my SAMSUNG-SM-N920A using Tapatalk
  21. Hi Pash, I used to have advanced screen and windows "mouse move to image" function working fine, but now whenever I try to have it click on a .png file, I get an error, which I've copied from the ErrorLog.txt file: ============================================ Tue, 06 Nov 2018 00:36:45 GMT ============================================Plugin: Advanced Screen and Windows.dllV4.0.2.3Microsoft Windows 10 Enterprise (x64)Version: 4.6.1 installed on all other Windows OS versions or laterCategory: Apichai Windows CommandsCommand: mouse move to imageComment: You can see 'Error Log.txt' at your deskto
  22. Yup, that was a main point of contention from several users in your first Ubot X thread and other threads across the forum, it's a pretty big bug that still hasn't been addressed. Best option is either using the Xaml UI plugin with v6 or sticking with v5 until a fix is pushed, unless someone else has figured out a solution Sent from my SAMSUNG-SM-N920A using Tapatalk
  23. Yup, works perfectly fine in 5, same code copied to 6 doesn't. Sent from my SAMSUNG-SM-N920A using Tapatalk
×
×
  • Create New...