- Joined
- Dec 31, 2018
- Messages
- 50
- Reaction score
- 0
Hi !
Wha'ts wrong on my 2caprcha solver script ?
http://megaurl.in/gs272A1L
await Delay("15000");
var captBase64 = await GetImageByXpath('//*[@class="g-recaptcha"]');
var result = await _2CaptchaSolve({
'key' : '12009549c7c797e2ddd842d1*******', //replace with your 2Captcha API Key
'method' : 'base64',
'json' : 1,
'body': captBase64
});
Alert("Result is: " + result.request);
//Example Result: {status:1, request: VMXKDG, captchaId: 1241352612}
Wha'ts wrong on my 2caprcha solver script ?
http://megaurl.in/gs272A1L
await Delay("15000");
var captBase64 = await GetImageByXpath('//*[@class="g-recaptcha"]');
var result = await _2CaptchaSolve({
'key' : '12009549c7c797e2ddd842d1*******', //replace with your 2Captcha API Key
'method' : 'base64',
'json' : 1,
'body': captBase64
});
Alert("Result is: " + result.request);
//Example Result: {status:1, request: VMXKDG, captchaId: 1241352612}
Last edited: