Preciso de alguem que trabalhe com 2captcha

Job ID: 31246786

Budget: $2 – $8 USD

Olá programador.
Estou precisando usar 2captcha para efetuar login automatico neste site que utiliza o recaptcha.net interprise

javascript do site em questao esta aqui

{s:function(){
window.onloadCallback = function() {
if(grecaptcha && true) {
// Cargo el script
document.getElementById('gctkn').value = 'script-loaded';
try{
grecaptcha.enterprise
.execute('6LelVV4UAAAAADm4qkzt85y1Qh_n-JeoqwYIfX9u', {action: 'identification'})
.then(function(token) {
if(grecaptcha && false) {
grecaptcha.enterprise.render('g-recaptcha', {
'sitekey': '6LchwzUaAAAAAI3Am_n1zyxszhpA9zA2_BZ9feFH'
});
}
document.getElementById('gctkn').value = token;
});
}catch(e){
// fallo el execute de recaptcha
document.getElementById('gctkn').value = 'execution-failure';
if(grecaptcha && false) {
if(true) {
grecaptcha.enterprise.render('g-recaptcha', {
'sitekey': '6LchwzUaAAAAAI3Am_n1zyxszhpA9zA2_BZ9feFH'
});
} else {
grecaptcha.render('g-recaptcha', {
'sitekey': '6LchwzUaAAAAAI3Am_n1zyxszhpA9zA2_BZ9feFH'
});
}
}
}
}
}
var recaptchaScript = document.createElement('script');
recaptchaScript.src = 'https://www.recaptcha.net/recaptcha/enterprise.js?onload=onloadCallback&render=6LelVV4UAAAAADm4qkzt85y1Qh_n-JeoqwYIfX9u&hl=pt-BR';
recaptchaScript.defer = 1;
recaptchaScript.async = 1;
document.head.appendChild(recaptchaScript);
recaptchaScript.onerror = () => {
// Error al cargar
document.getElementById('gctkn').value = 'script-error';
}
}},{s:"https://http2.mlstatic.com/frontend-assets/auth-login-frontend/email_nickname.3543ac11.js"}];
if (doc.readyState === 'complete') {
loadScripts(scripts);
} else {
win.addEventListener('load', function(){ loadScripts(scripts); });
}
})
Related categories: PHP JavaScript HTML5 HTML jQuery / Prototype