Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 1920

HCaptcha help (Python)

by WhippingNTO - 16 June, 2021 - 03:30 PM
This post is by a banned member (WhippingNTO) - Unhide
49
Posts
7
Threads
4 Years of service
#1
Hello, me and my friend are developing a program and need to submit a invisible hcaptcha request callback, how would be do that?

We currently have this working code

driver.execute_script("""
     let [captcha] = arguments
     var rep=document.getElementsByName("h-captcha-response"); rep[0].innerHTML=arguments[0] 
     var rep=document.getElementsByName("g-recaptcha-response"); rep[0].innerHTML=arguments[0]
    """, code)

The part where my buddy is failing at is submitting the hcaptcha because there's no button to actually submit it.

Can someone help, it is much needed right now.
[Image: Signature.gif]
This post is by a banned member (justplainpaulie) - Unhide
55
Posts
2
Threads
5 Years of service
#2
Yeah, that's always the issue everyone runs into.
Uhh, i'd be willing to sell you my work around for $40 if you'd like.

HMU on discord @ Paulie#3712
This post is by a banned member (WhippingNTO) - Unhide
49
Posts
7
Threads
4 Years of service
#3
(18 June, 2021 - 05:29 AM)justplainpaulie Wrote: Show More
Yeah, that's always the issue everyone runs into.
Uhh, i'd be willing to sell you my work around for $40 if you'd like.

HMU on discord @ Paulie#3712

Friend added you
[Image: Signature.gif]
This post is by a banned member (warsnoop) - Unhide
warsnoop  
Supreme
962
Posts
131
Threads
4 Years of service
#4
(16 June, 2021 - 03:30 PM)WhippingNTO Wrote: Show More
Hello, me and my friend are developing a program and need to submit a invisible hcaptcha request callback, how would be do that?

We currently have this working code

driver.execute_script("""
     let [captcha] = arguments
     var rep=document.getElementsByName("h-captcha-response"); rep[0].innerHTML=arguments[0] 
     var rep=document.getElementsByName("g-recaptcha-response"); rep[0].innerHTML=arguments[0]
    """, code)

The part where my buddy is failing at is submitting the hcaptcha because there's no button to actually submit it.

Can someone help, it is much needed right now.

are you doing selenium, cuz i have done it without selenium
Warsnoop#0755
 

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)