nyx

The first CODM discrod bot -- cath.exe Template
git clone https://codeberg.org/night0721/nyx
Log | Files | Refs | LICENSE

commit a3af591df255f6cdc0baa0a2fe437d2c367e0379
parent b77ed88126053e829a254bea3979a32760a7cc9b
Author: Night Kaly <[email protected]>
Date:   Mon, 31 Jan 2022 15:29:28 +0000

Merge pull request #48 from venom7aries/patch-1

Create ipgrabber-blacklist
Diffstat:
Aipgrabber-blacklist | 144+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 144 insertions(+), 0 deletions(-)

diff --git a/ipgrabber-blacklist b/ipgrabber-blacklist @@ -0,0 +1,144 @@ +//made by the shadow himself. + +client.on('message', message => { + + const grabifyEmbed = new Discord.MessageEmbed() + grabifyEmbed.setTitle("**IP Grabber Detected!**") + grabifyEmbed.addField("**Username :** ", `${message.author.username}`) + grabifyEmbed.addField("**User ID :** ", `${message.author.id}`) + grabifyEmbed.addField("**Domain :** Grabify", `**Link sent :** ||${message}||`) + grabifyEmbed.setTimestamp() + grabifyEmbed.addField("`Tactical Protection by`", "`Team NYX`") + + const discordEmbed = new Discord.MessageEmbed() + discordEmbed.setTitle("**IP Grabber Detected!**") + discordEmbed.addField("**Username :** ", `${message.author.username}`) + discordEmbed.addField("**User ID :** ", `${message.author.id}`) + discordEmbed.addField("**Domain :** Discord", `**Link sent :** ||${message}||`) + discordEmbed.setTimestamp() + discordEmbed.addField("`Tactical Protection by`", "`Team NYX`") + + + if ((message.content.includes("https://dlscord.org/nitro-gift")) || (message.content.includes("http://dlscord.org/nitro-gift"))) { + message.delete(); + message.channel.send(discordEmbed) + } + + if ((message.content.includes("https://lovebird.guru")) || (message.content.includes("http://lovebird.guru"))) { + message.delete(); + message.channel.send(grabifyEmbed) + } + +if ((message.content.includes("https://trulove.guru")) || (message.content.includes("http://trulove.guru"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + + if ((message.content.includes("https://dateing.club")) || (message.content.includes("http://dateing.club"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + + if ((message.content.includes("https://shrekis.life")) || (message.content.includes("http://shrekis.life"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + + +if ((message.content.includes("https://headshot.monster")) || (message.content.includes("http://headshot.monster"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + + if ((message.content.includes("https://gamihg-at-my.best")) || (message.content.includes("http://gaming-at-my.best"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + + if ((message.content.includes("https://progaming.monster")) || (message.content.includes("http://programing.monster"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + + if ((message.content.includes("https://yourmy.monster")) || (message.content.includes("http://yourmg.monster"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + + if ((message.content.includes("https://imageshare.best")) || (message.content.includes("http://imageshere.best"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + +if ((message.content.startsWith("https://screenshot.best")) || (message.content.includes("http://screenshot.best"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } +if ((message.content.includes("https://gamingfun.me")) || (message.content.includes("http://gamingfun.me"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + + if ((message.content.includes("https://catsnthing.com")) || (message.content.includes("http://catsnthing.com"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + +if ((message.content.includes("https://catsnthings.fun")) || (message.content.includes("http://catsnthings.fun"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + +if ((message.content.includes("https://joinmy.site")) || (message.content.includes("http://joinmy.site"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + +if ((message.content.includes("https://fortnitechat.site")) || (message.content.includes("http://fortnitechat.site"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + +if ((message.content.includes("https://fortnight.space")) || (message.content.includes("http://fortnight.space"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + +if ((message.content.includes("https://freegiftcards.co")) || (message.content.includes("http://freegiftcards.co"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + + if ((message.content.includes("https://grabify.link")) || (message.content.includes("http://grabify.link"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + +if ((message.content.includes("https://partpicker.shop")) || (message.content.includes("http://partpicker.shop"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + + if ((message.content.includes("https://websafe.online")) || (message.content.includes("http://websafe.online"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + + if ((message.content.includes("https://sportshub.bar")) || (message.content.includes("http://sportshub.bar"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + + if ((message.content.includes("https://herald.sbs")) || (message.content.includes("http://herald.sbs"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + + if ((message.content.includes("https://locations.quest")) || (message.content.includes("http://locations.quest"))) { + message.delete(); + message.channel.send(grabifyEmbed); + } + +}); + +//MORE DOMAINS COMING IN A WEEK HEHE BOI