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

  1. Vvafel

    Recaptcha v3

    Здравствуйте, попытка решить RCV3 с помощью CapMonster v2.10.16.1 на тестовой странице zennolab, ссылка: https://lessons.zennolab.com/captchas/recaptcha/v3_verify.php?level=beta Но каждый раз он получает очень плохой рейтинг. Кто-нибудь знает, что я делаю не так?
  2. Vvafel

    French Recaptcha

    check it out: https://zennolab.com/discussion/threads/besplatno-recaptchagnizer-reshenie-recaptcha2-so-100-rezultatom-autosubmit-vk-textnow-i-dr.34970/
  3. Vvafel

    Recaptcha3 how to solve?

    give a link to the site where you found it, some time ago I thought I had a problem with recaptchem 3 and it turned out that it was not recaptcha v3 xd
  4. Vvafel

    Recaptcha3 how to solve?

    https://2captcha.com/blog/solving_recaptcha_v3 what page did you find it on?
  5. Vvafel

    proxy problem

    thank you, for socks it works, but with https no, after doing the cube I get my real ip not those with proxy
  6. Vvafel

    proxy problem

    I have a proxy problem, I added a proxy using the block: add action> browser> setings> set proxy, this formula is: 18.220.125.171:3128 in this way, only proxy works for me http, all other HTTPS, Socks 4, Socks 5 do not work, does anyone know what the problem is?
  7. Vvafel

    Regex

    Is there any code in c # that will change my variable to regex? I need to look for a different text every time.
  8. Vvafel

    work with a webcam

    Does anyone know any solution?
  9. Vvafel

    How websites detect ZennoPoster

    ok, now I have a question, is it a good idea to put the code presented by lokiys in my scripts? will this help in more anonymity? I wonder if maybe it was blocked by default for zennoposter for some important reason.
  10. Vvafel

    How websites detect ZennoPoster

    it detects me xd v5.18.0.0
  11. Vvafel

    work with a webcam

    @VladZen is it possible to have an image from a webcam. having a different random device id number every time? look browserleak.com/webrtc in normal google, chrome in incognito mode in each new session is a random device id number, keeping the same image from the webcam in the zennoposter...
  12. Vvafel

    work with a webcam

    Thank you very much, it works great
  13. Vvafel

    work with a webcam

    hi, is it possible to run a webcam from my laptop to transfer the image to the website? I want to get verification on the site with the use of a webcam, I work in a project maker but the image from the camera is black, does anyone know how to unlock the camera from my laptop? in project maker?
  14. Vvafel

    [Бесплатно!] ReCaptchaGnizer: Решение ReCAPTCHA2 со 100% результатом (AutoSubmit: vk/textnow и др.)

    Ok, thanks for help, works, now I have another problem not related to the captcha, after sending the form gets the error "A technical error has occurred" probably somehow detect me, someone can know what mail.com draws attention to?
  15. Vvafel

    [Бесплатно!] ReCaptchaGnizer: Решение ReCAPTCHA2 со 100% результатом (AutoSubmit: vk/textnow и др.)

    https://ibb.co/dkJb2Hz I am sorry for spam, this is important to me
  16. Vvafel

    [Бесплатно!] ReCaptchaGnizer: Решение ReCAPTCHA2 со 100% результатом (AutoSubmit: vk/textnow и др.)

    okay, I do not have an error anymore. "SubprojectReCaptchaGnizer. Perform the JavaScript OwnCode Script Error: Error: call to eval () blocked by CSP" I just had to give the cube with c # to give in the project before loading the page, everything looks good, but it does not work anyway, see:
  17. Vvafel

    [Бесплатно!] ReCaptchaGnizer: Решение ReCAPTCHA2 со 100% результатом (AutoSubmit: vk/textnow и др.)

    look at screen, I have cube c # "instance.SetBrowserPreference (" security.csp.enable ", false);" but it still does not work
  18. Vvafel

    Emulation in c#

    next question, I paste it in the cube c #: // set Chrome useragent instance.SetHeader(ZennoLab.InterfacesLibrary.Enums.Browser.NavigatorField.UserAgent, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36"); // set webgl context...
  19. Vvafel

    Emulation in c#

    I tried it: instance.CanvasRenderMode = ZennoLab.InterfacesLibrary.Enums.Browser.CanvasMode.Emulate; but it does not work; (
  20. Vvafel

    Emulation in c#

    Hey, I have a problem with canvas emulation, an audiocontent and Clientrect in c#, can someone kindly paste the code ready to emulate it? thank you very much