Skip to content

PiggyAwesome/discord-spammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Spammer #1

Discord selfbot with a nice button to spam a message on multiple tokens

1. Install the requests module

pip install requests

2. Edit the config inside spam_1.py

messageContent = "" # The content of the message that should be spammed
channel = "" # The id of the channel that should be spammed in
tokens_directory = "" # Where to find tokens that should be spammed with

Click the button that pops up to send your message!

Discord-Spammer #2

Discord selfbot to spam a message a certain number of times

1. Install the selfbot module

pip install discord.py-self

2. Edit the config inside spam_2.py

token = "TOKEN HERE" # Insert your 0auth token here
start = "START MESSAGE" # What is the trigger command
message = "SPAM MESSAGE" # What message to spam
amount = 69 # How many times should the message repeated
delay = 5 # Delay between messages

image

Only proof of concept! Do not use! Made for education reasons!

Do not use this selfbot! It is against the Discord Terms of Service! I made and uploaded this spammer to show skids how easy it is to program in python. (Yes)
If you do use this selfbot, PiggyAwesome will not be held responsible if anything happens with your account or anything you used this selfbot for.

About

Discord selfbot to spam a message

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages