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

  1. myndeswx

    7.7.6 changes?

    Ahoi, just noticed in PM new version is available, but no information about it on the forum, What changed? )
  2. myndeswx

    A question about accessing a running instance

    Pretty sure it is not possible
  3. myndeswx

    GET and POST request advice please

    This is inside the projectMaker itself, make sure you enable the traffic window
  4. myndeswx

    help me. I need to save the account format as : username|pass|cookies

    You are exporting from zenno and need to import back to zenno? If so, you could use the save profile/load profile
  5. myndeswx

    help me. I need to save the account format as : username|pass|cookies

    Where are you exporting from? An easy way to work with cookies is base64 encoding them, then in zenno you can take and decode that base64 string with C# and import cookie from variable
  6. myndeswx

    Filling out forms using HTTP requests

    The filling of the form itself only happens visually on the browser, 99% of the time individual clicks are not being sent to the server. What you are looking for is 1 request that submits this form, it's going to be either POST or PUT request, if you want to check it on Chrome, open developer...
  7. myndeswx

    Profile folder issues only 1 thread can run at the time

    You are trying to start the same profile in multiple threads Your "run instance" cube should look like this ( just generate a random string in the profile directory) This specifies which profile will run. If you want a fresh profile on each run - generate a random string If you want to use an...
  8. myndeswx

    keeping RDP active

    Hello, I remember reading on the forum a topic about keeping RDP alive, and can't find it anywhere, maybe someone recalls how to do it? Because after disconnecting rdp strange things start to happen ) Thank you
  9. myndeswx

    I hope someone who is a teacher or technically proficient can help me answer the question.variable and database

    You should use C# block for that return project.Variables["BatteryText"].Value.Length;
  10. myndeswx

    Out of view elements

    Thank you, so it means the profiles window size must be not larger than your actual screen? Just trying to clarify, because for profile randomization I am using different screen sizes (some larger than my actual screen). Thank you Edit. Tested your suggestion with a clean profile, I must to...
  11. myndeswx

    Out of view elements

    Hello, not sure if it's a bug or not, but with chromium I'm having this issue a lot - some elements are hidden off screen, like in this example at the bottom of gmail there should be a 'send' button like this - But in the PM and ZP it is out of vision- Project settings- Checked in...
  12. myndeswx

    Using chrome profile on different PC

    Thank you, just interesting is there some tracking data saved in that profile or what, has someone looked in to it or not. Could you use the same account on 50 different machines using this method of exporting cookies/.zpprofile , or websites would see each machine as new hardware?
  13. myndeswx

    Using chrome profile on different PC

    Hello, is there a way to use the chromium profile on another PC? Looking to achieve similar profile sharing for other team members like antidetect browsers have. Thank you
  14. myndeswx

    How can I turn off the chrome browser image?

    Browser>settings cube and find "pictures", keep in mind that you won't be able to solve captcha, and most websites consider it suspicious.
  15. myndeswx

    Browser 'hanging' ignoring the 'execution timeout'

    Hello, working with chromium(beta) engine windows sometimes are left stuck for hours ignoring the 'execution timeout'. Using the newest 7.7.4.0 version
  16. myndeswx

    Strange delays in multithread

    Solved Deleting the canvas database in \AppData\Roaming\ZennoLab\ZennoPoster\7\Canvas immediately solved the hanging up issue. It was about 50MB~ the same template working with many websites (cookie farming). This is a critical bug, as it introduces artificial delays of 5 minutes and sometimes...
  17. myndeswx

    Strange delays in multithread

    Hello, trying to track down a very strange bug, maybe someone would have ideas. It is very strange because template works great in 1 thread, but adding more - makes these strange delays. Important to note - I am using a 'project in project', maybe the same project is somehow 'binded' in the...
  18. myndeswx

    Action not executed

    It should be somewhere here in the profile, I am on 7.1 so it might be a bit different for you, also in your video it shows that you are using chromium(beta), not chrome CEF, and no I don't have that snippet unfortunately.
  19. myndeswx

    Action not executed

    Strange, try enabling this in the browser profile - although it should say failed to emulate canvas if that's the issue, but I would give it a try. Also would suggest testing to disable get/post and frame Wonders of the new chromium..
  20. myndeswx

    A Game-Changing Solution for Catch Enthusiasts - CapMonster Review

    Not bad, 3.5- turbo or gpt-4?
  21. myndeswx

    Interrupting 'project in project'

    Hello, could anyone share an example how to interrupt a template by timeout (from shared code) I have a 'main' template, and several others running as 'project in project'. The 'main' template has a execution timeout set in settings, but with new chromium 'project in project' templates sometimes...
  22. myndeswx

    how to set geo-location ?

    Just have to install io.appium.settings apk, and control it through shell commands like am startservice --user 0 -n io.appium.settings/.LocationService --es longitude {longitude-value} --es latitude {latitude-value} [--es altitude {altitude-value}] not sure which one but I remember that one of...
  23. myndeswx

    how to set geo-location ?

    For android 9 you have to use appium for geolocation spoofing
  24. myndeswx

    Post request failing

    Hello, it's not the first time I'm having this issue so decided to report. When using 'other' data type and boundary multipart/form-data; boundary=----WebKitFormBoundary{-Variable.boundry-} Shows that request was successful, but nothing actually happens in the traffic window, and in the log we...
  25. myndeswx

    Critical bug

    Thank you for taking the time to investigate this, I appreciate it. Working now with 4 CPUs, although it is a bit unfortunate because it would need more resources to run many threads, let's hope there's a solution to have it with 1 CPU. Although I think there's something more to it, because now...
  26. myndeswx

    Critical bug

    The device simply gets corrupted if you enable the 'apply profile settings on startup' or do any other modification to it through zenno https://somup.com/c0ftoM4CRu I am really not doing anything else, only: Create device > Select > Start (apply profile settings on startup enabled) = device...
  27. myndeswx

    Critical bug

    It is 100% a bug, and a very very serious one, please have a look at the video - https://somup.com/c0ftl44Caf First run we create new VM, modify device model - device gets corrupted Second run - Only create and run it - device is correct (random memu device) Really not sure :bc:
  28. myndeswx

    Critical bug

    Can you please elaborate? Did more tests without 'apply profile settings on startup' It turns out that any modification on VM , like changing CPU/RAM , wifi name etc. will mess everything up. Create VM > select it > modify CPU/RAM > start = device details corrupted, this can't be expected...
  29. myndeswx

    Critical bug

    Hello, just noticed today that some machines are being created with all the details 'unknown'. When starting a VM without 'apply profile settings on startup' - all good Start with 'apply profile settings on startup' - all details 'unknown' Reinstalled both newest memu and ZD ( 2.3.3.0)...
  30. myndeswx

    Anyone Using Proxidize with ZennoPoster?

    Pretty unreliable, they try to sell you overpriced ZTE modems disguised as huaweis
  31. myndeswx

    Can ZennoDroid Bypass Emulator Detection?

    no
  32. myndeswx

    Proxy localition

    Just a simple GET request (don't forget to add your actual proxy in the cubes 'proxy' tab) And you get all the information needed neatly in a JSON format. Use "JSON processing" cube to get a single field that interests you. Or using C# you can also test the speed of that proxy at the same...
  33. myndeswx

    how to use CapMonster to solve captcha on android emulator memu

    telegram - @mindeswx or just write here so everyone could see :-)
  34. myndeswx

    how to use CapMonster to solve captcha on android emulator memu

    For now only hCaptcha working, and only on enterprise
  35. myndeswx

    Authorization keys in POST header

    Got to send the example from API documentation of how it should be sent, and how you are sending it, we can't help you other way :-)
  36. myndeswx

    Zennoposter API ? Or a way to call a template from outside

    If it get's stuck in an infinite loop then it's a completely different problem (coded incorrectly) Of course random things happen from time to time so you must have a timeout for the template, and configure 'bad end' properly, so when it is interrupted by the timeout - task gets reset and...
  37. myndeswx

    Zennoposter API ? Or a way to call a template from outside

    The easiest way would be to have your template running on a loop just doing checks to the database if there are new tasks, if task is found - take it and continue normal templates work. More complicated option would be to have a separate 'controller' template running that is looking for the...
  38. myndeswx

    Proxy not setting correctly on enterprise

    Just simple http 4G proxies
  39. myndeswx

    cookie question from an old noob

    string basestring = project.Variables["encodedCookie"].Value; string output = Encoding.UTF8.GetString(Convert.FromBase64String(basestring)); return output;
  40. myndeswx

    Proxy not setting correctly on enterprise

    Version 2.3.2.0 and 2.3.3.0 , sometimes the proxy is set even without http:// prefix, but most of the time it is not set, cube executes successfully, no errors in the log and device has no proxy, and here no proxy is shown
  41. myndeswx

    Hiding processor

    Hello, does anyone know if it is possible to hide/change the computers processor from emulator?
  42. myndeswx

    Proxy not setting correctly on enterprise

    Using proxy format 127.0.0.1:8080 does not set the proxy It has to be used as http://127.0.0.1:8080 to work Previously it used to work without http:// Spent a lot of time figuring out what was wrong, might help someone in the future )
  43. myndeswx

    Run cube by Id

    I agree with your logic, but in my use case it would really make sense, because project is working with phones and sometimes adb connection drops, all the normal fail points have bad exit logic, but if any of the shell commands fail I would only need to reconnect adb and re-try the same action...
  44. myndeswx

    Run cube by Id

    Thank you for the answer, but that's the thing, it is a very large project and after recent changes any cube can fail. So instead of adding thousands of new cubes it would really make sense to have a single retry logic for all of them ) Maybe need to make it as a feature request, to have a...
  45. myndeswx

    Run cube by Id

    Hello, is it possible to do something like this When we encounter a bad end and the cube that failed was "2b61e829-16c7-49e4-8c86-93ac494db1c3" we get it from {-Project.LastExecutedActionId-} Is it possible to run the 'bad end' logic and try the cube with that id again? Thank you
  46. myndeswx

    build.prop modifications

    Hello Vlad, ro.boot.hardware is one for example, because for different models it should be different, and now 'intel' is always showing up there, also not sure why, but wifi.interface.mac is not being set properly by the available cube. I would really like to know how it is possible to change...
  47. myndeswx

    build.prop modifications

    Hello, since we already have the option to modify the device details like ro.hardware( which modifies the build.prop file) , it would be nice to allow the modification of other parameters as well, or maybe someone has a convenient way for the prop modification on memu? Thank you
  48. myndeswx

    GPS not updating

    So cool to work with android 9 finally, and just found out that the GPS is not updating correctly :( On android 7 everything is working at the same time Maybe the developers would have better idea how to solve it, thank you)
  49. myndeswx

    Problem starting up.

    o_O Voila! Works ! Thank you! :az: