Giter Club home page Giter Club logo

selfbot-1's Introduction

Selfbot

A Selfbot for Discord

What is this?

Discord's mobile client is a bit lacking on server moderation so this adds some more functionality there.

Setup

I will be showing how to set it up on an Android device, using Termux.

What you will need:

A Computer
An Android Phone
Some way to transfer files between the two

Getting your token

WARNING: DO NOT SHARE YOUR TOKEN WITH ANYONE. IT WILL ALLOW PEOPLE TO SEND MESSAGES, DELETE SERVERS, AND HAVE ALMOST FULL ACCOUNT CONTROL
Open your Discord client on your computer.
If you are on Windows press: `Ctrl + Shift + I`
If you are on Mac OS press: `Command + Shift + I`
You should see the Electron inspector appear on the side of the screen.


You are going to want to click the `»` then click `Application`.
You will see somthing like this:

Click `Local Storage`, then `https://discordapp.com`. There should be a list.
You want to get your token.


Copy this over to your Android device in any way you want.

Woah Termux!

Termux is a terminal emulator for android. You want to go [here](https://play.google.com/store/apps/details?id=com.termux&hl=en) to get it.
Download and install Termux, and open it.

Installing Dependencies
Run the following commands:
`apt update` to update the package list.
`apt install git` to install the git client.
`apt install nano` to install the nano editor.
`apt install nodejs` to install Node.JS.
`npm install abalabahaha/eris` to install Eris.

Installing the Selfbot
`git clone https://github.com/SplitPixl/Selfbot/` to clone this repo.
You now have this repo cloned into Termux.
`cd Selfbot` to move into the Selfbot folder.
`nano config.json` to edit the config
Remember that token you copied earlier? Paste it in the config next to`"token":`


Don't forget to put it in quotes.
You can also change the command prefix to whatever you want. Now to exit, push `Volume Up + X`, then `y`, then `y` again to exit Nano.

Now after all this, you should be ready to test your selfbot.
Run the command: `node selfbot.js` to start it. If everything has gone well, you should see
`Ready As: username`
If you see this, go into Discord and type `>+help`. You should see the help menu appear.

selfbot-1's People

Contributors

splitpixl avatar aurieh avatar

Watchers

James Cloos avatar

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.