Don't work 2captcha , please help me!

Pr0XiM

New Member
VIP
Joined
Aug 29, 2019
Messages
16
Reaction score
1
Achievement
Hi! I can't get captcha to work on http://mix2link.com/v8Gqw8e, I set my KEy API but it still doesn't work. Please help me!
 

daniel

Administrator
Staff member
VIP
Joined
Feb 23, 2018
Messages
268
Reaction score
36
Achievement
await WaitForLoading();
await Delay(1000);
var sitekey = await EvaluateScript('var s = document.getElementById("captchaShortlink").getElementsByTagName("iframe")[0].src; var start=s.indexOf("&k="); var end = s.indexOf("&", start+3); s.substr(start+3, end-start-3);');
var pageUrl = await EvaluateScript('window.location.href');
//Alert(sitekey + " - " + pageUrl);

var result = await _2CaptchaSolve({
'key' : 'YOUR_API_KEY',
'method' : 'userrecaptcha',
'json' : 1,
'googlekey': sitekey,
'pageurl' : pageUrl
}, 300);

SetById("g-recaptcha-response", "text", result.request);
ExecuteScript('var btn = document.getElementById("invisibleCaptchaShortlink"); btn.removeAttribute("disabled"); btn.click()');
await Delay(5000);
var itv = setInterval(function(){
ExecuteScript('if(document.body.onfocus) document.body.onfocus()');
},1000);

while(await EvaluateScript('var gl = document.getElementsByClassName("get-link")[0];!gl || gl.classList.contains("disabled") ? true : false'))
{
await Delay(1000);
}
ClickByClass("get-link");
clearInterval(itv);
 

daniel

Administrator
Staff member
VIP
Joined
Feb 23, 2018
Messages
268
Reaction score
36
Achievement
rollordie post_id=2598 time=1567256763 user_id=759 said:
doesn't work ^^
Did you replace YOUR_API_KEY with your own 2Captcha API key, and it may not works all the time, depends on the result of the 2Captcha service. so do test several times
 

rollordie

New Member
Joined
Aug 31, 2019
Messages
6
Reaction score
0
hi

yes i do, look the result :
something is happening but it does not work ^^


 

Pr0XiM

New Member
VIP
Joined
Aug 29, 2019
Messages
16
Reaction score
1
Achievement
rollordie post_id=2603 time=1567279710 user_id=759 said:
I set my key API but it still doesn't work
Hmm.... i don't know. Do you have funds in 2captcha?
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu