Skip to content

This is a Modified Alucard SelfBot Called Hoki SelfBot with few more commands.

Notifications You must be signed in to change notification settings

O-ffender/Modified-Alucard-Selfbot

Repository files navigation

THIS IS ALUCARD BUT EDITED AND MADE IT LIL BIT BETTER SO CREDIT TO ALUCARD OWNERS!

Setup

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.

YOU CAN HOST IT ON REPIL ETC AND WHEN YOU TYPE !HELP IT WILL SEND ALL THE COMMANDS IN CMD PANEL INSTEAD OF THE ALUCARD COMMAND WEBSITE ALSO ADDED FEW MORE COMMANDS

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!