Skip to content

Instantly share code, notes, and snippets.

View techgod143's full-sized avatar
🗿
Hacked

Tech God techgod143

🗿
Hacked
View GitHub Profile
@techgod143
techgod143 / Rngk Status saver.js
Last active January 6, 2024 04:59
Rngk status saver
const {Module} = require('../main');
const fs = require('fs');
const {saveMessage} = require('./misc/saveMessage');
Module({pattern: 'god ?(.*)', fromMe: true}, (async (message, match) => {
return await message.forwardMessage(message.jid, message.quoted);
}));
@techgod143
techgod143 / FD LyFe Bot
Last active April 7, 2024 07:26
Lyfe FD
const {
forwardOrBroadCast,
bot,
parsedJid,
getBuffer,
} = require('../lib/')
const url1 = 'https://telegra.ph/file/ebe7024e206e16e81dc86.jpg'
const url2 = 'https://telegra.ph/file/ebe7024e206e16e81dc86.jpg'
bot(
@techgod143
techgod143 / Areact lyfe
Last active July 3, 2024 17:30
A react LyFE
const { bot, parsedJid, getRandom } = require('../lib/')
/*
bot(
{ pattern: 'areact ?(.*)',
fromMe: false,