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

  1. O

    Invisible Recaptcha v2 - error on autosubmit, manually it pops captcha window up

    Nevermind, worked it out. Here's the workflow: - Fill the form - Click submit button, the captcha window pops up - Use the ZennoPoster's recaptcha block with autosubmit, it doesn't care if it's invisible or not. Everything works, GeoIP block was killing my proxies and causing the error...
  2. O

    Invisible Recaptcha v2 - error on autosubmit, manually it pops captcha window up

    Hey guys, I'm struggling with invisible Recaptcha V2 on following website: https://konto.onet.pl/register-email.html?state=data.html Here's my workflow: - I fill all of the name/surname/login/password/date of birth fields. - Recognize ReCaptcha 2 via Rucaptcha and save solved token into...
  3. O

    Random number of pressing specified key.

    I know it will and it does, I just feel stupid for not figuring it out before asking :P Thanks once again!
  4. O

    Random number of pressing specified key.

    Appending to variable in a loop, everything is so obvious when you've already seen the solution :-) Thank you for quick support!
  5. O

    Random number of pressing specified key.

    Hello guys! I'm struggling with some ajax dropdown menu, which has dynamically generated css. The only way to bypass it is to emulate keyboard strokes like tab, space, arrow down and up. My script looks like this: {TAB}{TAB} {DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN} {TAB}...