aiko-chan-ai / discord.js-selfbot-v13

An unofficial discord.js fork for creating selfbots
https://discordjs-self-v13.netlify.app
GNU General Public License v3.0
825 stars 170 forks source link

auto MFA handling ( password based ) #1315

Open 00nx opened 1 month ago

00nx commented 1 month ago

Which package is the feature request for?

The core library

Feature

Add an MFA manager which outputs proper MFA secure cookie after solving the generated ticket. could be used in a few instances like vanity changing

Ideal solution or implementation

  1. fetch the ticket from response
  2. solve it using password based MFA
  3. return the secured mfa token which can be reused and the approximate expiration time

Alternative solutions or implementations

No response

Other context

No response

xvlx commented 3 weeks ago

Why don't you do it without the package? It's easy to do. (By without the package, I mean doing your own function or your own requests.)