Giter Site home page Giter Site logo

zeenode / selfbot Goto Github PK

View Code? Open in Web Editor NEW
46.0 4.0 49.0 281 KB

Future of Discord Selfbots.

Home Page: https://zeenode.github.io/selfbot-site/

License: MIT License

Batchfile 0.50% Python 99.50%
selfbot discord discord-selfbot future zeenode

selfbot's Introduction

Zeenode Discord Selfbot

T.O.S

This repository/project is under MIT licence, if you are using it please leave watermark to the organisation. (github.com/zeenode)

Selfbot Portfolio:

About the project

  • This project is mainly made for people who want to understand discord.py lib for python so that they can develop their skills in using it. Discord prohibits Selfbots so if you want to use this you will use it at your own risk.

Changelog 2/26/2022/

Discord disabled normal users (non bots) from sending embed texts, so all the commands are re-done to not have embed.
  • Fixed some deprecated error messages
  • Fixed some minor bugs
  • Fixed missing some import requirements
  • Added servericon aliases to guildicon command
  • Fixed misspelling in help command at section text_encoding [encode_sha521 >> encode_sha512]
  • Added zoki command (it doesnt make any sense, but today on this day that the change is made is our friend zoki "eqxm"'s birthday.
  • Added missing arguments listener to some of the commands such as $purge
  • Removed broken commands
  • 50+ commands updated.

WARNING!!!

  • You agree not to (and not to attempt to) (i) use the Service for any use or purpose other than as expressly permitted by these Terms;(ii) copy, adapt, modify, prepare derivative works based upon, distribute, license, sell, transfer, publicly display, publicly perform, transmit, stream, broadcast, attempt to discover any source code, reverse engineer, decompile, disassemble, or otherwise exploit the Service or any portion of the Service, except as expressly permitted in these Terms; or (iii) use data mining, robots, spiders, or similar data gathering and extraction tools on the Service.

  • This in short means that Discord prohibits any form of bots and automation, which means that selfbot is prohibited by ToS. This is for educational purposes only, if you want to use it use it at your own risk. We do not take any responsibility for you.

How to install and use Zeenode Discord Self-Bot?

  • Windows:
    1. Download python, preferably 3.7.0. You can do that by heading to this link, https://www.python.org/downloads/release/python-370/.
    2. Git clone the repository. You can do this by typing in your command prompt "git clone https://github.com/zeenode/selfbot" (You will need git which you can download from https://git-scm.com/download/win)
    3. Run install.bat then launch.bat and input your token. You will need to do this everytime you start the selfbot. Alternatively you can put your token in the config.py file.
  • GNU/Linux:
    1. Download python, preferably 3.7.0. You can do that by heading to this link, https://www.python.org/downloads/release/python-370/ and installing the gunzipped source tarball. (Note you will need to build python from source. Alternatively you can download it from the terminal by using your distro's package manager, although it will be the newest version, not 3.7.0)
    2. Git clone the repository. You can do this by typing in your terminal "git clone https://github.com/zeenode/selfbot" (You will need git for this which you can download from the terminal by using your distro's package manager.)
    3. Run the python file and input your token. You will need to do this everytime you start the selfbot. Alternatively you can put your token in the config.py file.

Commands / How to use?

Type (prefix)help (ex. $help) to see list of categories !
Type (prefix)help (category) (ex. $help textencoding) to see list of commands in category !

Notice:

Activity Status like:

  • $watching, $listening or $playing won't work if you actually have already an activity!

  • Only $streaming will work!

  • To Get help with commands type (prefix)"$help main" and from there you can use $help and the name of category.

  • Command zoki makes no sense. It is added because today is my good friend's "eqxm" aka. zoki birthday.

Disclaimer:

For educational purposes only, (Github Organisation) Zeenode is not resposible for whatever you do with this.

selfbot's People

Contributors

bekston avatar owersite 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

Watchers

 avatar  avatar  avatar  avatar

selfbot's Issues

Error

Traceback (most recent call last):
File "C:\Users\Dylan\Downloads\selfbot-master\selfbot-master\zeenode\launch.py", line 2, in
from zeenode.load import load
File "C:\Users\Dylan\Downloads\selfbot-master\selfbot-master\zeenode\zeenode\load.py", line 3, in
from discord.ext import commands as zeenode
ImportError: cannot import name 'commands' from 'discord.ext' (unknown location)

help

Traceback (most recent call last):
File "C:\Users(myuser)\Downloads\selfbot\zeenode\launch.py", line 2, in
from zeenode.load import load
File "C:\Users(myuser)\Downloads\selfbot\zeenode\zeenode\load.py", line 8, in
bot = zeenode.Bot(command_prefix=prefix, self_bot=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: BotBase.init() missing 1 required keyword-only argument: 'intents'
Finished!
Press any key to continue . . .

tf

Nitro sniper not working

When i do $nitro it says (Someone sent nitro gift code (kzdPfR9sWLGqYEYg). But it was claimed.)
but when someone else puts a code it dose nothing

Some help

Can someone help me figure out how to using this make a self bot for copy messages from one server to another? I'm a new to discord.py and python itself, ad will try to do it myself this day. Thx for attention)

Not working (check comments)

Well I put my token in and it doesn't seem to work and it says improper token but I put the right token and yet it still load up so please at the soonest time you can thank you.

I HAVE NO IDEA WTF IM DOING PLS HELP!!

pls i have no idea wtf im doing-- i just want to set up the damn bot but your shit isn't very clear on how- plus on ur webpage the discord link don't work

not working

File "load.py", line 4, in
from zeenode.config import auth, prefix, nitro_sniper, giveaway_sniper
ModuleNotFoundError: No module named 'zeenode'

Replit

Hello, @owersite, @Bekston, @flowitoo, @v01d2, deep apologies for the pings, I was just wondering if any of you know how to make it work on Replit? If so, contact me on Discord at Shkeffy#9999, and thank you so very much for taking the time to actually read this, most developers don't :/

serverinfo not fully working

as it seems like this is the first non-troll issue xD

well, your serverinfo command has two bugs:

  1. it always says "1 Member"
  2. it says "Owner: None"

any quick fix for this?

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.