All Projects → ajmeese7 → Spambot

ajmeese7 / Spambot

Licence: mit
Discord spambot to level up profiles on other bots.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Spambot

Basicbot
A basic example of a Discord Bot written in Python. (discord.py)
Stars: ✭ 73 (-7.59%)
Mutual labels:  discord-bot, discord
Discord feedbot
Moved to https://gitlab.com/ffreiheit/discord_feedbot
Stars: ✭ 67 (-15.19%)
Mutual labels:  discord-bot, discord
Rpgbot
A Discord Bot with lots of RPG utilities
Stars: ✭ 63 (-20.25%)
Mutual labels:  discord-bot, discord
Discordgsm
📺 Monitor your game servers on Discord and tracks the live data of your game servers. Also support one-click deployment to Heroku, self-hosted. Invite: https://discordgsm.com/invite
Stars: ✭ 74 (-6.33%)
Mutual labels:  discord-bot, discord
Luna
An adorable Discord.js bot. Free, Open Source and Cross Platform, usable as a solid base for larger projects. Written in NodeJs.
Stars: ✭ 76 (-3.8%)
Mutual labels:  discord-bot, discord
Spacexlaunchbot
A Discord bot for getting news, information, and notifications about upcoming SpaceX launches
Stars: ✭ 63 (-20.25%)
Mutual labels:  discord-bot, discord
Distube
A Discord.js v12 module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites
Stars: ✭ 73 (-7.59%)
Mutual labels:  discord-bot, discord
Nitro
A discord bot
Stars: ✭ 56 (-29.11%)
Mutual labels:  discord-bot, discord
Invite Manager
This bot will show who invited who. It's recording and showing the total count of invitations of an user, how many of them left, etc.
Stars: ✭ 77 (-2.53%)
Mutual labels:  discord-bot, discord
Bot
A Discord bot for all your needs. With memes, utilities, moderation & more, Fire is the only bot you'll need.
Stars: ✭ 79 (+0%)
Mutual labels:  discord-bot, discord
Misaki
Misaki is Discord Bot designed for communities with commands ranging from gif based anime reactions, to head scratching trivia commands.
Stars: ✭ 78 (-1.27%)
Mutual labels:  discord-bot, discord
Open Sourcebot
An open source Discord bot created and run by TheSourceCode community.
Stars: ✭ 81 (+2.53%)
Mutual labels:  discord-bot, discord
Discord.js Lavalink
A discord.js lavalink client
Stars: ✭ 62 (-21.52%)
Mutual labels:  discord-bot, discord
Nullctf
A Discord bot that provides ctf tools for collaboration in Discord servers!
Stars: ✭ 78 (-1.27%)
Mutual labels:  discord-bot, discord
Bottyclient
A slim Discord client with many cool features including less network traffic which supports bot tokens, but user tokens theoretically work too. Tags: Discord Bot Client Token for Bot Botting Download English
Stars: ✭ 58 (-26.58%)
Mutual labels:  discord-bot, discord
Discord Slash Bot
This bot is a simple Discord Slash Bot.
Stars: ✭ 64 (-18.99%)
Mutual labels:  discord-bot, discord
Zira
Zira is a Discord Bot that allows you to react to an emoji on a message and manage a users roles.
Stars: ✭ 55 (-30.38%)
Mutual labels:  discord-bot, discord
Crucian
⚡ Discord bot with economy, gambling, music, fun, moderation features based on discord.js v12
Stars: ✭ 55 (-30.38%)
Mutual labels:  discord-bot, discord
Axoncore
The best fully featured discord bot framework for javascript (eris, discordjs or detritusjs)!
Stars: ✭ 68 (-13.92%)
Mutual labels:  discord-bot, discord
Create Discord Bot
Create Discord bots using a simple widget-based framework.
Stars: ✭ 70 (-11.39%)
Mutual labels:  discord-bot, discord

😈 Spambot 😈

JavaScript License Stars Forks Leave a Star!

Spambot Usage GIF

This selfbot's primary purpose is to level up your profile on Discord bots such as mee6 or Tatsumaki. Of course, either of those bots must be installed on the server you intend to use this bot on for you to gain experience.

Since your Tatsumaki profile transfers across servers (unlike mee6), you can create your own server specifically for spam messages and no one (except Discord) will know. When you connect to other servers, they will just see your Tatsumaki profile and think you're one cool cat.

mee6 gives out between 15-25 XP once per minute to prevent XP spamming, so you could change the times on the bot to reflect that very easily. It's as simple as changing minTime = Math.ceil(2112) to minTime = Math.ceil(60000) and doing something similar to maxTime. I recommend doing something like this because spamming messages too quickly can cause DiscordAPIErrors, which can force the bot to stop. The settings on my personal bot are minTime = Math.ceil(7500) and maxTime = Math.floor(11240). Tatsumaki only grants XP once every two minutes, so if you are only planning on targeting XP gain on that bot, you can set the time between messages to two minutes and one second (in milliseconds).

Please feel free to modify this in any way you like. I just ask that you give credit where credit is due (and leaving a star wouldn't hurt!). If you have any problems or suggestions, feel free to open an issue or a pull request, whichever is relevant. Just remember that this is intended to be a spambot, not a fully-functional selfbot. If you're looking for something that does awesome tricks like animating emojis or searching Google, try SharpBot by RayzrDev or the creatively-named Discord-Selfbot (I'm one to talk, right?) by appu1232.

Note: Using a selfbot, especially one that spams servers with messages (like this one), may violate the Discord terms of service. If you use this, your account could be shut down. I claim no responsibility if this happens to you. You have been warned.

Downloading

In a command prompt in your projects folder (wherever that may be), run the following:

git clone https://github.com/ajmeese7/spambot

Also note that this will not work if you are running discord.js 11.6.3 or higher. To install the newest version of discord.js that this will work on, run the following in command prompt:

npm install [email protected]

Once finished:

  • Ensure you have NodeJS installed on your PC by running npm. If not, Google how to install it and do that now
  • In the folder from where you ran the git command, run cd spambot and then run npm install
  • Edit config.json and enter your token and desired prefix. It should look like this afterwards:
{
  "botToken": [ "YOUR_TOKEN_HERE", "if you want multiple accounts, put any other tokens here" ],
  "prefix": "YOUR_DESIRED_PREFIX_HERE"
}

Your prefix can be anything you want, but I tend to use the / because you're unlikely to ever use it on accident.

Getting your login token

Go to this link and follow the instructions to get your login token.

KEEP YOUR TOKEN SECRET, AND NEVER SHARE IT WITH ANYONE

Controlling the selfbot

I run the bot on Node v9.0.0, and I can't verify whether or not it will run on other versions. Before creating an issue, please ensure that you try with v9.0.0 or later. If you get any warnings when running npm install, try ignoring them and running the bot first to check if it works anyways.

To start the selfbot, open a command prompt from the folder containing the repository, run:

node bot.js

To stop it, click on the terminal and press CTRL+C, which will kill the process.

Command Flags

For users who want easy control over the bot without modifying any code, this is for you.

  • --message "Your message here" will change the text that is spammed
  • --maxMessages 100 will stop the bot after 100 messages are sent
  • --setTime 1000 makes the message send exactly every 1000 milliseconds, or every second
  • --minTime 2000 sets minTime to 2 seconds, which will be the minimum amount of time that passes between each message sending
  • --maxTime 5000 sets maxTime to 5 seconds, which will be the maximum amount of time that passes between each message sending
  • --prune will delete the messages immediately after they are sent

A full example command I used is node bot.js --message "testing new flags" --maxMessages 4 --setTime 2500 --prune.

NOTE: using the setTime flag will override minTime and maxTime, so attempting to use both methods will be pointless. Also keep in mind that setting times that are very small can cause unexpected behavior in Discord, such as deleting the wrong messages and not deleting at all.

Stargazers

Stargazers over time

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].