ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

Discord raid bot source code by Amy3 ( Python )


  • Please log in to reply
Discord raid bot source code by Amy3 ( Python )

#1

Amy3
Amy3
    Offline
    0
    Rep
    2
    Likes

    Amy3

Posts: 25
Threads: 9
Joined: Apr 04, 2018
Credits: 0
Six years registered
#1

:excl:  I AM NOT TAKING ON YOUR ACTIONS ANYTHING YOU DO WITH THIS IS YOUR FAULT  :excl:

                      This is a swing off of a GitHub Post i found hope you like it 

                           You have to manually make the bots join the server  ;-;

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ :wub:

 

# Amy3 Bots
import discord
import pickle
import random
import asyncio
import os
import time
import sys

#user token this is a selfbot
token = ("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
client = discord.Client()
#this var holds the message spammed
raidtxt = str(input("Message to spam:"))
#this var holds the ammount of the raidtxt to spam
spamamt = int(input("Message spam amount:"))

#basic cli output showing the bots status
@Client.event
async def on_ready():
    print ('Amy3 Raiders')
    print ('-------------------')
    print ('Bot Username')
    print ('-------------------')
    print (client.user.name)
    print ('-------------------')
    print ('Bot id')
    print ('-------------------')
    print (client.user.id)
    print ('-------------------')

# >>Attack<< can be changed to what you would like the bots to start on eg >>Attack<< the bots will start
# you type this in the chat you would like the bots to spam
@Client.event
async def on_message(message):
    if message.content.startswith(">>Attack<<"):
        for x in range(0, spamamt):
            time.sleep(1)
            await client.send_message(message.channel, raidtxt)

#this is saying the bot is not reg with discord / Selfbot
client.run(token, bot=False)

 

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ :wub:


  • 0

#2

zoiadanois
zoiadanois
    Offline
    0
    Rep
    0
    Likes

    Member

  • PipPipPip
Posts: 27
Threads: 0
Joined: Apr 09, 2018
Credits: 0
Six years registered
#2

good job


  • 0

#3

KiiRanFuu
KiiRanFuu
    Offline
    0
    Rep
    1
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 130
Threads: 0
Joined: Apr 14, 2018
Credits: 0
Six years registered
#3

You are adding alot of modules for nothing...

Like OS or sys


  • 0

#4

koefdp
koefdp
    Offline
    0
    Rep
    1
    Likes

    Member

Posts: 42
Threads: 0
Joined: Jul 04, 2018
Credits: 0
Five years registered
#4
  • what

  • 0

#5

hacker126
hacker126
    Offline
    0
    Rep
    1
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 107
Threads: 1
Joined: Mar 11, 2018
Credits: 0
Six years registered
#5

Thanks for this


  • 0

#6

ISingaGamingYT
ISingaGamingYT
    Offline
    0
    Rep
    0
    Likes

    New Member

  • PipPip
Posts: 14
Threads: 0
Joined: Nov 06, 2018
Credits: 0
Five years registered
#6

Helpful, it can be used to troll discord groups XD


  • 0

#7

chrworld
chrworld
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 7
Threads: 0
Joined: Jan 03, 2019
Credits: 0
Five years registered
#7

What, Python Discord ? Better Node.js


  • 0

#8

yarsenv47
yarsenv47
    Offline
    0
    Rep
    1
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 86
Threads: 0
Joined: Jul 26, 2018
Credits: 0
Five years registered
#8

nice job


  • 0

#9

MethodMaker
MethodMaker
    Offline
    0
    Rep
    0
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 95
Threads: 0
Joined: Aug 23, 2019
Credits: 0
Four years registered
#9
Thx

  • 0

#10

MethodMaker
MethodMaker
    Offline
    0
    Rep
    0
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 95
Threads: 0
Joined: Aug 23, 2019
Credits: 0
Four years registered
#10
Thx

  • 0


 Users browsing this thread: