Skip to content

Instantly share code, notes, and snippets.

@Corex24
Corex24 / Couple.js
Last active September 24, 2025 17:26
Couple profile picture for Levanter bot
// Plugin by Corex πŸ’™
const { bot, getJson } = require('../lib/');
bot({
pattern: 'couplepp ?(.*)',
desc: 'Random couple display picture',
@Corex24
Corex24 / couple.json
Created September 24, 2025 16:13
Matching couple profile picture , ....., get the raw 😏😌
{
"Creator":"Corex24",
"couplepp": [
{
"female": "https://files.catbox.moe/p15mct.jpeg",
@Corex24
Corex24 / livestock.js
Last active September 24, 2025 16:56
Plugin for livescoreπŸ’™βš½οΈπŸŸπŸ“πŸ§€
// Plugin by Corex πŸ’™
const { bot } = require('../lib/');
const fetch = (...args) =>
import('node-fetch').then(({ default: fetch }) => fetch(...args));
const API_KEY = '52d192da6e86b2e9121f15079b879c57';
@Corex24
Corex24 / cplay.js
Last active August 23, 2025 14:39
🎢 No description? πŸ˜… Ohkay ohkay... Fast response powered by David Cyril’s API ⚑️ β€” Made by Corex with πŸ’™
//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(
{
@Corex24
Corex24 / hack.js
Created July 14, 2025 01:02
Just fun
const { bot } = require('../lib');
const cooldown = new Map();
bot(
{
pattern: 'hack ?(.*)',
@Corex24
Corex24 / dla.js
Last active June 6, 2025 20:27 — forked from weskerty/dla.js
Download Everything, YT-DLP and CURL - DownLoadAll.
//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();
@Corex24
Corex24 / OWNER.js
Last active June 11, 2025 02:06 — forked from lyfe00011/OWNER.js
const { bot, getBuffer, genThumbnail, jidToNum } = require('../lib/')
const url = 'https://files.catbox.moe/58v2yy.jpeg'
bot(
{
pattern: 'owner ?(.*)',
fromMe: true,
desc: 'contact',
type: 'whatsapp',
},
//Created by Corex
//wa.me/2348036869669
//πŸ’™
//levanter
const axios = require('axios')
const { bot } = require('../lib/')
bot(
// 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)
@Corex24
Corex24 / icy.js
Created February 21, 2025 03:39 — forked from icy-r/icy.js
auto reply
// 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.'
},