weasley187 / Password-Cracker-v3.0

Crack any Facebook, Instagram, Discord etc accounts with this script
93 stars 30 forks source link

can I change this to crack a password for a discord account? #2

Open PainttheRosesRed opened 3 years ago

PainttheRosesRed commented 3 years ago

If so, how do I do it?

(P.S., it is currently set to crack a facebook password, I've tried switching the facebook links with the discord equivalents, it seems to break the program and it doesn't run...)

sdevine815 commented 3 years ago

Working on the same thing there are a couple "FormNotFoundError"'s after I did my previous fix. I can Get back with an easy fix

PainttheRosesRed commented 3 years ago

Working on the same thing there are a couple "FormNotFoundError"'s after I did my previous fix. I can Get back with an easy fix

any luck on this so far?

glitchkiller commented 3 years ago

I also need help turning it to discord my brother is threatening to hack me I need to make him feel afraid too and for some reason he won't show me his code

sdevine815 commented 3 years ago

going though drafts. Not really focused on it

the-artist0001 commented 3 years ago

going though drafts. Not really focused on it

did you fix it now?

sdevine815 commented 3 years ago

This code is highly inefficient, python is not a very well optimized language. Especially with tasks like brute forcing, it would make a large difference for a more optimized language like c or c++. Also, there are a lot of factors that would stop a brute force. especially with discord. Then once you signin there may be an email verification, 2nd factor authentication, or phone verification. I even have trouble signing into my own account. Discord is a multibillion dollar company, they have already thought of this.