Giter Site home page Giter Site logo

merubokkusu / discord-spam-bots Goto Github PK

View Code? Open in Web Editor NEW
449.0 30.0 196.0 17.66 MB

Discord spam bots with multiple account support, account creator, auto-join, proxies, mass direct message and more.

License: MIT License

Python 100.00%
discord discord-bot spam testing spammer-detection spam-protection bot trolling raid discord-spam-bots

discord-spam-bots's Introduction

Discord spam bots with multiple account support and more. Made strictly for testing anti-spam for server owners

PLEASE READ EVERYTHING BEFORE WRITING AN ISSUE!!

Working DM spammers

  • Text
  • Insult
  • Image

GUI ->

Gitter

Twitter

Paypal

Steam

Features

  • Account Creator
  • Mulitple accounts
  • Image spammer
  • Insult spammer
  • Text spammer
  • Server joining
  • Proxy support

Requirements

  • Python 3.6+ (I use 3.7.8)
  • discum
  • Beautiful Soup 4
  • Selenium
  • Requests
  • 2captcha API

Setup

Info

Linux bots are tested using VM Virutal Box and Ubuntu/BunsenLabs

ToS (READ ME!)

Self-bots are against Discord's terms of service, using this on servers that aren't your own will get your account deleted. You could even get banned while using it on your own server. I'm not responsible if you do.

This script is made only for testing your server's anti-spam, using bots like sweetie, etc.

its a face

discord-spam-bots's People

Contributors

deadbread76 avatar donovandmc avatar dsbilling avatar merubokkusu 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

discord-spam-bots's Issues

Halp!!

Hi i am a complete novice with the entire process of setting up this bot, would it be possible to get a more detailed step by step guide of getting started please. especially with getting the required resources in place. as i said complete novice lol

Also can this bot do more than one server at once? thats what i am hoping to find atm rather than just 1 server

Ignores some users

Are there any updates in discord API, bot only sees and send messages to users it has had interacted previously, other members are ignored.

Also after choosing bot option and submitting text, it takes around 10 minutes to proceed, no errors in terminal.

Windows 10
Python 3.6.4

"ModuleNotFoundError"

When I try to make the bots join my server, it says: "ModuleNotFoundError", and this, when I try to type in a text for them to spam:

File "bots/server/discord_text_spam.py", line 12, in
import discord
ModuleNotFoundError: No module named 'discord'

Started spam

It says started spam and doesnt spam.
Python 3.7.2
Mac OSX

Not working..

Hey, its not working for me...

grafik

I always get errors like:
grafik

when i try starting it with python3 i get this error:
grafik

when i try to start it with start.py i get this error:
grafik

any idea?

Wont work

So im using linux and it says it works but nothing happens

SyntaxError: invalid syntax

I get bellow error, on 4 : Text Spammer - Write your own text to spam (Both DM and guild)

File "bots/DM/discord_text_spam_dm.py", line 12, in <module>
  import discord
File "C:\Users\myuser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\discord\__init__.py", line 20, in <module>
  from .client import Client, AppInfo, ChannelPermissions
File "C:\Users\myuser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\discord\client.py", line 38, in <module>
  from .state import ConnectionState
File "C:\Users\myuser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\discord\state.py", line 36, in <module>
  from . import utils, compat
File "C:\Users\myuser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\discord\compat.py", line 32
  create_task = asyncio.async
                        ^
SyntaxError: invalid syntax


  • OS: Windows 10
  • Python Version 3.8.3

After log in and choosing a bot don't work anymore

Hello, first of all thanks for sharing this awesum code!

But it's not working for me, i have tryed all bots but all gave me error. i have a ss where i used the DM bot number 4. Hope you could help me :)

Regards,

Doccie

image

Account Creator error

Hi,
I want run account creator bot but i get this error. What is the solution to this?

image

Got error

I have downloaded the updated version, but it still don't work completly for me.

This error i got when i use bot nr. 1
image

This error i got when i use bot nr. 4
image

This error i got when i use bot nr. 6
image

The other bots 2,3,5 works!

Error in Account-Creator: Max retries exceeded

Below is my error log, I really hope you can help.

OS: Windows
Python Version: 3.6.4
Requirements installed

Traceback (most recent call last):
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connection.py", line 159, in _new_conn
    (self._dns_host, self.port), self.timeout, **extra_kw)
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\util\connection.py", line 80, in create_connection
    raise err
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\util\connection.py", line 70, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connectionpool.py", line 600, in urlopen
    chunked=chunked)
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connectionpool.py", line 354, in _make_request
    conn.request(method, url, **httplib_request_kw)
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 1239, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 1285, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 1234, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 1026, in _send_output
    self.send(msg)
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\http\client.py", line 964, in send
    self.connect()
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connection.py", line 181, in connect
    conn = self._new_conn()
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connection.py", line 168, in _new_conn
    self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x0000024A342B2390>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\site-packages\requests\adapters.py", line 449, in send
    timeout=timeout
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connectionpool.py", line 638, in urlopen
    _stacktrace=sys.exc_info()[2])
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\util\retry.py", line 399, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=80): Max retries exceeded with url: http://2captcha.com/in.php?key=THISISMYAPIKEY&method=userrecaptcha&googlekey=6Lef5iQTAAAAAKeIvIY-DeexoO3gj7ryl9rLMEnn&pageurl=https://discordapp.com/api/v6/auth/register (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000024A342B2390>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it',)))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "bots/misc/account-creator/account_creator.py", line 65, in <module>
    create()
  File "bots/misc/account-creator/account_creator.py", line 34, in create
    captcha_id = s.post("http://2captcha.com/in.php?key={}&method=userrecaptcha&googlekey={}&pageurl={}".format(API_KEY, site_key, url), proxies=proxy).text.split('|')[1]
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\site-packages\requests\sessions.py", line 581, in post
    return self.request('POST', url, data=data, json=json, **kwargs)
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\site-packages\requests\sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\site-packages\requests\sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "C:\Users\USERNAME\AppData\Local\Programs\Python\Python36\lib\site-packages\requests\adapters.py", line 510, in send
    raise ProxyError(e, request=request)
requests.exceptions.ProxyError: HTTPConnectionPool(host='localhost', port=80): Max retries exceeded with url: http://2captcha.com/in.php?key=THISISMYAPIKEY&method=userrecaptcha&googlekey=6Lef5iQTAAAAAKeIvIY-DeexoO3gj7ryl9rLMEnn&pageurl=https://discordapp.com/api/v6/auth/register (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000024A342B2390>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it',)))

Discord direct massage spam doesn't work?

Describe the bug
I start a bot and select 4 option (direct massage with my own text) and nothing happens after I press "enter"

Screenshots
https://i.postimg.cc/XJg2Np9X/Capture.png

Desktop (please complete the following information):
Windows 10
Python Version [3.6.4]

Additional context
As you see there is "starting 1 and 2" in my screenshot.
First starting 1 is right after imports in discord_text_spam_dm.py
And second one is also right before
@client.event async def on_ready():
I believe it stuck right here:

 @client.event
async def on_ready():
    spam_text = sys.argv[2]
    print("Started Text Spam with " + client.user.name)

in discord_text_spam_dm.py

spam picture

spam picture not working or I do not know how to use it
in config file

#Picture spam DirPictures = 'home\\bot\\discord-spam-bots\\pictures\\' # Picture(s) location !ALWAYS DOUBLE SLASH AND END WITH THAT DOUBLE SLASH YO!

Select a bot: 2
Started Image Spam
Ignoring exception in on_ready
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/discord/client.py", line 307, in _run_event
yield from getattr(self, event)(*args, **kwargs)
File "bots/server/discord_image_spam.py", line 25, in on_ready
UpImage = random.choice(os.listdir(DirPictures))
FileNotFoundError: [Errno 2] No such file or directory: 'home\\bot\\discord-spam-bots\\pictures\\

join issue

hello
bot working nice but not join server automatically. it gives this error:
ss
please help
thanks

Installiation

How do I install python 3.6.4 anyways? I can't find a way to do it on Linux Debian strech, if there is a link please pass it to me

Can't use text spam

Describe the bug
Can't use text spam

Expected behavior
I wanted my account to spam for testing a spam bot, but spam bot wasn't working

Screenshots
https://imgur.com/a/nS3ekIH

Desktop (please complete the following information):

  • OS: [Windows 10]
  • Python Version [3.8.2]

Additional context
Any other spam also doesn't work

error so fucking error

future: <Task finished coro=<Client.start() done, defined at C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\client.py:500> exception=TypeError('login() takes 2 positional arguments but 3 positional arguments (and 1 keyword-only argument) were given',)>
Traceback (most recent call last):
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\client.py", line 508, in start
await self.login(*args, bot=bot)
TypeError: login() takes 2 positional arguments but 3 positional arguments (and 1 keyword-only argument) were given
Task exception was never retrieved
future: <Task finished coro=<Client.start() done, defined at C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\client.py:500> exception=LoginFailure('Improper token has been passed.',)>
Traceback (most recent call last):
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\http.py", line 258, in static_login
data = await self.request(Route('GET', '/users/@me'))
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\http.py", line 222, in request
raise HTTPException(r, data)
discord.errors.HTTPException: UNAUTHORIZED (status code: 401): 401: Unauthorized

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\client.py", line 508, in start
await self.login(*args, bot=bot)
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\client.py", line 380, in login
await self.http.static_login(token, bot=bot)
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\http.py", line 262, in static_login
raise LoginFailure('Improper token has been passed.') from exc
discord.errors.LoginFailure: Improper token has been passed.
Task exception was never retrieved
future: <Task finished coro=<Client.start() done, defined at C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\client.py:500> exception=LoginFailure('Improper token has been passed.',)>
Traceback (most recent call last):
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\http.py", line 258, in static_login
data = await self.request(Route('GET', '/users/@me'))
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\http.py", line 222, in request
raise HTTPException(r, data)
discord.errors.HTTPException: UNAUTHORIZED (status code: 401): 401: Unauthorized

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\client.py", line 508, in start
await self.login(*args, bot=bot)
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\client.py", line 380, in login
await self.http.static_login(token, bot=bot)
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\http.py", line 262, in static_login
raise LoginFailure('Improper token has been passed.') from exc
discord.errors.LoginFailure: Improper token has been passed.
Task exception was never retrieved
future: <Task finished coro=<Client.start() done, defined at C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\client.py:500> exception=LoginFailure('Improper token has been passed.',)>
Traceback (most recent call last):
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\http.py", line 258, in static_login
data = await self.request(Route('GET', '/users/@me'))
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\http.py", line 222, in request
raise HTTPException(r, data)
discord.errors.HTTPException: UNAUTHORIZED (status code: 401): 401: Unauthorized

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\client.py", line 508, in start
await self.login(*args, bot=bot)
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\client.py", line 380, in login
await self.http.static_login(token, bot=bot)
File "C:\Users\imagi\AppData\Local\Programs\Python\Python36\lib\site-packages\discord\http.py", line 262, in static_login
raise LoginFailure('Improper token has been passed.') from exc
discord.errors.LoginFailure: Improper token has been passed.

SyntaxError - Line 33 of discord_text_spam.py

Ran python3 start.py
Select a bot: 1
Write spam text : Test
File "bots/server/discord_text_spam.py", line 33 async def on_ready(): ^ SyntaxError: invalid syntax

What's up with this? Checked out the file, looks like nothing's wrong.

is this still even working? - SyntaxError: invalid syntax

Describe the bug
this is the error I get when I try to use DM Spam or any option for that matter...

Select a bot: 4
Traceback (most recent call last):
  File "bots/DM/discord_text_spam_dm.py", line 12, in <module>
    import discord
  File "/usr/local/lib/python3.7/site-packages/discord/__init__.py", line 20, in <module>
    from .client import Client, AppInfo, ChannelPermissions
  File "/usr/local/lib/python3.7/site-packages/discord/client.py", line 38, in <module>
    from .state import ConnectionState
  File "/usr/local/lib/python3.7/site-packages/discord/state.py", line 36, in <module>
    from . import utils, compat
  File "/usr/local/lib/python3.7/site-packages/discord/compat.py", line 32
    create_task = asyncio.async
                              ^
SyntaxError: invalid syntax
Traceback (most recent call last):
  File "bots/DM/discord_text_spam_dm.py", line 12, in <module>
    import discord
  File "/usr/local/lib/python3.7/site-packages/discord/__init__.py", line 20, in <module>
    from .client import Client, AppInfo, ChannelPermissions
  File "/usr/local/lib/python3.7/site-packages/discord/client.py", line 38, in <module>
    from .state import ConnectionState
  File "/usr/local/lib/python3.7/site-packages/discord/state.py", line 36, in <module>
    from . import utils, compat
  File "/usr/local/lib/python3.7/site-packages/discord/compat.py", line 32
    create_task = asyncio.async
                              ^
SyntaxError: invalid syntax

Screenshots
Screen Shot 2020-04-17 at 11 08 47 am

Desktop (please complete the following information):

  • OS: macOS 10.15.4
  • Python Version 3.7.7

Getting rate limited even when using proxies

Describe the bug
Creating discord account is get rate limited when usung proxies

https://i.imgur.com/8UgQln4.png

ive had to remove the subprocesses, add feature to sleep the remaining rate limit time and retry creating the account after.

SyntaxError:

Select a bot: 8
Traceback (most recent call last):
File "bots/misc/account-creator/account_creator.py", line 18, in
from config import *
File "./././config.py", line 5
SyntaxError: Non-ASCII character '\xe2' in file ./././config.py on line 5, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
Traceback (most recent call last):
File "start.py", line 149, in
p = subprocess.Popen([pythonCommand,'bots/misc/account-creator/account_creator.py',enp[0],enp[1],proxy_list[proxy_number]])
IndexError: list index out of range

Selfbotting is against Discord ToS.

You might want to include this image in the readme. Otherwise, people are going to blame you for getting their accounts banned soon after using the bot.

I hardly believe that the bot is for "testing" but hey, as long as people are warned first, I think GitHub allows it to be here.

Doesn't work after selecting spammer

After selecting a bot and spam text, it gives me this error message. Same for a friend with same config file on linux. i am on windows.
Traceback (most recent call last):
File "bots\server\discord_text_spam.py", line 12, in
import discord
File "C:\Users\Admin\AppData\Roaming\Python\Python37\site-packages\discord_i
nit
_.py", line 20, in
from .client import Client, AppInfo, ChannelPermissions
File "C:\Users\Admin\AppData\Roaming\Python\Python37\site-packages\discord\cli
ent.py", line 38, in
from .state import ConnectionState
File "C:\Users\Admin\AppData\Roaming\Python\Python37\site-packages\discord\sta
te.py", line 36, in
from . import utils, compat
File "C:\Users\Admin\AppData\Roaming\Python\Python37\site-packages\discord\com
pat.py", line 32
create_task = asyncio.async
^
SyntaxError: invalid syntax

Account Creator

I was trying to use the account creator and account verifier but both don't do anything. I've put in the 2 captcha api as well as the pop email account. For pop3 I used a gmail account that is pair with thunderbird. Is there any way you can help?

Error

Traceback (most recent call last):
File "start.py", line 76, in
p = subprocess.Popen([pythonCommand,'bots/server/discord_text_spam.py',token,spam_text,proxy_list[proxy_number]])
File "C:\Users\a\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 775, in init
restore_signals, start_new_session)
File "C:\Users\a\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 1178, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

Says "Started Text Spam" but not spamming?

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Windows 10]
  • Python Version [e.g. 3.6.4]

Additional context
Add any other context about the problem here.

Error When Attempting To Join Server

Traceback (most recent call last):
File "bots/misc/joinServer2.0.py", line 23, in
r = requests.post(url,headers=headers, proxies=PROXY)
File "C:\Users\user\AppData\Local\Programs\Python\Python36\lib\site-packages\requests-2.22.0-py3.6.egg\requests\api.py", line 116, in post
return request('post', url, data=data, json=json, **kwargs)
File "C:\Users\user\AppData\Local\Programs\Python\Python36\lib\site-packages\requests-2.22.0-py3.6.egg\requests\api.py", line 60, in request
return session.request(method=method, url=url, **kwargs)
File "C:\Users\user\AppData\Local\Programs\Python\Python36\lib\site-packages\requests-2.22.0-py3.6.egg\requests\sessions.py", line 519, in request
prep = self.prepare_request(req)
File "C:\Users\user\AppData\Local\Programs\Python\Python36\lib\site-packages\requests-2.22.0-py3.6.egg\requests\sessions.py", line 462, in prepare_request
hooks=merge_hooks(request.hooks, self.hooks),
File "C:\Users\user\AppData\Local\Programs\Python\Python36\lib\site-packages\requests-2.22.0-py3.6.egg\requests\models.py", line 314, in prepare
self.prepare_headers(headers)
File "C:\Users\user\AppData\Local\Programs\Python\Python36\lib\site-packages\requests-2.22.0-py3.6.egg\requests\models.py", line 448, in prepare_headers
check_header_validity(header)
File "C:\Users\user\AppData\Local\Programs\Python\Python36\lib\site-packages\requests-2.22.0-py3.6.egg\requests\utils.py", line 942, in check_header_validity
raise InvalidHeader("Invalid return character or leading space in header: %s" % name)
requests.exceptions.InvalidHeader: Invalid return character or leading space in header: Authorization
https://discordapp.com/api/v6/invite/CK6KqJN?with_counts=true
Traceback (most recent call last):
File "bots/misc/joinServer2.0.py", line 23, in
r = requests.post(url,headers=headers, proxies=PROXY)
File "C:\Users\user\AppData\Local\Programs\Python\Python36\lib\site-packages\requests-2.22.0-py3.6.egg\requests\api.py", line 116, in post

Error?

I honestly have no clue what this error means
image

text spam started

I tried running the spammer on a python 3.6.4 as well as 3.7 enviornment
it prints "text spam started", but the account doesn't send a single message on discord
I ran through all the answers for the issues regarding this topic but none seem to work.
Even updating the code to the latest API didn't seem to work

Multiple user spam errors

I am using Linux for this (start_linux.py)

Hey there! Lovely spam bot though there are a few errors with allowing multiple tokens or emails, yes I have read this but none of these method works.

When using the tokens.txt, it only uses the top one, not the second or below that, and for the userToken = ('') it doesn't find it, only works with 1 email and password or token.

Thanks, Shad

Account creation and verification issues

Hi

Thanks for the tools. I've encountered issues using the account creator and account verifier.

I used the account creator to generate multiple discord accounts via DC proxies and 2captcha in one go. I tried to verify the accounts using Account Verifier but showed error:
image

I tried to verify the accounts one by one using the verification links received from Discord, however, Discord asks me to do the SMS verification as unusual activity has been detected.

Any solutions?

Many thanks,

Erik

IndexError: list index out of range

Describe the bug
On all of the features apart from the proxy checker, I get the error "list index out of range"

To Reproduce
Run any of the .bat files (excluding the proxy checker) and you will get an error related to "list index out of range".
In the register .bat it just shows "list index out of range" on a lot of the attempts.
On the token grabber .bat it shows
File "python/discord_grabtokens.py", line 160, in
main()
File "python/discord_grabtokens.py", line 142, in main
password = _.split(':')[2]
IndexError: list index out of range

On the verify .bat it shows
File "python/discord_verify.py", line 231, in
main()
File "python/discord_verify.py", line 197, in main
email = _.split(':')[3]
IndexError: list index out of range

Simillar errors occur on the rest.

Expected behavior
I expected it to work.

Screenshots
When running the register .bat:
image

token grabber .bat :
image

verify .bat:
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Python Version 3.8.2

Additional context
Add any other context about the problem here.

p.wait error

Traceback (most recent call last):
File "start.py", line 163, in
p.wait()
NameError: name 'p' is not defined

Thanks for the program @Merubokkusu :)

Can't fill in token

How to fill out the blank "token" in config.py ?
I think I did this correctly but this traceback pops out

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.