Jump to content
UBot Underground

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

Fellow UBotter
  • Content Count

    524
  • Joined

  • Last visited

  • Days Won

    14

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

  1. Hey Itexspert, are you still looking for a solution to this ? I may be able to help as a few of my bots are run in a similar way, mainly to save on the "main" bots size, but it enables me to add or edit each individual bot/script within the main bot, .. I thought i would ask if you are still looking first before i write an essay lol let me know Cheers CJ
  2. Hi Needahand, Are you sure that its not Decaptcha's server ? Ive had this problem with Decap and DBC many times in the past and they usually resolve themselves after anything between a few hours to a day, You probably already know but you can check their current server status when you log in to their site. Cheers CJ
  3. Hi webtrend I thought i would chirp in here, .. and please bear in mind my issue was NOT to do with the task scheduler, but some of my bots that i know work started to "play up" I had a torrent of support tickets from a ton of my customers after a recent Window update, I still havent been able to isolate what it was that actually caused it, but I asked my customers to restore their systems to the last saved restore point (making sure to document any installed software after the point chosen) this resolved the problem for 99% even after Windows re-updated, I obviously cant guarantee tha
  4. Commiserations Pash My thoughts are sent to you to stay positive CJ
  5. Hi Jason I can safely say that the latest update fixed the image downloading that i mentioned in another thread, but still noticeably slower when executing anything, It is quite random at my end but i can say that when i use the "Headless" node in a "New Browser" using 39 then a little bank window will open and stay there for about 3-5 seconds, but further more the process/s running inside decide themselves if they are going to work or not, its a bit weird :/ and this is the same depending on how many threads are running, for example, .. I have a multi-threaded bot that will run with
  6. I was just wondering the same thing myself, any updates on this ?
  7. Hey there Deliter I seem to be having a duller day than normal and wondering if you could give my a poke in the right direction, .. ok, .. I love the look of this particular Datepicker and would like to implement in one of my bots alongside the scheduling commands in the Advanced Systems plugin, and you know, modify it here and there to suit my needs, However, I cant seem to figure out how to get the "Normal" Date/Time before its processed into unix time, .. can you offer any pearly of wisdom and give me a nudge ? EDIT : Just to keep this updated, I figured it out, but i can on
  8. Same here i havent been able to use 39 since it was available, although to be fair i tried the latest UBot update yesterday (V5.9.11 I think) and it was a little better, captcha images were downloading normal for the first time, but with 39 enabled eveything takes like 2-5 seconds slower to process and then crashes I figured things would be resolved eventually and V5.9.0 suits me just fine for now CJ
  9. In all honesty I love UBot, i can code other languages but its too hard to knock a software that takes a good 60% out of complicated procedures using alternative languages wether it be C#, C++ or whatever, and the fact that i can use those other languages within UBot if you stumble across a bug is just perfect, I havent found a bug that i cant find a workaround for yet and from a geeky point of view i love the challenge, if UBot wasnt buggy then i would probably get bored lmao ok, .. so my 2 things i would change, .. 1 - The ability to "Difinitively" kill/close/remove/whatever a cras
  10. Sounds like you got a busy year ahead of you mate Happy New Year chaps CJ
  11. Your not the only ones, I noticed a decline in stability with every update from 5.8.5, Im back to using 5.9.0 while i update a load of my bots, (would have been 5.8.5 but i need the Headless function) Cheers CJ
  12. Hey deliter, I actually think this is a good idea, .. but i had to chirp in here, ... I particularly like the line "especially for beginners too,as they know exactly where to look to find answers to questions" I think thats a bit optimistic, ive lost count how many times ive seen a question posted directly under the answer their looking for but on a serious note, .. yes definitely a good idea +1 CHeers CJ
  13. Hi, Im guessing "Startup()" is being run when you click your start button ? If not then just move "set(#row, 0, "Global")" to before the "loop while" starts, and you would probably be safer to use a wait or a Wait for browser event after the login click, this is because you want your bot to wait for the page to load before it checks if "logout" exists. Just from looking at it you needed to change the "increment(#no of threads)" to "increment(#usedthreads)" Try this mate : I didnt have time to test it but it looks good from where im standing now (just add a wait of som
  14. You can effectively clear the browser memory leaks by placing a blank "Load Html" node in your code, Ive added this to many of my bots that continuously loop which was killing resources, but a Load html at the end of each fixed it immediately it also obviously keeps your cookies etc for that session making it the perfect accidental workaround lmao There are plugins here that will also help your case a lot (Advanced Ubot, Advances Systems, etc..) but figured the free way was a better option for you
  15. Hey Pash, we posted that at EXACTLY the same time, ... pretty funny lol
  16. Hi Im in the middle of an update at the moment so cant test the code, but just looking at it i think you need to move the "set(#row, 0, "Global")" to outside the loop (before it) other wise the loop wont start as the #row hasnt yet been initiated, .. also if your using multiple accounts you will need to clear the cookies before each run, easier to do this in "New Browser" as it will clear the cookies etc when it reaches the end, try this : ( Like i said i havent tested it but just some modifications from looking at it, if it doesnt work at first then you have a good starting bl
  17. Thanks Pash your a gem Its always the simple things that break me Cheers CJ
  18. Hey Pash, I wonder if you could clear something up for me please I always put the Auto Memory Refresh in my big bots, but im having trouble understanding exactly how to configure ... (im not normally this stupid) the code in your example is : loop while($true) { plugin command("Advanced Ubot.dll", "auto free memory", "", 30, "False", "False", "True") wait(#delayTime) }What i dont get is which wait time is being used ? The settings "Check Every/Second" is 30 - Im assuming this means it will check every 30 seconds but then the process is within a "Loop While" with a user
  19. Yep, .... When it detects the captcha set a variable #capdone "false" Then enter a Loop While #capdone = "false" Inside that Loop While add something like : If "checkbox is checked" Then set #capdone "true" Else "" This way you can complete the captcha in 2 ways, Manually via the browserVia UI Html window (you MUST use a Base64 string for the image AND a "Global" variable for the image) If you use the browser no extra coding is needed, f you use a UI Html window then you have to set up some extra switches etc.. I have a demo video from one of my bots showing manual reCaptcha
  20. Hey Jason (and indeed all reading) Im back with an update, im afraid its not so good news from my end .. The smoothness lasted a day or 2 then things started to go wrong, every couple of minutes the freezing was back, if left for like 5 mins it would eventually come back to normal but again short lived and it freezes again or crashes completely, Also in V 5.9.4, 5.9.6 and 5.9.8 if Headless is used when Chrome39 is selected then there is a good 2 -5 second delay before anything happens, i should point out this is in a multi-thread environment running only 5 simultaneous. Im t
  21. Hey Jason I had to come back to this thread and just let you know that the latest version just released (5.9.8 I think) has resolved a shed load at my end The "like ridiculously smooth quick" that i mentioned before is back, ... and to be frank, .. Im pretty chuffed lol Ive just sat here and had major project brain fry so decided to test a couple of things in the latest UBot instead lmao, I tested 5 of my BIG bots, you know just to push the boat out haha All worked great, .. maybe even a little better than before, There was no stalling, bare in mind that 3 of the bots i tested are mult
  22. Hey, .. Sort of related to this in an indirect way lol, what happened to the little "Downloading support files ... " window ? Ive had numerous tickets from customers complaining that a bot wont open, I ask them to open their task manager to see whats going on in the background and indeed it usually says "*Botname* Downloading support files .. " but they dont get the little popup to let them know, obviously this is down to the user having network speed from the stoneage, but if they saw the little popup like before then they would at least know so yea, .. just curious CJ
  23. Hey Jason My case wasnt as severe as CNotey's but i did notice that it was stalling at regular intervals, my PC is a bit of a power house so the chances are it would have crashed, for an i7 with 32GB RAM I dont normally see it struggle over anything as you can imagine, but i did notice it struggle in particular when it was in the process of solving a captcha, so i figured it could have been the downloading the image or one of the http requests, I did try multiple things, you know the usual procedure, un-install as mentioned above, delete UBot folder to let is download the files again,
  24. Thanks Pash My reverter wasnt working as it was looking for .exe and i see some of them are .msi who would have thought it was something as simple as that hahah Thanks again CJ EDIT : Yup downloaded, installed, .. fixed
  25. Re-install did nothing for me, Un-installed again and re-installed V5.9.4 and all is groovy again If i had to stab in the dark i would have said that the latest version was stalling/crashing when downloading an image, ran fine elsewhere, no matter, 5.9.4 is good enough for me
×
×
  • Create New...