Jump to content
UBot Underground

Ettienne

Members
  • Content Count

    38
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Ettienne

  1. Thanks but that dropbox link is dead it seems. Can't see how it's such a mission to run a simple command. Hope I can figure something out as I already have custom stop/start buttons and want to hide the ubot menu. Now just to get the scheduler part to open somehow.
  2. Found my own thread in Google... lol. Anyway, can someone please point me in the right direction as to how I can do this? What code the Scheduler uses to open or what plugin I would need to add a custom "Schedule" button? I don't want to edit the scheduler window that pops up, I just want to click a custom button to open that scheduler window. Thanks in advance.
  3. Hello, I have a bots locked with Ubotlocker. This is just the normal compiled exe. Now, if I want to make an installer (setup.exe) that uses the locked bot instead of an unprotected one, how can I do that? Is it possible? I just want to avoid having the client wait for the ubot files to download when they open the bot, that's why I like the installer, but is there a way to make the installer work with ubotlocker? Thanks in advance
  4. Seems to only be certain sites. Tried another now and dropdown closes when I click it again.
  5. It's not the code, it's happening on various websites with dropdown menus. Even with just "navigate", wait for everything to load, and "change dropdown" it gets stuck as soon as I click the dropdown to drag it over.
  6. Hello, As the title suggests, it seems that whenever I click on a site's dropdown menu (like with 'change dropdown' command) it will just get stuck. I can't close it, navigating away or running the script does nothing, it just hovers there until I close and restart ubot completely, which is frustrating. Is it a bug or is there something I'm missing? Is there a button/key combination I can press to close it? Thanks, Ettienne PS. Using the latest version of Ubot
  7. Ah okay yeah there we go, was probably downloading files as you said, thanks.
  8. I can't seem to open the file, it keeps saying "There was an error while verifying the files: An exception occured during a WebClient request. Contact vendor". I only get this when I right-click "run as admin" on win 8.1, when I try to open it normally it just doesn't do anything. Please assist (also tried turning firewall/antivirus off but no success)
  9. Hello, How can I make a custom "run on schedule" button via the ui html panel? Like this "Run" button, but the scheduled one: <button onclick=\"ubot.runScript(\'run_bot()\')\">Start</button> Please assist
  10. Hi Darryl, just purchased but received an error 2 when trying to update. Exception.txt: ICSharpCode.SharpZipLib.Zip.ZipException: EOF in header at ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer.ReadLeByte() at ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer.ReadLeShort() at ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer.ReadLeInt() at ICSharpCode.SharpZipLib.Zip.ZipInputStream.GetNextEntry() at WindowsFormsApplication1.DownloadDialog.UnZip(String outputDirectory) at WindowsFormsApplication1.DownloadDialog.client_Down
  11. So the main toolbar will still be there above the created UI interface? I just want my users to be able to enter their captcha service accounts under the tools menu if that makes any sense.
  12. Hi Darryl, me again. I'm still very new to Ubot and coding so bare with me. Just one more question, you know the standard top Ubot bar with "File,Edit,Tools,Help", will I be able to recreate this without too much manual coding, for example under the Tools menu where users can add their Captcha service accounts. Can I add this using your editor somehow without having to mess around with API's and such?
  13. That's a shame, as everything I've done so far has the scheduling function. If it ever gets added to the GUI Hero please let me know, I'm very interested in purchasing.
  14. Hello, does this tool support the Ubot scheduler function? I mean, can users open a scheduler using this without creating a popup/calender with this tool manually (if possible)?
  15. Awesome, thanks for the responses guys, I'm sure I'll figure something out
  16. Yep, those kind of sites have been botted to death in the past, but on the plus side there are a ton of them, so there should be easier ones out there. They'll have less users though, but look on page 2-3 on Google. Most of these people sign up to more than one of these sites so you might get lucky
  17. I'm still very new to ubot but maybe an if/not "allow popups" command and "wait for element" could do the trick?
  18. Hello, Say I have a compiled bot with 2 tabs. One is a scraper and the other a poster. I only want the scraper to be scheduled, the poster will run 24/7. Now there's the Run bar and the "Run on Schedule" bar. As soon as I click "Run on schedule" on the first tab, the second tab's Run bars are greyed out and only give the option to pause or stop. How can I do this without merging the 2 tabs? I mean, run 1 tab on schedule and the other one constantly? Thanks in advance, Ettienne
×
×
  • Create New...