This post is by a banned member (FiluboHLQ) - Unhide
23 March, 2022 - 02:14 PM
(This post was last modified: 23 March, 2022 - 02:15 PM by FiluboHLQ. Edited 1 time in total.)
Reply
(23 March, 2022 - 01:34 AM)Prescription Wrote: Show More (22 March, 2022 - 11:47 PM)FiluboHLQ Wrote: Show MoreThis code generate locked tokens because hCaptcha on discord now requires motion data and other stuff. You cannot create token anymore with service like anti-captcha. You need ai solver on localhost.
Cheers :)
Thank you for the comment, But are you sure thats the issue because I have seen some token generators that just have their own g-captcha solver and it doesn't seem to run on localhost
Patched gen, who want to sell you request gen with captcha service is a scam.
Spoof the network call on discord register page and you can see why.
This post is by a banned member (lovely1337) - Unhide
23 March, 2022 - 11:01 PM
Reply
This post is by a banned member (Twmix) - Unhide
24 March, 2022 - 03:27 AM
Reply
This post is by a banned member (duftend) - Unhide
24 March, 2022 - 03:54 AM
Reply
This post is by a banned member (edfssdf) - Unhide
24 March, 2022 - 01:26 PM
Reply
(22 March, 2022 - 02:59 AM)Prescription Wrote: Show MoreHere is the source code to my discord token generator that I am currently working on.
This token generator as of now only generates unverified tokens
# Note: Proxies dont work with this yet!! You might see it in the code but it is not yet implemented and working!
There is a few issues that I would like to point out in case one of u guys know a fix
So when the anti-captcha API returns the g-captcha code so I can bypass the captcha 80% of the time it's invalid and I have no clue why maybe because I am using the same IP multiple times since I dont have proxies implemented or maybe I have the wrong site-key which im pretty sure i dont im not exactly sure. Would appreciate if you guys can type your thoughts below on why this isnt working.
Anyways here is the source code
sadsass
This post is by a banned member (maxio5010) - Unhide
24 March, 2022 - 04:01 PM
Reply
This post is by a banned member (ttorny) - Unhide
24 March, 2022 - 04:41 PM
Reply
(22 March, 2022 - 02:59 AM)Prescription Wrote: Show MoreHere is the source code to my discord token generator that I am currently working on.
This token generator as of now only generates unverified tokens
# Note: Proxies dont work with this yet!! You might see it in the code but it is not yet implemented and working!
There is a few issues that I would like to point out in case one of u guys know a fix
So when the anti-captcha API returns the g-captcha code so I can bypass the captcha 80% of the time it's invalid and I have no clue why maybe because I am using the same IP multiple times since I dont have proxies implemented or maybe I have the wrong site-key which im pretty sure i dont im not exactly sure. Would appreciate if you guys can type your thoughts below on why this isnt working.
Anyways here is the source code
creator* if i have time ill implement proxies and upload it in this comment
This post is by a banned member (ThatsCrazyButIDC) - Unhide
25 March, 2022 - 01:10 AM
Reply
(22 March, 2022 - 02:59 AM)Prescription Wrote: Show MoreHere is the source code to my discord token generator that I am currently working on.
This token generator as of now only generates unverified tokens
# Note: Proxies dont work with this yet!! You might see it in the code but it is not yet implemented and working!
There is a few issues that I would like to point out in case one of u guys know a fix
So when the anti-captcha API returns the g-captcha code so I can bypass the captcha 80% of the time it's invalid and I have no clue why maybe because I am using the same IP multiple times since I dont have proxies implemented or maybe I have the wrong site-key which im pretty sure i dont im not exactly sure. Would appreciate if you guys can type your thoughts below on why this isnt working.
Anyways here is the source code
will def take a look