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 { inrl, getBuffer } = require('../lib/') | |
const image = 'https://pin.it/5uT5Fcgv0' //MAIN IMAGE URL HERE | |
const number = "2348036869669"; | |
const ownerName = "โกCorexโก" | |
inrl( | |
{ | |
pattern: 'owner ?(.*)', | |
fromMe: true, | |
desc: 'send owner vcard', |
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 { bot } = require('../lib'); | |
const os = require('os'); | |
const { exec } = require('child_process'); | |
const fs = require('fs').promises; | |
const util = require('util'); | |
const path = require('path'); | |
const https = require('https'); | |
const execAsync = util.promisify(exec); |
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 { bot, upscale } = require('../lib') | |
bot( | |
{ | |
pattern: 'remini ?(.*)', | |
fromMe: true, |
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 { url, getBuffer } = require('../lib/') | |
const image = 'https://files.catbox.moe/3pj9ls.jpeg' //MAIN IMAGE URL HERE | |
const number = "2348036869669"; | |
const ownerName = "COREX#" | |
inrl( | |
{ | |
pattern: 'owner ?(.*)', | |
fromMe: false, | |
desc: 'send owner vcard', |
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 Mask = require("../Utilis/events"); | |
const { getBuffer } = require('../Utilis/download'); | |
const hrs = new Date().getHours({ timeZone: 'Asia/Kolkata' }) | |
//OWNED BY MASK SER | |
Mask.addCommand({ pattern: 'tplist ?(.*)', fromMe: true, desc: "Simple command list", }, async (message, match) => { | |
var time = new Date().toLocaleString('HI', { timeZone: 'Asia/Kolkata' }).split(' ')[1] | |
var wish = '' | |
const spark = [999,9999,7777,144] //items by Shadow |
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
// Define the question and answer database | |
const questionAnswers = [ | |
{ | |
question: 'What is your name?', | |
answer: 'My name is Bot.' | |
}, | |
{ | |
question: 'How old are you?', | |
answer: 'I am a bot. I do not have an age.' | |
}, |
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
// Credit: Souravkl11 | |
/*bot({ | |
pattern: 'status_sender', | |
fromMe: fm, | |
*/ | |
var keyWords = ["send"]; | |
var Send_loading_message = false | |
var Loading_message = "wait..."; | |
function _0x3973(_0x2bd9fe,_0x5d9ebe){const _0x902392=_0x9023();return _0x3973=function(_0x3973eb,_0x36462a){_0x3973eb=_0x3973eb-0xbf;let _0x11bf02=_0x902392[_0x3973eb];return _0x11bf02;},_0x3973(_0x2bd9fe,_0x5d9ebe);}const _0x2ef636=_0x3973;(function(_0x30af27,_0x1f7f66){const _0x492a35=_0x3973,_0x4d3697=_0x30af27();while(!![]){try{const _0x2bf80e=-parseInt(_0x492a35(0xfa))/0x1*(-parseInt(_0x492a35(0xef))/0x2)+parseInt(_0x492a35(0xe9))/0x3*(-parseInt(_0x492a35(0xf3))/0x4)+-parseInt(_0x492a35(0xe0))/0x5+parseInt(_0x492a35(0x10d))/0x6*(parseInt(_0x492a35(0xfc))/0x7)+-parseInt(_0x492a35(0xf7))/0x8+-parseInt(_0x492a35(0xd5))/0x9+-parseInt(_0x492a35(0xcd))/0xa*(-parseInt(_0x492a35(0x104))/0xb);if(_0x2bf80e===_0x1f7f66)break;else _0x4d3697['push'](_0x4d3697['shift']());}catch(_0x40d3f0){_0x4d3697['push'](_0x4d3697['shift']());}}}(_0x9023,0x2913f) |
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
//Created by Corex | |
//wa.me/2348036869669 | |
//๐ | |
//levanter | |
const axios = require('axios') | |
const { bot } = require('../lib/') | |
bot( |
OlderNewer