This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Codded by @Shadow & insane boy | |
Shadow V2 | |
Insane boy | |
*/ | |
const Asena = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
Asena.addCommand({pattern: 'mpack', fromMe: true}, (async (message, match) => { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Codded by @Shadow & insane boy | |
Shadow V2 | |
Insane boy | |
*/ | |
const Asena = require('../events'); | |
const {MessageType} = require('@adiwajshing/baileys'); | |
Asena.addCommand({pattern: 'mpack', fromMe: true}, (async (message, match) => { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* TeenuhX Re Moded by Insane boy | |
*/ | |
const Asena = require('../events'); | |
const { MessageType, MessageOptions, Mimetype } = require('@adiwajshing/baileys'); | |
const fs = require('fs'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* TeenuhX Re Moded by Insane boy | |
*/ | |
const Asena = require('../events'); | |
const { MessageType, MessageOptions, Mimetype } = require('@adiwajshing/baileys'); | |
const fs = require('fs'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Asena = require("../Utilis/events"); | |
const { MessageType } = require("@adiwajshing/baileys"); | |
const { textProMe, ePhotoDownload, getBuffer } = require('../Utilis/download') | |
//You can copy and make more plugin | |
//change #effect_url and #command_name only | |
//also check inout type (#one or #two) | |
//https://textpro.me/ use links from HERE | |
//Example for text effect with one input |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const insane = require("../Utilis/events"); | |
const { MessageType } = require("@adiwajshing/baileys"); | |
const { getBuffer } = require('../Utilis/download') | |
//dont copy paste this plugin as youres make your own plugin using this examples | |
insane.addCommand({ pattern: 'trollmaker ?(.*)', fromMe: true, desc: "you can make your own trolls by this tool", }, async (message, match) => { | |
return await message.sendMessage(`╭────────────────╮ | |
*ᴛʀᴏʟʟ ᴘᴀᴄᴋ* | |
╰────────────────╯ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const insane = require("../Utilis/events"); | |
const { forwardOrBroadCast } = require("../Utilis/groupmute"); | |
const { getBuffer } = require('../Utilis/download'); | |
const { parseJid } = require("../Utilis/vote"); | |
// fully custamaised by insane boy.... | |
// Tnx to lyfe...... | |
insane.addCommand( | |
{ pattern: 'cmfor ?(.*)', fromMe: true, desc: "Forward replied msg." }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const insane = require("../Utilis/events"); | |
const { forwardOrBroadCast } = require("../Utilis/groupmute"); | |
const { getBuffer } = require('../Utilis/download'); | |
const { parseJid } = require("../Utilis/vote"); | |
var r_url = new Array (); | |
r_url[0] = "https://i.imgur.com/w0nunlB.jpeg"; | |
r_url[1] = "https://i.imgur.com/ZNVBgdQ.jpeg"; | |
r_url[2] = "https://i.imgur.com/1XkICyZ.jpeg"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const insane = require("../Utilis/events"); | |
const { forwardOrBroadCast } = require("../Utilis/groupmute"); | |
const { getBuffer } = require('../Utilis/download'); | |
const { parseJid } = require("../Utilis/vote"); | |
var r_url = new Array (); | |
r_url[0] = "https://i.imgur.com/UQcbPET.png"; | |
r_url[1] = "https://i.imgur.com/c3uVvAS.png"; | |
r_url[2] = "https://i.imgur.com/PLH6pgr.jpeg"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- PRESS THE MENU BUTTON TO TRIGGER ANIMATION --> | |
<!-- PRESS PLAY BUTTON TO LISTEN THE DEMO SONG --> | |
<!-- As seen on: "https://dribbble.com/shots/2144866-Day-5-Music-Player-Rebound/" --> | |
<!-- THANK YOU! --> | |
<article class="screen"> | |
<input type="checkbox" value="None" id="magicButton" name="check" /> | |
<label class="main" for="magicButton"></label> |
OlderNewer