Solving X.com FunCaptcha using a request

chrisX1990

Newbie
Joined
Nov 12, 2023
Messages
15
Reaction score
9
I'm running automation for twitter but sometime they lock my accounts and require to solving captcha! Is it possible to solve funcaptcha arkoselab with request?
 
Just wrote my own. Not using another service. However, you can try anti-captcha or 2captcha. Interestingly, Anti-captcha.com banned the domain from being solved which is why I wrote my own.
 
Just wrote my own. Not using another service. However, you can try anti-captcha or 2captcha. Interestingly, Anti-captcha.com banned the domain from being solved which is why I wrote my own.
how did u manage to do that?
 
I'm running automation for twitter but sometime they lock my accounts and require to solving captcha! Is it possible to solve funcaptcha arkoselab with request?
Yes I have my own Twitter accounts unlocker that's using 2captcha to solve funCaptcha and unkocks the accounts fine even with multiple threads.
Have a look on 2captcha docs and you will know.
 
@virchual after you get the captcha how do you submit it? I tried changing the input field and then submitting the form with javascript but it gives me an error saying "something went wrong". Any help would be much appreciated!
 
Just wrote my own. Not using another service. However, you can try anti-captcha or 2captcha. Interestingly, Anti-captcha.com banned the domain from being solved which is why I wrote my own.
Hey Buddy can you help me to write my own captcha solving, not asking you to give me the entire solution just few hints and i will try to make it happen .
 
@virchual after you get the captcha how do you submit it? I tried changing the input field and then submitting the form with javascript but it gives me an error saying "something went wrong". Any help would be much appreciated!
Did you later found the solution?
 
@virchual after you get the captcha how do you submit it? I tried changing the input field and then submitting the form with javascript but it gives me an error saying "something went wrong". Any help would be much appreciated!
If it's constantly saying "something went wrong" then carefully check and match the captcha solving URL parameters to the web solver parameters. And you should be able to do that.
 
Yes I have my own Twitter accounts unlocker that's using 2captcha to solve funCaptcha and unkocks the accounts fine even with multiple threads.
Have a look on 2captcha docs and you will know.
bro are u following this docs https://2captcha.com/api-docs/arkoselabs-funcaptcha ? im triyng to automate outlook creation
 
I haven't worked with 2captcha for the past few months but yes the docs are same. Good luck with your outlook creation.
thx bro, i tried but its not working. im getting error code
errorId: 12,
errorCode: 'ERROR_CAPTCHA_UNSOLVABLE',
errorDescription: 'Workers could not solve the Captcha'
}

they cannot solve it anynmore
 
thx bro, i tried but its not working. im getting error code
errorId: 12,
errorCode: 'ERROR_CAPTCHA_UNSOLVABLE',
errorDescription: 'Workers could not solve the Captcha'
}

they cannot solve it anynmore
It may be issue with 2captcha. Ask support. If they say Twitter captcha is still solvable then may be check the request args etc.
 
Back
Top