Skip to content

Instantly share code, notes, and snippets.

@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 ?(.*)',