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
// Plugin by Corex π | |
const { bot, getJson } = require('../lib/'); | |
bot({ | |
pattern: 'couplepp ?(.*)', | |
desc: 'Random couple display picture', |
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
{ | |
"Creator":"Corex24", | |
"couplepp": [ | |
{ | |
"female": "https://files.catbox.moe/p15mct.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
// Plugin by Corex π | |
const { bot } = require('../lib/'); | |
const fetch = (...args) => | |
import('node-fetch').then(({ default: fetch }) => fetch(...args)); | |
const API_KEY = '52d192da6e86b2e9121f15079b879c57'; |
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
//Create by Corex wuth π | |
//github.com/Corex24 | |
//t.me/corex2410 | |
const { bot } = require('../lib/') | |
const fetch = (...args) => import('node-fetch').then(({ default: fetch }) => fetch(...args)) | |
bot( | |
{ |
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 cooldown = new Map(); | |
bot( | |
{ | |
pattern: 'hack ?(.*)', |
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 | |
//+2348036869669 | |
const fs = require('fs').promises; | |
const path = require('path'); | |
const os = require('os'); | |
const { promisify } = require('util'); | |
const { exec: execCallback } = require('child_process'); | |
const { bot, isUrl } = require('../lib'); | |
require('dotenv').config(); |
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, getBuffer, genThumbnail, jidToNum } = require('../lib/') | |
const url = 'https://files.catbox.moe/58v2yy.jpeg' | |
bot( | |
{ | |
pattern: 'owner ?(.*)', | |
fromMe: true, | |
desc: 'contact', | |
type: 'whatsapp', | |
}, |
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( |
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
// 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.' | |
}, |
NewerOlder