This file contains hidden or 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
| // ===================== ⚠️ DOES NOT WORK ON BUSINESS ACCOUNTS ⚠️ =================== | |
| // =================================================================================== | |
| // EDIT THESE TEXT AND OTHER STUFF ✅ | |
| // =================================================================================== | |
| const image_1 = 'https://i.ibb.co/0VBY2vCr/temp.jpg'; // Image 1 | |
| const image_2 = 'https://i.ibb.co/mVdKmbDG/temp.jpg'; // Image 2 | |
| const duration = [200001355, 3999600, 359996400]; // Fake duration. Set to false for actual duration | |
| const text_1 = '◉─━〔 𝙎𝙐𝞖𝞓𝞘𝙇-𝞑𝞗𝙏-𝞛𝘿 〕━─◉'; | |
| const text_2 = '≛͢⃝⃖✯⎈͢𝑺᪵𝑼͢𝑯𝑨𝑰𝑳᪵𖠇𝑺᪵𝑬𝑹᭄⎈͢ ≛⃝⃗➳'; | |
| const text_3 = '𝐋ɪғᴇ 𝐈ꜱ 𝐅ᴜᴄᴋɪɴɢ 𝐃ʀᴀᴍᴀ'; |
This file contains hidden or 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 { Module } = require('../main'); | |
| const config = require('../config'); | |
| const axios = require('axios'); | |
| const isPrivateBot = config.MODE !== 'public'; | |
| // Owner command for Raganork-MD style | |
| Module({ | |
| pattern: 'owner', | |
| fromMe: isPrivateBot, |
This file contains hidden or 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
| //pattern: 'status_sender', | |
| // Matching keywords | |
| const snds = "send,snd,snt,sent,ayak,ayk,gevSent,Send,giv,Giv,anuppu,ayk,send,sent,znt,Znt,snt,Snd,Snt,ayak" | |
| // Custom message to be sent along with status | |
| const MSG = ""; | |
| const {Module} = require('../main'); | |
| const sends = snds.split(","); |
This file contains hidden or 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
| //FORK AND USE IT | |
| // MESSAGES COLLECT FROM THESE CHATS/GROUPS(FROM) | |
| var from = ["xxxxxx-xxxxxxx@g.us"] //ex ["jid1" , "jid2" , "jid3"] | |
| //MESSAGES SEND TO THESE CHATS/GROUPS(TO) | |
| var to = "xxxxxxxx@s.whatsapp.net , xxxxxx-xxxxxxx@g.us " //ex "jid1, jid2, jid3" | |
This file contains hidden or 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 { System, isPrivate, getBuffer } = require("../lib/"); | |
| const image = 'https://i.imgur.com/MEHf4qh.jpeg'; | |
| const thumb = "https://i.imgur.com/a9JJc24.jpeg"; | |
| System({ | |
| pattern: 'intro ?(.*)', | |
| fromMe: true, | |
| desc: 'Shows My Intro', | |
| type: 'misc', | |
| }, async (message, match) => { |
This file contains hidden or 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
| /*------------------------------------------------------------------------------------------------------------------------------------------------------ | |
| Copyright (C) 2023 Loki - Xer. | |
| Licensed under the GPL-3.0 License; | |
| you may not use this file except in compliance with the License. | |
| Jarvis - Loki-Xer | |
| ------------------------------------------------------------------------------------------------------------------------------------------------------*/ | |
| const { System, getBuffer, toAudio } = require("../lib/"); | |
| const logo = 'https://i.imgur.com/Gy2EztE.jpeg'; |
This file contains hidden or 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
| let {smd,Config,prefix} = require("../lib") | |
| let axios = require("axios") | |
| const { instagram } = require("mumaker") | |
| smd({ | |
| pattern: "insta", | |
| alias:["ig"], | |
| desc: "Downloads Instagram videos.", | |
| category: "downloader", |
This file contains hidden or 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 title_text = "𝙎𝙒𝞓𝙏𝙂 𝙎𝞢𝞒"; | |
| const body_text = "Lᴏᴠᴇ Iꜱ Jᴜꜱᴛ Fᴜᴄᴋɪɴɢ Sᴄᴀᴍ"; | |
| const source_url = "https://www.instagram.com/swatg_efx?igsh=MTYxOWI3MWhraTZnOQ=="; | |
| large_thumb = false; // use true for larger thumbnail | |
| const logo = "https://telegra.ph/file/6d906a4c76e528cf2d94b.jpg"; | |
| var audios = ["https://i.imgur.com/XJrH64n.mp4","https://i.imgur.com/f43HGxQ.mp4","https://i.imgur.com/fpk056H.mp4","https://i.imgur.com/YV9K2Ij.mp4","https://i.imgur.com/L1w9rRM.mp4","https://i.imgur.com/Aoz7ZfO.mp4","https://i.imgur.com/CrWXLXH.mp4","https://i.imgur.com/fPz9xeI.mp4","https://i.imgur.com/FFIAYXD.mp4"]; | |
| // =================================================================================== | |
| // EZRA-XD MENTION AUDIO SENDER | |
| // |
This file contains hidden or 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 { | |
| smd, | |
| axios, | |
| prefix, | |
| smdBuffer, | |
| } = require("../lib") | |
| smd({ |
This file contains hidden or 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
| { | |
| "bgm" : "https://i.imgur.com/iUOGcyF.mp4", | |
| "poda":"https://i.imgur.com/e2PKT60.mp4", | |
| "lyfe":"https://i.imgur.com/73QMUoC.mp4", | |
| "sed":"https://i.imgur.com/B71ASsj.mp4", | |
| "raganork" : "https://i.imgur.com/u5Pp11A.mp4", | |
| "bot" : "https://i.imgur.com/dqgoyna.mp4", | |
| "hi" : "https://i.imgur.com/6mjEiA6.mp4", | |
| "hey":"https://i.imgur.com/2AbxJCd.mp4", | |
| "pavam":"https://i.imgur.com/kYzbJbx.mp4", |
NewerOlder