Недавний контент Morgan

  1. M

    h-captcha 2captcha callback

    Hi, i have set it up and i recive the token, how do i submit it? 2captcha say something about callback function, what is that? zennoposter 5.9.9.1 can i use the POST?
  2. M

    running javascript in zennoposter

    In that case this is a feature added after my updating service expired. I get tons of errors and the JS does nothing at all. I want to accomplish this by JS for the following reasons: 1: the targeted site reports malformed captcha respons. 2: reduce the blocks used getting a more tidy...
  3. M

    running javascript in zennoposter

    Does zennoposter not have functionality to to work with JS in the way im trying to accomplish? In JS teste the following code results in errors, while using it in browser console is problemfree
  4. M

    running javascript in zennoposter

    I got a javascript that solves captchas using 2captcha. There is first a function defined, than i call it to send GET request. It works fine in chrome console, but in zenno it just ticks of positive end without doing any work. var apiKey = "API"; var googleKey =...
  5. M

    Discussion - new version 5.12.1.0.

    Hello. Where can I find details of whats new for each version? I´m looking into buying the 6 month updates. Thanks
  6. M

    Project maker, times out. Fail to load pages

    Hi. Recently the zennoposter browser has started to be significant slower then it used to be. From I started using zennoposter I have noticed the integrated firefox browser to be slower then my regular chrome browser. Until recently this has not been an issue, but now the page times out and i...
  7. M

    How to use anti-captcha (antigate.com) for Google recaptcha?

    That is correct. This is stated in my post above where I also show what google key looks like :)
  8. M

    Running projects in ZP5

    Sorry not 'good end' of course I meant to let the if statement return positive and break the infinite loop forcing restart of the project clearing the memory. It seems to work OK for single thread, not optimal for multi thread I reckon.
  9. M

    Running projects in ZP5

    Thanks for your detailed review of the problem. I will rearrange my projects in a more efficient way now I know how to do it. Regards
  10. M

    Running projects in ZP5

    For any other wondering this i found this thread: http://zennolab.com/discussion/threads/reset-instance-branche.8110/ I will add an if statment, and when the clock is even I will add a good end and the template can restart which should clear the memory if i understand right?
  11. M

    Running projects in ZP5

    The bot pauses as required, and it has several minutes of "pauses" in between. Thank you for your suggestions :)
  12. M

    Running projects in ZP5

    Hi, Im doing this since it is a game and I want it to be ongoing at all times :-) it changes template based on return Edit: Do you know if i can automate a restart of zennoposter? if i could force a restart every 3 hours or so. It runs smooth in debug mode in project maker thought, no memory...
  13. M

    Running projects in ZP5

    the first problem that occure is that once the login bot is complet and zenno starts the action template the browser is cleared and im no longer logged in, means the action template just opens and then close the browser
  14. M

    Running projects in ZP5

    Hi, Thank you for your response. I have templates which are performing actions on a website, I also have nested projects inside my template so it will never end. I.E 1 run will keep it going forever. What I wonder if that is wrong to do so and zennoposter dont deal with it well. It works...