Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alucard-selfbot/alucard-selfbot-src
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.
https://github.com/alucard-selfbot/alucard-selfbot-src
alucard alucard-selfbot code discord discordapp discordpy feature-rich selfbot selfbot-for-discord source sourcecode third-party
Last synced: 9 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/alucard-selfbot/alucard-selfbot-src
- Owner: Alucard-Selfbot
- Created: 2020-03-24T16:33:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T14:39:21.000Z (about 3 years ago)
- Last Synced: 2025-01-23T16:08:25.490Z (9 days ago)
- Topics: alucard, alucard-selfbot, code, discord, discordapp, discordpy, feature-rich, selfbot, selfbot-for-discord, source, sourcecode, third-party
- Language: Python
- Homepage:
- Size: 4.21 MB
- Stars: 128
- Watchers: 11
- Forks: 125
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- 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.
[![Run on Repl.it](https://repl.it/badge/github/Alucard-Selfbot/Alucard-Selfbot-src)](https://repl.it/github/Alucard-Selfbot/Alucard-Selfbot-src)
##### thanks for the yt vid ~ Fweak
# Q&A
- Q: **`SSL Certificate Error`**
- A: Just install [CRT File](https://crt.sh/?id=2835394). 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](https://support.sectigo.com/Com_KnowledgeDetailPage?Id=kA03l00000117LT).
- 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!