Git Product home page Git Product logo

innocent-bot's Introduction

Innocent-bot

A Discord client self-bot for destroying, nuking and causing mischief in servers. 💣

Why?

As of recent, I've seen multiple Discord communities I have been a part of been pathetically raided or messed with. With Innocent, I plan to change that. No more will a server go partially destroyed. No more will it take days to rename everyone for a joke. I do not encourage raiding but if you're going to do a job, at least do it right. Also, I saw Kyle2000 was charging a stupid amount of money for a little bit of buggy JS, so I decided to make my own edition that's free. Eventually, it will contain more features such as deleting all channels, renaming the server constantly, and many more.

Commands

  • kall - short for kick all, kicks every member in the server as long as you have permission.
  • ball - short for ban all, bans every member in the server as long as you have permission.
  • rall rename_to - short for rename all, renames every member in the server to the desired rename_to condition as long as you have permission.
  • mall message - short for message all, messages every member in a guild with a message of your choice.
  • dall condition - short for delete all, deletes every condition stated. Conditions currently include; channels, roles, emojis and all.
  • destroy - deletes everything possible, then bans every member in the server as long as you have permission.

Setup

Download the files for the bot and make sure Python 3.7 is installed. After you have done those steps, simply install the following dependencies:

  • discord.py REWRITE

You can do this by typing pip install -U git+https://github.com/Rapptz/discord.py@rewrite into cmd as long as Python is in path.

After this, open the bot file in an IDE or text editor and input your token and desired prefix.

Anything else?

Not really, that's about it. Just remember, I AM NOT TO BE HELD ACCOUNTABLE FOR ANY ISSUES THIS CAUSES. I am just a dev showing how things can be abused. Hope you enjoy!

innocent-bot's People

Contributors

akai-pop avatar cheddar-cheeze avatar da532 avatar maxichrome 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

innocent-bot's Issues

Need help with setup

I installed python, installed discord.py but i have absolutely no idea how to continue from here.

Deprecated

As per this commit to the discord.py library, all non-bot/selfbot/userbot methods are deprecated.

That means this repository should be archived and users should be told to not use this code anymore and not get any support regarding this.

Update: Per this commit all user bot methods were officially removed for the next and major version of discord.py; 2.0

Doesnt Work

This is what I get:
PS C:\Users\tyler> pip install -U git+https://github.com/Rapptz/discord.py@rewrite
Collecting git+https://github.com/Rapptz/discord.py@rewrite
Cloning https://github.com/Rapptz/discord.py (to revision rewrite) to c:\users\tyler\appdata\local\temp\pip-req-build-91tpp8w6
Running command git clone -q https://github.com/Rapptz/discord.py 'C:\Users\tyler\AppData\Local\Temp\pip-req-build-91tpp8w6'
WARNING: Did not find branch or tag 'rewrite', assuming revision or ref.
Running command git checkout -q rewrite
error: pathspec 'rewrite' did not match any file(s) known to git
ERROR: Command "git checkout -q rewrite" failed with error code 1 in C:\Users\tyler\AppData\Local\Temp\pip-req-build-91tpp8w6

The bot works for a couple seconds then stops working, how do I fix?

Loading..
Ready to be innocent.
announcements has been deleted in WLR Pokémon
tournament-battles-4 has been deleted in WLR Pokémon
interactive-giveaways has been deleted in WLR Pokémon
pokecord-battles-1 has been deleted in WLR Pokémon
gaming_suggestions has been deleted in WLR Pokémon
Gaming has been deleted in WLR Pokémon
ghostflying-gym has been deleted in WLR Pokémon
elite-four-information has been deleted in WLR Pokémon
admin-chat has been deleted in WLR Pokémon
dragonground-gym has been deleted in WLR Pokémon
❓ Information ❓ has been deleted in WLR Pokémon
pokecord-trade-promotion has been deleted in WLR Pokémon
partnership-requirements has been deleted in WLR Pokémon
tournament-sign-up has been deleted in WLR Pokémon
Mudea Bot has been deleted in WLR Pokémon
Ignoring exception in command destroy:
Traceback (most recent call last):
File "/Users/firenair/Downloads/Innocent-bot-master-2/innocent.py", line 144, in destroy
print (f"{channel.name} has been deleted in {ctx.guild.name}")
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/idlelib/run.py", line 373, in write
return self.shell.write(s, self.tags)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/idlelib/rpc.py", line 608, in call
value = self.sockio.remotecall(self.oid, self.name, args, kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/idlelib/rpc.py", line 220, in remotecall
return self.asyncreturn(seq)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/idlelib/rpc.py", line 251, in asyncreturn
return self.decoderesponse(response)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/idlelib/rpc.py", line 271, in decoderesponse
raise what
UnicodeEncodeError: 'UCS-2' codec can't encode character '\U0001f368' in position 0: Non-BMP character not supported in Tk

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/discord/ext/commands/core.py", line 79, in wrapped
ret = await coro(*args, **kwargs)
File "/Users/firenair/Downloads/Innocent-bot-master-2/innocent.py", line 146, in destroy
print (f"{channel.name} has NOT been deleted in {ctx.guild.name}")
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/idlelib/run.py", line 373, in write
return self.shell.write(s, self.tags)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/idlelib/rpc.py", line 608, in call
value = self.sockio.remotecall(self.oid, self.name, args, kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/idlelib/rpc.py", line 220, in remotecall
return self.asyncreturn(seq)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/idlelib/rpc.py", line 251, in asyncreturn
return self.decoderesponse(response)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/idlelib/rpc.py", line 271, in decoderesponse
raise what
UnicodeEncodeError: 'UCS-2' codec can't encode character '\U0001f368' in position 0: Non-BMP character not supported in Tk

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

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/discord/ext/commands/bot.py", line 863, in invoke
await ctx.command.invoke(ctx)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/discord/ext/commands/core.py", line 728, in invoke
await injected(*ctx.args, **ctx.kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/discord/ext/commands/core.py", line 88, in wrapped
raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: UnicodeEncodeError: 'UCS-2' codec can't encode character '\U0001f368' in position 0: Non-BMP character not supported in Tk

==== RESTART: /Users/firenair/Downloads/Innocent-bot-master-2/innocent.py ====
Loading..
Ready to be innocent.
Ignoring exception in command destroy:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/discord/ext/commands/bot.py", line 863, in invoke
await ctx.command.invoke(ctx)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/discord/ext/commands/core.py", line 721, in invoke
await self.prepare(ctx)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/discord/ext/commands/core.py", line 678, in prepare
await self._verify_checks(ctx)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/discord/ext/commands/core.py", line 627, in _verify_checks
raise CheckFailure('The check functions for command {0.qualified_name} failed.'.format(self))
discord.ext.commands.errors.CheckFailure: The check functions for command destroy failed.

you're probably getting banned

Discord 99.999% checks for this behaviour and disables any account that does so. Would recommend getting a proper bot to do this.

[Enhancement] Better and Newer version (by me)

Better

I made an updated version, just for people that are having problems with this one or want a Command Line Interface mode.

Updated

You now get the latest version of discord.py that is supported for self bots and will soon move to discord.py-self.

Features

  • CLI mode (control from the console)
  • Options (choose between bot or user) and better descriptions
  • Active maintainer

Respiratory/Download: Innocent Bot

Doesnt work??

i get alot of errors saying that the token is invalid, but when i remove "bot=True" in token the bots goes online but doesnt work

Won't ban properly

It doesn't ban all members properly, I did it on my own server and it didn't ban people even though they do not have admin

21-04-24-14-20-48.mp4

how do i add a token?

in the setup instructions you state the following:

After this, open the bot file in an IDE or text editor and input your token and desired prefix.

where is the bot file?

mall DMs only those with which you have DMs open

How to reproduce this issue: Go to a server which you don't know the members of (or dont have dms open with), do [prefix]mall owo, it will only dm you (which is not possible).
What I did to fix it: try to create DM:channel = await user.create_dm() await channel.send(message), did the same thing as before.

Commands

Hello! I've tried testing and playing with the bot but it seems the commands that are meant for users only affect the bot it self. The console doesn't even show it attempting to kick, ban, rename etc other users. Would be lovely to fix this, or know how to.

Lisence

I wonder if you could maybe add a license to this respiratory

Unable to start with bot token

The Python Script won't start when I try using a bot token. id prefer not to have my account deleted so I created a Bot. and I was going to use Discord LiveBot to send the commands. I can give the bot full permissions and join it to the server. just not sure why I can't use a bot token. the script opens and almost instantly closes. and works fine with regular tokens.

Can't start the script

Hi there,
I was trying to try your script but I received this instead:

C:\Users\TheWinner\AppData\Local\Programs\Python\Python37>python.exe C:\Users\TheWinner\Downloads\Innocent-bot-master\Innocent-bot-master\innocent.py Traceback (most recent call last): File "C:\Users\TheWinner\Downloads\Innocent-bot-master\Innocent-bot-master\innocent.py", line 8, in <module> import discord File "C:\Users\TheWinner\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\__init__.py", line 20, in <module> from .client import Client, AppInfo, ChannelPermissions File "C:\Users\TheWinner\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\client.py", line 38, in <module> from .state import ConnectionState File "C:\Users\TheWinner\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\state.py", line 36, in <module> from . import utils, compat File "C:\Users\TheWinner\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\compat.py", line 32 create_task = asyncio.async ^ SyntaxError: invalid syntax

Can you help me?

What am I using?

OS: Windows 10
Python: 3.7.0
discord.py is installed
PIP version:18.0

How do I get the User Account Token?

Do I still get the token the same way or no, because I had tried getting the token back in January and I couldn't find the token. Please help.

Doesnt Work

I dont know what I am doing wrong. All dependencies are installed properly. I am imputting my token, prefix and rename_to value. Keeps saying invalid syntax... If you can help me that would be great!

commands not working

when i type ~dall condition all it doesnt recognise "all". can you help me fix it?

mall doesnt work

I am trying to do the mall (message all command) but it either doesnt work at all, or only messages a person I talked to before

Add a New Command

Add a command that transfers ownership of a discord server if possible.

Improper install command

Your install command for discord.py rewrite is incorrrect. The correct form is pip3 install git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py.

Nuker

Great Job Buddy. I've also done this same bot but a bit more different from this and more powerful. Made in Java Check it out Buddy.

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.