Результаты поиска

  1. M

    Why are there differences in success rate between ProjectMaker and ZP?

    I have a template to create outlook emails. I use my own mobile proxy. When I use ProjectMaker, I always get the easy arkose labs funcaptcha type of rotating an object and only 1 pass needed. When I run the same project with the same proxy in ZP, I always get a very hard captcha with 5 or more...
  2. M

    How to solve Funcaptcha / Arkose Labs?

    I would like to create some Outlook accounts myself. What is currently the way to solve the Funcaptcha / Arkose Labs captcha? I see that capmonster.cloud seems to support it but how do I get ZP to solve it?
  3. M

    Is the Simulate a pageview action available as C# command?

    The title says it.
  4. M

    ZennoDroid, anti-detect?

    Are you currently doing anything to the emulator besides spoofing some device parameters to make it not detected by the apps? Is it possible to create gmail accounts without phone number when using good 4g proxies?
  5. M

    ZennoDroid Enterprise - use Shadowsocks proxies

    Hi! How can I use shadowsocks proxies with ZD Enterprise on real devices? It seems it only knows to set HTTP/SOCKS5 but I need to proxy HTTP3 so SOCKS5 does not really work in my tests since UDP will not be proxiied. I think Redsocks2 should support shadowsocks natively.
  6. M

    Questions about ZennoDroid Enterprise

    1. Is there a demo available of ZennoDroid Enterprise? I want to make sure it works with my devices before buying. 2. Does the Enterprise version also work with Emulators? So is it Real phones + Emulator or do I need an additional license if I want to run emulators as well? I am asking this...
  7. M

    Demo - Cannot sign into Instagram

    I am trying the demo of ZennoDroid. I started the emulartor, installed the latest Instagram version and tried to log-in. Then there is only the message "Sorry, there was a problem with your request.". It seems Instagram is already detecting this somehow, what can I do to fix it? Other Apps...
  8. M

    Enterprise, what about device parameters?

    Is it possible to change device parameters of the real device with ZP Enterprise? Imagine a scenario where I want to run 100 Instagram accounts on one device. I could log into an account, do some work, "Save application’s data", clear the App, log in the next account, do some work and "Save...
  9. M

    Improve scrolling when touching an element

    ZP is smart enough to scroll an element into view if it should click/touch on it but there sometimes are issues with elements that could be on top. For example here you can see that the blue button is below the navbar but for ZP it is "visible" because the button is actually in the view, just...
  10. M

    What kind of hardware is ideal to run many threads with ZP?

    I'm thinking of building a new system to run many threads with ZP and chromium. Currently I have two questions: 1. CPU - Is it better to have higher clock speeds or more cores/threads? 2. Does a GPU bring an advantage? I saw ZP has an option for it, but does it actually make a difference and...
  11. M

    Promote our Instagram SMM services and receive 30% lifetime commissions! - Quality and proven service that keeps customers engaged.

    Here are many automation experts that know how to drive traffic so this should surely be interesting for you. I won't use a pretty sales graphic because my pretty sales graphic won't make you money, it's the offer! Here is your chance to promote our services and to receive 30% lifetime...
  12. M

    When will chromium version support mobile workflows?

    When will chromium version support mobile workflows? When I set the profile to use android mobile phones, the resolution is like in desktop and some fingerprintings are not right. For example Windows fonts are detected. When will chromium fully support running a mobile profile?
  13. M

    Replace content on websites

    I want to replace the content of certain websites with my own content. There is the method https://help.zennolab.com/en/v7/zennoposter/7.1.4/webframe.html#topic261.html but it only works if the target domain exists and also headers of the original requests are still being used...
  14. M

    Change browser profile while running

    I have a website where registration is easier when using the browser profile of a mobile phone but not all needed features are accessible. How can I switch the browser profile from mobile to desktop within the template?
  15. M

    Bypass/change proxy for certain URLs

    Mobile IPs are slow and I think for static contents like images or CSS files, no IP check is being made. Is it possible to bypass/change the proxy of a project for certain urls based on a regex? Important requests - still project proxy Static files - no proxy/different proxy
  16. M

    Jump to specific action in template

    For example I have an action with ID 7c10e591-f829-426a-ad46-dacb91662ba5 in my project. Is there a way to jump to this action from any place in the template? C# or regular?
  17. M

    Spoofing the emulator settings?

    I think ZennoDroid uses some kind of existing Android emulator. Does ZennoDroid somehow spoof the emulator settings? I am sure many Apps are able to tell if a real device or an emulator is being used. Does ZennoDroid bypass that?
  18. M

    Looking for iOS reverse engineering expert

    I am looking for an expert in iOS reverse engineering to reverse engineer a popular iOS app. Your task is to reverse engineer the app and answer my questions how it works internally. Only apply if you know what you are doing. PM me for more details.
  19. M

    Access instance property from Thread in C#

    Hello, I try to access the instance property from a thread in C# but it doesn't seem to work. Task.Run(() => { project.SendInfoToLog("yo"); // Action designer, type Set HtmlElement he =...
  20. M

    Use CapMonster profiles in ZP

    Is it possible to use the ReCaptchaSitekey Addon generated profiles with ZP? When working with google, I thought it would be good to use a profile that is known to google already.
  21. M

    Solve invisible recaptchaV2 with CapMonster using SiteKey

    How is it possible to solve invisible recaptchaV2 via SiteKey using CapMonster? I think it would be needed to solve the captcha beforehand and then replace replace the result call to the recaptcha API with the result of CapMonster. Is there a guide on this? I want to disable images for faster...
  22. M

    Get error details

    Oftentimes everything works perfectly in Projectmaker and then in ZP I get some errors I never saw before. For that reason, whenever an error occurs, I give each running task a unique id and save a screenshot with the ID so I can assign additional logs to the picture. The only thing that is...
  23. M

    Check if in ProjectMaker or ZennoPoster

    Hello, is there a way for the project to know if it is being executed in ZP or PM? I would like to execute some logic in ZP but not in PM.
  24. M

    Working with multiple tabs at the same time

    Hello, is it possible to open 10 tabs in a browser instance and do something in all tabs at the same time? I imagine it could work with C# if I use threads or tasks and usings instance.GetTabByAddress("page") but I'm not sure if ZP supports it.
  25. M

    Time bomb in project

    Sometimes projects get stuck in an endless loop and never end. Is there a way to terminate project execution after X seconds? The thought is that a project takes maximum X seconds and that I terminate the instance if it takes longer to recover from the endless loop.
  26. M

    Perform the JavaScript OwnCode Error accessing Tab.MainDocument

    I sometimes get the following error message on a javascript action that performs window.history.back(); Perform the JavaScript OwnCode Error accessing Tab.MainDocument How to fix/prevent this from happening?
  27. M

    Check if email account is working through POP

    At the start of the Project I would like tho check if the POP account I'm going to use is still valid. For that I used a "Receive emails" action with empty fields. This used to work but now, this action is also looking for emails and fails all the time. What other options do I have to check if...
  28. M

    What are important specs to run ZP?

    What specs are important for a server to run ZennoPoster? Is it better to have a server with GPU but less CPU and RAM or a server with more CPU power and RAM but no GPU? Thank you very much!
  29. M

    Make selecting a selectbox faster

    What is the best way to select an option in a select box with ZP? Currently I've been using the record feature and then selected the option I needed. This seems to use the Set value feature of ZP but it has a flaw. This seems to go through all the options one by one and then it will go...
  30. M

    Do I need to save the profiles each time to preserve cookies?

    Let's say I created a few accounts for a website and saved the profile to the hard disk so I'm still logged into the website. I then have a template that runs 1 time a day for each account. It loads the profile and browses the home feed to get new cookies and to stay logged in. Do I then need...
  31. M

    How many differnt captcha types can it actually solve out of the box?

    The website states: But when I check the module base there are only 72 modules. How many different captcha types can CapMonster2 solve out of the box now?
  32. M

    Trigger ZP via API

    Is it possible to use an HTTP API to trigger ZP? When I hit the API endpoint, ZP should run a template one time and return the result as response.
  33. M

    RecaptchaV3 solving

    When I try to solve RecaptchaV3 via Capmonster 2.10.10.0, I always receive a timeout. Settings: It does not matter if I use proxy or not, it always times out. If I use the same proxy in ProjectMaker and go to the page https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php it...
  34. M

    Asynchronous option for solving Recaptchav2

    Oftentimes it takes 20 - 60 seconds to solve a Recaptchav2. It seems like a waste of time to perform all actions on a webpage and then to wait this time additionally. It would be really great if we could start the Recaptchav2 process at the beginning of the project. Without waiting for the...
  35. M

    Block all images but recaptcha

    Usually I disable pictures to make everything load faster but then it won't display the recaptchaV2 images (select crosswalks, etc.) anymore. Is there a way to block all images but still let recaptcha images pass to be loaded and displayed?
  36. M

    RecaptchaV3 always returns score 0.1 with ZP

    I want to automate upvoting of softonic.com/solutions/what-are-the-best-hotel-booking-sites It uses invisible Recaptcha for the upvoting. The problem is that with ZP there is always an error because recaptcha returns a score of 0.1. {"success":false,"error":{"message":"Recaptcha error...
  37. M

    Success rate mutch lower on "In tab" compared to "via sitekey"

    Hello there, I noticed that the "In tab" option for the CapMonster2 recognition module has a much lower success rate. As I understood this method will try to solve the open recaptcha popup in a tab. However when this is used I only see "task" sorry or <Task not identified> in the output window...
  38. M

    What proxy is used for Recaptcha2?

    In ZP I have an action Recognize ReCaptcha 2. I set CapMonster2.dll as module and chose "Via SiteKey". Also I checked "Use proxy from project". I also saw there is a section in the CapMonster2 settings to specify a proxy list. Now I am wondering what proxy CapMonster2 is using to solve...
  39. M

    Do Zennoposter and Projectmaker treat ReCaptchav2 differently?

    I have a project which uses Recaptchav2. The module settings are: Recognition module: Anti-Captcha.dll Via Sitekey Do not use proxy from project Sitekey and URL are specified correctly. In Projectmaker the Recaptchav2 gets recognized correctly and the project runs without any issues. However in...
  40. M

    Increase Captcha service timeout/retry

    I often see Recaptchav2 as failed because ZP is not checking often enough and the captcha service is still solving the captcha so ZP reports it as not solved. If it had tried it more often to get a result, it would have been successful. Is there a way to set the timeout / retry value for the...
  41. M

    Interact with javascript in iframe

    I've got a case where an angularjs app uses an iframe for recaptchav2. The iframe uses a javascript function to send the recaptcha result to the parent window using postMessage. Then the angularjs app uses the token internally and adds it to the request it makes to the server. How can I call...
  42. M

    Set proxy with authentication in project

    Hello, I want to use 1 specific proxy in my project template, how can I do that? When I use the browser settings action, I can only set the IP: The proxy requires login and password authentication, how can I set this as well?
  43. M

    Protection against exploits

    Hello, what kind of webbrowser is used by ZP? If I automate a view exchange website and somebody lists a website with some exploits, will this infect my computer or has zennoposter some measures against it?