Git Product home page Git Product logo

selfbot's Introduction

โš  All selfbots (and any other 3rd-party clients or client modifications) break Discord's Terms of Service. Using a selfbot or any client mods puts your account at risk for deletion. Please do not use a selfbot nor any client modifications.

๐Ÿ”— Terms of Service: https://discordapp.com/terms

๐Ÿ”— API Terms of Service: https://discordapp.com/developers/docs/legal

๐Ÿ”— Community Guidelines: https://discordapp.com/guidelines

This project is no longer supported for the reasons detailed above.

selfbot's People

Contributors

jagrosh avatar spotlightishere 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

selfbot's Issues

Fatal RestActions

Hi, I got two fatal errors, of which I am not sure if anything should be done about it...

[07:52:58] [Info] [Emojis]: Successfully loaded 7 custom emojis!
[07:52:58] [Info] [Todo]: Successfully loaded 1 todo entries!
[07:53:03] [Info] [JDA]: Login Successful!
[07:53:04] [Info] [JDASocket]: Connected to WebSocket
[07:54:40] [Info] [JDA]: Finished Loading!
[07:54:40] [Info] [Selfbot]: Successfully logged in as
You are currently in 37 guilds!
Type self.help in Discord to get started!
[07:54:41] [Fatal] [RestAction]: RestAction queue returned failure: [ErrorResponseException] 10008: Unknown Message
[07:54:41] [Fatal] [RestAction]: RestAction queue returned failure: [ErrorResponseException] 10008: Unknown Message

Embed Colour

Getting Default Embed Colour Pink How to change it

Cannot find self.js

Hi, i've recenlty downloanded this Discord SelfBot, but when im trying to run it, it's saying cannot find module ........Selfbot-master\src\jselfbot\entities\self.js
Can you help, or i didn't done something?

Idea

I have an idea for the selfbot, Add more "embed" options, example, the command !imgembed http://image.com/img.png will send an embedded image, !avatar [Mention Or Id] Will give the avatar, !sayembed will do an fake quote.
Etc ....

[Suggestion] Bash command

Would be cool have a bash command, for example if would be useful when you have your Selfbot running on a VPS and you want to download something into it, etc.

The Twitch command is stuck!

I can't change my status back to normal! it's stuck on streaming!!!
I did /setgame and restarted the bot and nothing is working!!

A e s t h e t i c s

I don't really know if that is really useful but, can we add an aesthetics command ?

Music

Add a "play" command to play music, including volume commands, skip, stop etc....

Another Issue, relating to the run.bat

So back again with another issue, now I've installed java and jdk, the source code, JSelfBot.jar, run.bat and run.command and I seem to have the same issue
image as provided with a screenshot of the run.bat
Any info would be great, I do believe as it is just me

New release?

I don't want to rush you but the last release was in april :)

self.quote not working properly when done from one DM to another

Hi,
Quoting text from one DM to another DM does not work. You get some random quoted text from the DM you're posting the message to instead of where you copied it from.
For example, let's say that I copied a message ID from DM A, posted it in DM B, but I got random quoted text from DM B rather than A.
I hope that there's a way to fix this in future updates.

run.command doens't run

Whenever I run the run.command file (I'm on macOS Sierra), I get presented with this:

Command

I have full read and write permissions for the file. Would it matter in which directory all the files are in? I moved them from Downloads to ~/Code/Discord Selfbot:

File locations

(Sorry if this is a dumb question, I don't really know anything about this side of development)

Suggestion

Possibly add a urban dictionary command which is something like self.urban [text] which then responds back with whatever the person put in [text]. For example self.urban america it would return the Definition at the top and the n the example below. Right at the bottom, it would say "Defined by [person]" which then including how many upvotes and downvotes it has. This is an example of a bot using the urbandictionary for America.

Error with the JSelfBot.jar

C:\Users\user\Desktop\New folder>java -jar JSelfBot.jar
Error: Unable to access jarfile JSelfBot.jar
Please help the JSelfbot.jar isn't working.

2FA login

When I login with a token with 2FA it
[17:25:06] [Warning] [Emojis]: emojis.json was not found! This can be ignored if this is the first time running this.
[17:25:06] [Warning] [Todo]: todo.json was not found! This can be ignored if this is the first time running this.
[17:25:11] [Info] [JDA]: Login Successful!
[17:25:12] [Info] [JDASocket]: Connected to WebSocket
and Stucks at this point.

Two suggestions.

Hey, I recently just got your SelfBot but I thought of having a suggestion as it does seem helpful, but isn't against the Discord ToS.
This idea would be something quite simple, like statistics, which could look something like; http://prntscr.com/faeojf this is an example off of a normal Discord bot.
Another suggestion which I don't know if this is possible (or I can do) but every time I open up Discord in the application I also have to open up the "run" which is a different file name - I don't know if you can but can you possible make it so it automatically turns it on when you open up Discord, or this works already.
I hope these get implemented in, anyway good day.

[Suggestion]self.stream Command?

Add a stream linking command
ex: self.stream STREAMERSNAME
will output something like this in an embeded box:

streamersname just went live!
(Shows their avatar on twitch)
(Shows what game their playing)
(And other info below)

Giving me an error when I try to run

When I try to run the selfbot, it tells me this..

PS C:\Users\Gaming\Downloads\JSelfBot> java -jar JSelfBot.jar Error: Unable to access jarfile JSelfBot.jar

If you can help, it would be great.

Add run.sh for easy running on Linux

Ok I know it isn't exactly very hard to just type java -jar JSelfbot.jar every time (Especially since you can usually just hit tab after typing the first letter of the file)
But,
I was thinking since the other OSes have scripts to run the program quickly, what about Linux? :P

It would literally just be this:

#!/bin/bash
java -jar JSelfbot.jar

And you'd probably have to chmod +x run.sh the first time you try to execute it (Or tick a box in your file manager's prooperties window)
But from then on, the selfbot can be launched using ./run.sh (unless it's somewhere thats on your path, then I guess it'd be run.sh)

Just another random thought that came to mind when browsing the repo and using the bot, might help Linux users in the future maybe ยฏ\_(ใƒ„)_/ยฏ

avatar command no longer works

When you use (prefix).avatar @usermention#discrim the following error gets spit into console:

[18:03:27] [Fatal] [JDA]: One of the EventListeners had an uncaught exception
[18:03:27] [Fatal] [JDA]: Encountered an exception:
[18:03:27] [Fatal] [JDA]: java.lang.NumberFormatException: The specified ID is not a valid snowflake (<@90357086428368896>). Expecting a valid long value!
        at net.dv8tion.jda.core.utils.MiscUtil.parseSnowflake(MiscUtil.java:137)
        at net.dv8tion.jda.core.entities.impl.JDAImpl.getGuildById(JDAImpl.java:407)
        at jselfbot.commands.AvatarCmd.execute(AvatarCmd.java:51)
        at jselfbot.Command.run(Command.java:42)
        at jselfbot.Bot.onMessageReceived(Bot.java:114)
        at net.dv8tion.jda.core.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:381)
        at net.dv8tion.jda.core.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:84)
        at net.dv8tion.jda.core.handle.MessageCreateHandler.handleDefaultMessage(MessageCreateHandler.java:129)
        at net.dv8tion.jda.core.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:50)
        at net.dv8tion.jda.core.handle.SocketHandler.handle(SocketHandler.java:38)
        at net.dv8tion.jda.core.requests.WebSocketClient.handleEvent(WebSocketClient.java:770)
        at net.dv8tion.jda.core.requests.WebSocketClient.onTextMessage(WebSocketClient.java:500)
        at com.neovisionaries.ws.client.ListenerManager.callOnTextMessage(ListenerManager.java:352)
        at com.neovisionaries.ws.client.ReadingThread.callOnTextMessage(ReadingThread.java:260)
        at com.neovisionaries.ws.client.ReadingThread.callOnTextMessage(ReadingThread.java:238)
        at com.neovisionaries.ws.client.ReadingThread.handleTextFrame(ReadingThread.java:963)
        at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:746)
        at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
        at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
        at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)

and the command fails

HELP & How Get List Of cmds ?

[00:20:44] [Fatal] [RestAction]: RestAction queue returned failure: [ErrorResponseException] 0: Discord encountered an internal server error! Not good!
[00:20:44] [Fatal] [JDARequester]: Encountered an exception:
[00:20:44] [Fatal] [JDARequester]: com.mashape.unirest.http.exceptions.UnirestException: java.net.SocketException: Connection reset
at com.mashape.unirest.http.HttpClientHelper.request(HttpClientHelper.java:143)
at com.mashape.unirest.request.BaseRequest.asString(BaseRequest.java:56)
at net.dv8tion.jda.core.requests.Requester.execute(Requester.java:132)
at net.dv8tion.jda.core.requests.ratelimit.ClientRateLimiter$Bucket.run(ClientRateLimiter.java:202)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at sun.security.ssl.InputRecord.readFully(Unknown Source)
at sun.security.ssl.InputRecord.read(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
at sun.security.ssl.AppInputStream.read(Unknown Source)
at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at com.mashape.unirest.http.HttpClientHelper.request(HttpClientHelper.java:138)
... 10 more

Google Search Bug.

When i try to do a search with the selfbot, apparently when your search wasn't successfull , it does this :
image
Is that a bug with the country or something like this ?

Support Discord Server?

It'd be cool if there was a discord server anyone using your bot could go into and well, ask for support instead of coming here :D

[request] AFK command

If anyone dms you, or pings you, it'll give them a custom message made by you telling them that you're afk.

not sure if this is possible, but that'd be pretty cool!

Help

Is there a way to change the colour on the side from pink/purple to a different colour?
image

Problem with steps

I am not able to find the "run.bat" file, was this removed? Or is this an issue? Or do I just need help with this

Stupid question, but where to download emoji.json and todo.json

I downloaded the bot and followed the steps but keep getting:
[17:51:36] [Warning] [Emojis]: emojis.json was not found! This can be ignored if this is the first time running this.
[17:51:36] [Warning] [Todo]: todo.json was not found! This can be ignored if this is the first time running 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.