-
Install Python with
Add Python to PATH
box -
Download Source and extract
-
Install modules with
installer.bat
-
Go to the
token
area and paste your token -
Go to the
password
area and type your password (OPTIONAL) -
Run selfbot with
launcher.bat
- 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!