2captcha solver

brusshless1

New Member
Joined
Dec 31, 2018
Messages
63
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}
 
Last edited:

netspo

New Member
Rule The Galaxy
VIP
Joined
May 1, 2020
Messages
2
Reaction score
0
Achievement
I personally don't use captcha, but surely someone will tell you, although it's unlikely
 

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