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

  1. VladZen

    How to break captcha

    You should use HTTP GET/POST requests cubes and make requests with the parameters described in 2captcha API to solve this kind of captcha. Check the example:
  2. VladZen

    Обсуждение версии 7.7.11.0

    Блок шифрования сделан для передачи проекта вручную. Публикация для продажи через админ-панель.
  3. VladZen

    Profiles and Cookies

    Only Pro version works Memu emulator. Enterprise version works with phone devices connected to PC.
  4. VladZen

    How to break captcha

    You should use http requests by 2captcha API in ZennoPoster.
  5. VladZen

    Обсуждение версии 7.7.11.0

    При публикации, проект шифруется на текущую версию. Настройки в блоке шифрования не относятся к публикации.
  6. VladZen

    Best procesor - threds limit

    To run more threads, you should optimize your project. First of all, disable unnecessary content loading on webpages, such as images, animation, media, etc.. If you work with large data, you should optimize the way processing it.
  7. VladZen

    Why start an instance is slow in Zenno Maker?

    What browser type is selected? CEF (Chrome) should be more fast.
  8. VladZen

    Версия

    Проверьте какая версия указана в клиент-панели и какая дата окончания?
  9. VladZen

    Версия

    Скажите, а где вы скачивали версию?
  10. VladZen

    Profiles and Cookies

    ZennoDroid works with apps, not browser as zennoposter. So cookies are not stored in a profile in ZD. Try using this code to get cookies: var cookie = droid.App.GetCookie("com.android.chrome"); return cookie;
  11. VladZen

    Can I install Chrome Extension with Zenno Maker's browser? (need to install in developer mode)

    It's not possible to install extension as in developer mode. You should pack the extension to .crx package.
  12. VladZen

    Error in the chromium function, help

    Please attach the image demonstrating the problem.
  13. VladZen

    How to not install Chromium addons????

    There is nothing special here. You should run instance with profile-folder and install browser extension, it will be saved in the profile. Next time when you need the extension, just run instance with that profile-folder again
  14. VladZen

    "The variables within the project disappeared, help!"

    then follow my next suggestion about interface mode. window is auto-hide in small screen mode usually
  15. VladZen

    "The variables within the project disappeared, help!"

    Please check my screenshot. There is a small button to stick the window and display it permanently or hide it. Make panels reset and press this button.