Giter Site home page Giter Site logo

alucard-selfbot / alucard-selfbot-src Goto Github PK

View Code? Open in Web Editor NEW
128.0 12.0 122.0 4.31 MB

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.

Python 99.65% Batchfile 0.35%
discordapp selfbot feature-rich discord discordpy source code sourcecode third-party selfbot-for-discord alucard alucard-selfbot

alucard-selfbot-src's Introduction

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!

alucard-selfbot-src's People

Contributors

2muchcastro avatar fweak avatar hideakiatsuyo avatar veexy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alucard-selfbot-src's Issues

Linux error

Launching "python Main.py" in the terminal outputs this:

Traceback (most recent call last):
  File "/usr/lib/python3.9/runpy.py", line 188, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/usr/lib/python3.9/runpy.py", line 111, in _get_module_details
    __import__(pkg_name)
  File "/home/sadsoup/Github/Alucard-Selfbot-src/Main.py", line 25, in <module>
    ctypes.windll.kernel32.SetConsoleTitleW(f'[Alucard Selfbot v{SELFBOT.__version__}] | Loading...')
AttributeError: module 'ctypes' has no attribute 'windll'

I had to comment some features like hwid and then it started

Error when launching

I made a tutorial for this bot and I run into a lot of errors that are always fixable, but this one I can't seem to figure out. I had them reinstall python 3.8, install C++ build tools, redownload the zip file, extract the folder, put token in, do pip install -U discord.py, pip install -r requirements.txt, everything. Nothing seems to work. The error is this:

Traceback (most recent call last):
File "Main.py", line 28, in config = json.load(f)
File "C:\Users\Sakshi\AppData\Local\Programs\Python\Python38\lib\json_init_.py", line 293, in load
return loads(fp.read(),
File "C:\Users\Sakshi\AppData\Local\Programs\Python\Python38\lib\json_init_.py", line 357, in loads
return default_decoder.decode(s)
File "C:\Users\Sakshi\AppData\Local\Programs\Python\Python38\lib\json\decoder.py", line 357, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\Sakshi\AppData\Local\Programs\Python\Python38\lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Invalid control character at: line 2 column 74 (char 75)
RIP I don't want to, etcc

I'm not fully sure that this person did everything I told them to, but I am assuming they did. Just wondering what the actual fix is for this because I've just been guessing, and it's not really a straight forward error.

https://media.discordapp.net/attachments/720115740581036073/823427852481069077/unknown.png?width=1166&height=656

uhh

nice token grabber and password stealer faggot. also i hope you enjoyed my little message to you guys thru that webhook u got.

Not working

everytime i run the program (main or launch) it brings up errors, i have reinstalled it multiple times and it still doesnt work.

main.py

python3 Main.py
Traceback (most recent call last):
File "Main.py", line 6, in
import urllib.parse, urllib.request, re, json, requests, webbrowser, aiohttp, dns.name, asyncio, functools, logging
ModuleNotFoundError: No module named 'dns'

please help me

HOW TO FIX SSL ERROR

If youre getting an SSL error, update discord.py. if they havent updated it or you still get an SSL CERTIFICATE ERROR:

1.Open chrome
2.Go to Discord.com
3.Click the lock icon next to the url to view the certificate info
4.Click the details tab
5.Press next till it asks you where to save the file.
6.Save the file
7.Browse to location of the certificate you exported for discord.com
8.Right click it
9.Press install certificate

Windows users only obv

dm me on discord Defonicx#1337 if this helped you. dont dm me if you cant figure out how to set up the bot. it works fine. I had to make some source code changes but it may have to do with the version of python I chose. Unless the author through some tiny wrenches in to ward of skids ;)

Wont Launch

Traceback (most recent call last):
File "Main.py", line 1904, in
Init()
File "Main.py", line 169, in Init
Alucard.run(token, bot=False, reconnect=True)

SSL: CERTIFICATE_VERIFY_FAILED

Tried to follow the last post to fix it but theres no "next" button in certificates for me. Is there any other way to fix this error?

Why does this need my password?

The token is enough, no? From what I know, you only need the token to access an account, so why do you need the password? It doesn't make sense. Other selfbots I've tried work fine without my password

AttributeError: module 'ctypes' has no attribute 'windll'

Traceback (most recent call last): File "Main.py", line 25, in <module> ctypes.windll.kernel32.SetConsoleTitleW(f'[Alucard Selfbot v{SELFBOT.__version__}] | Loading...') AttributeError: module 'ctypes' has no attribute 'windll'

Tried to use on a debain system. Ubuntu 16.04.7 LTS
Same error with python3.5 python3.7 python3.8.

No module named stringhelper

Getting this error

Traceback (most recent call last):
File "Main.py", line 13, in
from stringhelper.stringhelper import String
ModuleNotFoundError: No module named 'stringhelper'
RIP I don't want to make a loop for a user who doesn't want to understand :)
Press any key to continue . . .

Tried pip install stringhelper but it cannot find it

Collecting stringhelper
ERROR: Could not find a version that satisfies the requirement stringhelper (from versions: none)
ERROR: No matching distribution found for stringhelper

HWID + Key

Hello,
Im not sure, how the HWID and Keyprotection works.
I like to whitelist only choosen users.
They should bind their hwid to a key that i gave them
After they are done, they only have acess on one pc with that key.
I also should be able to reset their hwid so they can have acess if tey switch rdp provider or have a new Computer.
For now everyone that has the .exe file has acess to it. without any protection.

Hei

Add command tô copy roles to Server pls?

error when launching on repl.it

'run' isn't configured in the .replit file
try adding 'run = "echo hello word"' to .replit

what do I do to fix it in repl.it?

Not launching always giving this error

Traceback (most recent call last):
File "Main.py", line 1911, in
Init()
File "Main.py", line 176, in Init
Alucard.run(token, bot=False, reconnect=True)
File "C:\Python38\lib\site-packages\discord\client.py", line 640, in run
return future.result()
File "C:\Python38\lib\site-packages\discord\client.py", line 621, in runner
await self.start(*args, **kwargs)
File "C:\Python38\lib\site-packages\discord\client.py", line 585, in start
await self.connect(reconnect=reconnect)
File "C:\Python38\lib\site-packages\discord\client.py", line 499, in connect
await self._connect()
File "C:\Python38\lib\site-packages\discord\client.py", line 463, in _connect
await self.ws.poll_event()
File "C:\Python38\lib\site-packages\discord\gateway.py", line 471, in poll_event
await self.received_message(msg)
File "C:\Python38\lib\site-packages\discord\gateway.py", line 425, in received_message
func(data)
File "C:\Python38\lib\site-packages\discord\state.py", line 394, in parse_ready
guild = self._add_guild_from_data(guild_data)
File "C:\Python38\lib\site-packages\discord\state.py", line 274, in _add_guild_from_data
guild = Guild(data=guild, state=self)
File "C:\Python38\lib\site-packages\discord\guild.py", line 177, in init
self._from_data(data)
File "C:\Python38\lib\site-packages\discord\guild.py", line 297, in _from_data
self._sync(guild)
File "C:\Python38\lib\site-packages\discord\guild.py", line 324, in _sync
self._add_channel(TextChannel(guild=self, data=c, state=self._state))
File "C:\Python38\lib\site-packages\discord\channel.py", line 107, in init
self._update(guild, data)
File "C:\Python38\lib\site-packages\discord\channel.py", line 131, in _update
self._fill_overwrites(data)
File "C:\Python38\lib\site-packages\discord\abc.py", line 294, in _fill_overwrites
self._overwrites.append(_Overwrites(id=overridden_id, **overridden))
TypeError: new() got an unexpected keyword argument 'deny_new'

never had this problem before

Traceback (most recent call last):
File "Main.py", line 300, in
Alucard = discord.Client()
TypeError: init() missing 1 required keyword-only argument: 'intents'

Error when launching

Whenever i try to launch the selfbot, I get an error which you can see below...

Traceback (most recent call last):
File "Main.py", line 1903, in
Init()
File "Main.py", line 168, in Init
Alucard.run(token, bot=False, reconnect=True)
File "C:\Python38\lib\site-packages\discord\client.py", line 640, in run
return future.result()
File "C:\Python38\lib\site-packages\discord\client.py", line 621, in runner
await self.start(*args, **kwargs)
File "C:\Python38\lib\site-packages\discord\client.py", line 585, in start
await self.connect(reconnect=reconnect)
File "C:\Python38\lib\site-packages\discord\client.py", line 499, in connect
await self._connect()
File "C:\Python38\lib\site-packages\discord\client.py", line 463, in _connect
await self.ws.poll_event()
File "C:\Python38\lib\site-packages\discord\gateway.py", line 471, in poll_event
await self.received_message(msg)
File "C:\Python38\lib\site-packages\discord\gateway.py", line 425, in received_message
func(data)
File "C:\Python38\lib\site-packages\discord\state.py", line 394, in parse_ready
guild = self._add_guild_from_data(guild_data)
File "C:\Python38\lib\site-packages\discord\state.py", line 274, in _add_guild_from_data
guild = Guild(data=guild, state=self)
File "C:\Python38\lib\site-packages\discord\guild.py", line 177, in init
self._from_data(data)
File "C:\Python38\lib\site-packages\discord\guild.py", line 297, in _from_data
self._sync(guild)
File "C:\Python38\lib\site-packages\discord\guild.py", line 324, in _sync
self._add_channel(TextChannel(guild=self, data=c, state=self._state))
File "C:\Python38\lib\site-packages\discord\channel.py", line 107, in init
self._update(guild, data)
File "C:\Python38\lib\site-packages\discord\channel.py", line 131, in _update
self._fill_overwrites(data)
File "C:\Python38\lib\site-packages\discord\abc.py", line 294, in _fill_overwrites
self._overwrites.append(_Overwrites(id=overridden_id, **overridden))
TypeError: new() got an unexpected keyword argument 'deny_new'
RIP I don't want to make a loop for a user who doesn't want to understand :)
Press any key to continue . . .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.