Vinyzu / DiscordGenerator

Dislock, the most advanced Discord Browser Generator. Powered by hCaptcha Solving AI.
GNU General Public License v3.0
210 stars 53 forks source link

[Solution] Permanent Fix for Discord Banning TempMail Domains #59

Open FuckingToasters opened 1 year ago

FuckingToasters commented 1 year ago

I noticed that a few Users here have the issue where discord tells you that the email is invalid even if they don't.

The reason for this isn't that the domain is blocked, the actual issue is that the IP tempmail.io tells you to add is blocked by discord. If you switch the dns records to https://app.improvmx.com, it will redirect the mails to your inbox (catch all) without any issue.

Now if you decide to do this, the tempmail api isn't used anymore so the code need to be rewritten to use imap to extract the verification link.

Looking at the main.py file in around line 700 you see which code is responisble for extracting the mails, this need to be edited.

If you can't code than that's fine. I solved it and published it in a fork. https://github.com/FuckingToasters/DiscordGenerator

MystycTrolls commented 1 year ago

I can't get it to install playwrite in your resp I'm not sure what the problem is my git and pip are up to date.

Vinyzu commented 1 year ago

This will also be solved in my next update, and it wont take any work to set it up.

FuckingToasters commented 1 year ago

I can't get it to install playwrite in your resp I'm not sure what the problem is my git and pip are up to date.

You might want to check if your antivirus deleted some files. There den be a bunch of issues and i cent help you if you don't tell me what the actual issue is. It's like "I need help with python" without mentioning with what exactly you need help with. You could need help with imports, a specific module etc. So please provide us more detail.

Vinyzu commented 1 year ago

Fixxed in https://github.com/Vinyzu/DiscordGenerator/commit/756939fa6a02453a54691ec398971f1f8f67eacf . The solution isnt permanent however cause i have to update domains regularly as discord bans them Ill keep this issue open for those who want to have a permanent solution with a bit of more work.

FuckingToasters commented 1 year ago

Update: The Mail code is now located in modules/discord.py and nit in the main file anymore.