PDA

View Full Version : Discord spam script



xdkys
10-24-2017, 12:11 AM
Run it with ur selfbot on discord or what method you want to use, change sleep to edit how long it waits between messages

import string
import random
import asyncio
a = 'AAAAAAAAAA' * 20 * 10
b = 'BBBBBBBBBB' * 20 * 10
arg = ''
while True:
for i in a:
meme = random.randint(0, 5)
if meme == 0:
arg += random.choice(string.ascii_uppercase)
elif meme == 1:
arg += random.choice(string.ascii_lowercase)
elif meme == 2:
arg += random.choice(string.digits)
elif meme == 3:
arg += random.choice(string.punctuation)
await ctx.send(arg[1:1999])
await asyncio.sleep(3)

boubacs
11-16-2017, 01:39 AM
thanks great script

oreoluwa3
06-27-2019, 06:25 PM
Thanks for the script gonna try it out soon

cardsplayer
03-04-2021, 10:27 PM
Will try it out and play with it. Simple and effective, great.

Nosaz
01-09-2022, 06:52 AM
Thank you for the script