discord.js-selfbot-v13 icon indicating copy to clipboard operation
discord.js-selfbot-v13 copied to clipboard

captcha solver 'you need to update your app to perform this action'

Open fuwu99 opened this issue 11 months ago • 4 comments

Which package has the bugs?

The core library

Issue description

image_2024-04-02_210434384

I implemented 2captcha solver to solve captchas from client.user.setUsername(), but it says You need to update your app before to perform this action.. Probably a problem with the User agent? idk

Code sample

const username = 'username';
const password = 'password';

client.user.setUsername(username, password);

Package version

[email protected]

Node.js version

20.11.1

Operating system

Windows 10

Priority this issue should have

Medium (should be fixed soon)

Checklist

  • [X] I have searched the open issues for duplicates.
  • [X] I have shared the entire traceback.
  • [X] I am using a user token (and it isn't visible in the code).

Additional Information

No response

fuwu99 avatar Apr 02 '24 14:04 fuwu99

I'm going to be straight with you, I really hope you changed the password before you send this because It's written in plain text in the error

TheDevYellowy avatar Apr 03 '24 06:04 TheDevYellowy

this is normal with Discord, just pass it to the 2captcha API or whatever, all you need is sitekey and rqdata, you can set the URL in the 2captcha request just as https://discord.com/channels/@me

aaronmansfield5 avatar Jun 15 '24 21:06 aaronmansfield5

@aaronmansfield5

this is normal with Discord, just pass it to the 2captcha API or whatever, all you need is sitekey and rqdata, you can set the URL in the 2captcha request just as https://discord.com/channels/@me

The 2captcha instance is first initialized and then passed in as ClientOptions when initializing the Client object, so I think the captcha sitekey and rqdata will be handled by the library itself. Plus there's no event/method for me to catch or handle the captchas manually besides from the previous method:( I'm using v13 and referring to https://discordjs-self-v13.netlify.app, if you somehow figure out, pls help meee! Tyvm!

fuwu99 avatar Jun 16 '24 11:06 fuwu99

@fuwu99 attempt to use this x-super-properties, here.

aaronmansfield5 avatar Jun 16 '24 17:06 aaronmansfield5

fixed (maybe)

aiko-chan-ai avatar Jul 06 '24 06:07 aiko-chan-ai

Tyvm ely been waiting for a fix 💞

fuwu99 avatar Jul 06 '24 07:07 fuwu99