Skip to content

Alucard selfbot source code, since we made a good amount of money out of it, we decided to give you the chance to do the same.

Notifications You must be signed in to change notification settings

sebunz/Alucard-Selfbot-src

 
 

Repository files navigation

IMPORTANT

The selfbot is outdated ! Please update it youself and don't open issue !

THIS PROJECT HAS BEEN DISCONTINUED. ANY FURTHER ISSUES WON'T BE ANSWERED BY US!

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.

Run on Repl.it

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!

About

Alucard selfbot source code, since we made a good amount of money out of it, we decided to give you the chance to do the same.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Batchfile 0.4%