Jump to content
UBot Underground

cүвεя_נυηкιε

Fellow UBotter
  • Content Count

    524
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by cүвεя_נυηкιε

  1. Hi, Really am glad you like it, Easy Crypt is grossly under-rated (maybe its the low price, i don't know) as it can even be used for silent updates and a wide array of possibilities. Ok regarding the issue, ... I'll be honest I haven't tried to use it for anything related to SSH so I am unsure. I can say that when testing with various different files when it was being developed that some files would not work (image files, folders, etc..) However some it was possible to trick some files by changing the extension to ".txt" before encryption and changing it back to whatever it was after de-cryp
  2. Thank you for the kind words Xochipelli, I'm glad you like it and even better find it useful In regards to the TinyMCE plugin, if you ever need it again in the future (for whatever reason) the link in the first post of this thread is still working Also, Thanks for taking the time to come back here and write that, very much appreciated! Enjoy Cheers CJ
  3. Hey there, Unfortunately I will not be any help here :/ I still to this day have no idea what caused it, ... I refused to replace any files specifically based on the fact that it was working fine for a couple of years (bar 1 similar issue a while back which i think was SSL/https related). I did contact my host and they basically gave me my mail settings which were indeed the exact same as the details that were present from day 1, but for some mysterious reason it started working as quick as it stopped. I'm not one to 'rock the boat' so to speak so I just chalked it up to gremlins ... On a
  4. Just waiting for my host to get back to me now, ... And yes, i think this happened before (exact same time i locked myself out of the lic admin), but for the life of me i cant remember how i resolved it :/ In the mean time, any chance you could possibly shoot me a link to the original Unleashed locker files ? (I seem to have misplaced them) Cheers CJ EDIT : Figured I would let you know the situation, ... The auto mailing is now working again. Couldn't tell you what the issue was or how it was resolved but none the less glad its working again. It's a strange old existence sometimes
  5. Thanks for the reply mate, I am still at a complete loss and as a result now waking up to a torrent of unhappy customers not receiving their licenses. I think i will have to pester my host, they MUST have changed/modified something. Damn it! Cheers CJ
  6. Hey, Wondering if anyone can help. As of yesterday afternoon when a license is added no email is sent. I have not changed/altered or modified anything in quite some time so I am at a complete loss :/ The email account used to send the emails is up and working, no issues sending mail. @Meter @Macster (UBotter Labs) Can you help ? I am not really sure where to start looking. Perhaps there is an alternate method to sending the automated license emails ? ANY help or advice would be greatly appreciated. Cheers CJ
  7. Thanks dude, I was going to install on a different PC yesterday but when i realized i needed to install all the plugins again i brushed it off. That would be moderately funny if i overlooked the one thing that would have helped lol. I hadn't even contemplated the icon causing problems, I'll definitely check that out too. Cheers man! .. appreciated CJ
  8. Hey Brutal, Had to walk away from my PC yesterday, maximum stress levels reached. That's the funny part, it doesn't matter if its a bot with 100,000 lines or a bot with 50 lines, ... however I could probably disable a few more plugins that aren't being used, i tend to have a few active by default and to be honest plugins are usually the last thing i'd check before headbutting my monitor. I will definitely have a play around with disabling more plugins, it certainly not going to make it any worse lmao. Hey Pash, Yep, that is typically what i do but even that will not work in any V6
  9. Hello folks, Can someone please tell me why the Ubot compiler works the way that it does ? Or more to the point why it only works "sometimes" ? Or, .. more specifically why 99% of the time when the "Compile" button is clicked nothing happens and the tiny little green progress bar just sits there ? (not trying to be funny, a legitimate question) Ive been using UBot for a few years now and to my knowledge compiling has always been a royal pain the @$$ to a degree, but it seem that every new version of UBot the compiler gets worse. It has entered into the realm of ridiculous in that it actually
  10. Hey, Are they using a VPN or Kaspersky by any chance ? Only asking as i had a very similar problem a couple of weeks back were all my bots using ExBrowser started to "play up". I see they already mentioned they disabled all av/firewalls but if they are using a VPN it could be causing mischief. Ive had well over 1000 past customers have various odd little issues like this so if i stumble across anything else similar ill give you a shout. Cheers CJ
  11. Hey, Ah, that's a shame, .. looks like you have to put up with the browser resizing im afraid :/ To my knowledge there is no way to prevent the browser resizing when downloading an image using exbrowser (i could be wrong, often am lol). Im sure there will be a way to achieve this with cookies and such but that's a whole bunch of complication. Unless of course someone else has any pearls of wisdom ? Cheers CJ
  12. Hey, On some occasions you can do the following : Scrape the image "src" Load it into the internal browser using a "Load HTML" Download it from there. Cant say for sure without knowing the page your trying to download from but it works in most cases. Cheers CJ
  13. Hey, Understood and apologies! What is the average support reply time ? Cheers CJ
  14. I was fine till i updated to 6.0.2 After trying to compile around 40 times now im starting to get a bit narked off, .. even tried downloading v6.0.1 which was working dandy but it seems i can only get hold of 5.9.** or 6.0.2. Ok thats my moan over, lets see if compile number 60 or 70 will be the sweet spot ..... common ubot daddy needs a new pair of shoes, .... of course ill settle for a compiled bot, im not fussy! Cheers CJ
  15. Hey, As Marani said, grab the entire page HTML with $ExBrowser Document Text, .. then, .. If you want HTML between <body> tags using Regex : (?s)(?<=<body>).+(?=<\/body>) If you want Text only using Xpath : x://bodyCheers CJ
  16. You're a damn lifesaver .... again! Just tried it out and hey presto, I cant believe i didn't even entertain using the "control list set" (hanging head in shame). Thanks man, I am eternally grateful Cheers CJ EDIT : Just in case there are others that come here to find help for this specifically, ... The ComboBox/Drop-Down Items list needs to be empty for it to work (or it will throw an error stating you need to empty it)
  17. Hey HelloInsomnia, Wondering if you could offer any pearls of wisdom I have a "ComboBox" drop-down in an Xaml settings section (basically just a drop-down containing numbers 1 to 50 used for threading options), but i cant seem to change the value of the drop-down programmatically. Is it possible to auto populate a ComboBox drop-down (you know like auto set it from a config file when the bot is loading) ? ... When i get the value of a drop-down (ComboBox) it is in the format "System.Windows.Controls.ComboBoxItem: 5", When i try to set the value the drop-down just goes blank, .. If i en
  18. Hey, Apologies for the delayed reply, been "out of town" for a few days, .. In regards to the compiled bots size, .. I presume you are using a default UBot "on load" command to load, this will increase a bots size fairly dramatically, .. I cant remeber of the top of my head but even if you compile an empty bot with only an "on load" command in the bot size will still be 40mb+, If you have the "Advanced UBot" plugin i would suggest trying out the "on load" function it contains as it uses less space and is typically more efficient. Alternatively you can use a small peice of javascript in th
  19. Hey, I used to do the same and for the same reason (much easier to debug), however since converting to this method of using encrypted external files I either : - Keep a folder of all the un-encypted versions of the files for quick reference in notepad+ (or any similar text editor, *would not advise normal notepad as it looks very confusing and difficult to search through). - Use an empty Ubot tab and place them there as they dont take up much space/memory (in both the Ubot and compiled bot) or cause any excess lag. Over time im sure you will develop a routine that works best for you. H
  20. Hey, Your welcome, and yes once you get the hang of it - it makes life sooo much easier, especially with large projects. I use many alerts in a similar way but not a problem ive come accross which is weird lol, however, i did notice something in the video, .. Its difficult to tell exactly what is going on due to not knowing the structure of your code/project, but at a quick glance I see you have the define node to run a define directly above the define code : https://gyazo.com/61b5304d587bd1311797eb514cc88e06 https://gyazo.com/96014cbe621aab54f972cd5b1b0d9fb7 Are they supposed to be
  21. Hi, Your layout in your vid looks good mate, except trying to call your UI with the same method, .. You can not put your UI and any settings panels/windows in an encrypted file, it will work for *almost everything else but not for UI stuff, .. Ive actually spent a considerable amount of time trying to figure out a way of doing this with a UI, but no matter which way its done the UI will not show unless you add it normally. In the screen I shared yesterday (and in all my other projects that i use encrypted external files) I use 2 tabs, .. 1 tab for the UI and any settings panels 1 tab t
  22. Hey there hienquoc, I feel your pain dude, ive had to do this to a lot of my large projects due to the inability to edit in Ubot when they get to a certain size, not to mention the problems trying to compile lol. Your nearly there mate, ... the only thing that i can see wrong is that you used the "include()" command, ... I think its Ubot's own way of doing this but i personally have never got it to work, or properly anyways :/ So you can acieve this in 1 of 2 ways (maybe 3 but ill focus on the 2 main for your specific case) 1 - You can copy ALL of the code within each define/function
  23. Hey, Yes i did indeed, in th last place i looked but found none the less, .. The link at the bottom of the first post has been replaced : http://network.ubotstudio.com/forum/index.php/topic/18847-sell-easy-crypt-v2-file-encryptiondecryption-code-generation/?hl=easy-crypt Cheers CJ
×
×
  • Create New...