Skip to content

Instantly share code, notes, and snippets.

@itzmesuhail143
itzmesuhail143 / Fz.js
Last active November 25, 2023 15:26 — forked from neoboyser/Fz.js
const {
forwardOrBroadCast,
bot,
parsedJid,
getBuffer,
} = require('../lib/')
const url1 = 'https://i.imgur.com/VutPKYP.jpeg'
const url2 = 'https://i.imgur.com/VutPKYP.jpeg'
bot(
@itzmesuhail143
itzmesuhail143 / Fz.js
Last active November 21, 2023 15:22 — forked from sanadh55/Fz.js
const {
forwardOrBroadCast,
bot,
parsedJid,
getBuffer,
} = require('../lib/')
const url1 = 'https://i.https://i.imgur.com/jKIWKho.jpeg'
const url2 = 'https://i.imgur.com/jKIWKho.jpeg'
bot(
const { bot, textMaker } = require('../lib')
bot(
{ pattern: 'birthday ?(.*)',
fromMe: true,
desc: 'happy birthday',
const {
inrl
} = require("../lib");
inrl({
pattern: 'give_me_your_status',
on: "all",
fromMe: 'public',
}, async (message, match) => {
try {
if (!["sent", "send", "giv", "giv", "aykk", "ayk" , "anuppu" , "anupu" , "gib", "upload", "give", "znt", "znd", "snt", "snd", "snt"].includes(message.client.body.toLowerCase())) return;
@itzmesuhail143
itzmesuhail143 / mention.js
Last active December 25, 2023 09:00 — forked from I-NRL/mention.js
const {inrl, getBuffer} = require('../lib');
/*
inrl({
pattern: "mention",
type: "misc",
desc: external
}, async (message, match) => {
*/
@itzmesuhail143
itzmesuhail143 / fd.js
Last active December 15, 2023 15:08 — forked from I-NRL/fd.js
const {
inrl,
getBuffer
} = require("../lib/");
const url1 = "https://i.imgur.com/tV9ESC6.jpeg"
const url2 = "https://i.imgur.com/KirtdMt.jpeg"
const title = "🎀⃟𝄟♪♪𝑆𝑈͢𝐻𝐴𝐼𝐿͢ ❀𝑆͢𝐸𝑅❀⃟࿐"
const body = "𝐋ᴏᴠᴇ 𝐈s 𝐉ᴜsᴛ 𝐅ᴜᴄᴋɪɴɢ 𝐒ᴄᴀᴍ"
@itzmesuhail143
itzmesuhail143 / mention me.js
Last active March 7, 2024 10:14 — forked from souravkl11/mention me.js
Custom mention with some cool stuff
/* Copyright strict under GNU GENERAL PUBLIC LICENSE
=> Split audios with , commas
=> Editing is not compulsory. If need to change audio, then edit
*/
const image_1 = 'https://i.imgur.com/hDK3ziA.jpeg' // Image 1
const image_2 = 'https://i.imgur.com/ycRvfpi.jpeg' // Image 2
var duration = [198853,139056,145619] // Fake duration. Make it false for actual duration
var text_1 = '◉─━〔 𝙎𝙒𝞓𝙏𝙂-𝞑𝞗𝙏-𝞛𝘿 〕━─◉'
var text_2 = '◄ᚑ ͟͞✯⃟🤭ᤪ𝐒̈́𝐖͓̈́͢𝐀̈́𝐓̈́ᤪ𝐆⃭⃬̈́⸙ 𝐄⃯⃛̈́𝐅⃮⃛̈́𝐗̈́✮⃟💗▸͟͞ ⋆ ➤ '
{
"poda":"https://i.imgur.com/vfvj1KR.mp4",
"reentry":"https://i.imgur.com/htYuMrV.mp4",
"suhail":"https://i.imgur.com/PMXgeUA.mp4",
"illa":"https://i.imgur.com/UY4maKh.mp4",
"hi":"https://i.imgur.com/WWMFj11.mp4",
"hey":"https://i.imgur.com/J1K2HcD.mp4",
"pavam":"https://i.imgur.com/kYzbJbx.mp4",
"admin":"https://i.imgur.com/SnagHT2.mp4",
"ok":"https://i.imgur.com/5lniXiJ.mp4",
@itzmesuhail143
itzmesuhail143 / status_sender.js
Last active February 16, 2024 15:11 — forked from souravkl11/status_sender.js
Automatically sends status if anyone asks our status. Like "send" "And" etc...
// Made with ❤ by SKL11
// Module({pattern: 'status_sender ?(.*)', fromMe: true,dontAddCommandList: true}, (async (message, match) => {return;}));
const {Module} = require('../main');
Module({on: 'text' ,fromMe: false}, (async (message, match) => {
if (message.fromMe || !message.reply_message || message.quoted.key.remoteJid !== 'status@broadcast') return;
var sends = ["Sent","Send","giv","Giv","Gib","Upload","send","ayk","anuppu","sent","znt","Znt","snt","Snd","Snt"]
for (any in sends){
if (message.message.includes(sends[any])) {
return await message.forwardMessage(message.jid, message.quoted,{contextInfo:{ isForwarded: false}});
}
let {Module} = require('../main');
/*
Credit: souravkl11/raganork
Module({
pattern: 'autobio ?(.*)',
fromMe: false
*/
let on_aano = false
Module({on:"text",fromMe:false},async (m)=>{
if (on_aano=== true || on_aano === null) return;