Open Shaeikh opened 1 year ago
Also i have added headers too
const headers = { 'Content-Type': 'application/json', 'User-Agent': '(Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36', 'X-Super-Properties': 'ewogICJvcyI6ICJXaW5kb3dzIiwKICAiY2xpZW50X2J1aWxkX251bWJlciI6IDE1MjQ1MAp9', };
Did you use a captcha key by reCaptcha or hCaptcha?
I did use captcha Key of hCaptcha
Did you use a captcha key by reCaptcha or hCaptcha?
I used my solution by putting the sitekey in the solver and it gave me the key
Is it possible that Captcha Token doesn't belong to that url so it doesn't solves it?
how did u generate fingerprint?
how did u generate fingerprint?
https://github.com/GregTCLTK/Discord-Api-Endpoints/issues/4#issuecomment-828736532
how did u generate fingerprint?
If you got the whole thing working lemme know on discord My username: shaeikh No tag
Well, everything is working.
Well, everything is working.
Not for me idk why captcha isn't working, I'll try and fix it again I gave up on it cuz I was working for better captcha solver
the fingerprint is working and the captcha solver is working but not the account is getting falged each time i make one and i use proxies with IOS headers </3
you have to use a reliable captcha key and resi proxies and not hardcode yout x-sup
jus buy tokens they are very cheap, i can sell them if people need
Hi Greg!
Ok so i have Successfully generated fingerprint putted that in the /auth/register Solved captcha it gives a long ass string
P1_eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.hKdwYXNza2V5xQdQggsS8PKiBSFprBs52OJrIRX2dmNISLKkN_J4Ag45orIVFGUi_4EMf_3hxxNf4jGcvZydabqBG54VQJ8iVLl0qSL-a5ONPfVBGoI52WVdTUSqLTnVYDn860nsHC48ccxGER52IujCRzGpa__S-PkhiwSVil-H9eSjeWHfUhfYAeIFC7JRMk6mlDSK959bCTioMOt6Mogyix0hu9G7vSO-...About 1000 more Char
i putted that in the
{ "fingerprint": resp.data.fingerprint, "email": email, "username": username, "password": password, "invite": null, "consent": true, "date_of_birth": "2000-01-01", "gift_code_sku_id": null, "captcha_key": captchaToken }
Still it says
{ captcha_key: [ 'invalid-response' ], captcha_sitekey: '4c672d35-0701-42b2-88c3-78380b0db560', captcha_service: 'hcaptcha' }
Thanks!