IMPORTANT
THIS PROJECT HAS BEEN DISCONTINUED. ANY FURTHER ISSUES WON'T BE ANSWERED BY US! The selfbot is outdated ! Please update it youself and don't open issue !
Setup
- Since it's discontinuted and some good guy (trickstr) decided to make a video tutorial about it
- There are the steps: https://www.youtube.com/watch?v=Sqwdlvr5xvo
Legality
Everything you can see here has been made for educational purposes and proof of concepts. I do not promote the usage of my tools, I do not take responsability on the bad usage of this tool.
thanks for the yt vid ~ Fweak
Q&A
- Q:
SSL Certificate Error
- A: Just install CRT File. Then run it and install. (This is common and it was a certificate that expired May 30th 2020. But a new one came out so install it.). If you wanna go into further detail then head to SITE.
- Q:
Module Missing
- A: Just run
pip install -r requirements.txt
in console. This insures that all modules required for Alucard are installed and up to date! - Q:
Windll not found
- A: Alucard uses some windows features from modules. Example windll from ctypes. windll is used to add the console title. You can remove the title setters in-order to fix it.
- Q:
TypeError: __new__() got an unexpected keyword argument 'deny_new'
- A: This error occured on an old installation of discord.py to fix simply run :
pip install -U discord.py
this updates discord.py!