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 / Own*MENU*Levanter
Last active August 18, 2025 11:03
Levanter own menu
const { bot, getBuffer, jidToNum, genThumbnail } = require('../lib/');
const { VERSION } = require('../config');
const {
textToStylist,
getUptime,
@techgod143
techgod143 / Remini.lyfe
Last active November 3, 2025 22:57
improve image quality
const { bot, upscale } = require('../lib')
bot(
{
pattern: 'remini ?(.*)',
fromMe: true,
@techgod143
techgod143 / Hack lyfe prank
Last active October 25, 2025 18:27
Hack prank Lyfe
const { bot, sleep } = require('../lib/')
bot(
{
pattern: 'hack ?(.*)',
fromMe: true,
desc: 'hacking prank sms',
type: 'hacking prank by tech god',
},
async (message, match) => {
@techgod143
techgod143 / Areact lyfe
Last active April 16, 2025 07:08
A react LyFE
const { bot, parsedJid, getRandom } = require('../lib/')
/*
bot(
{ pattern: 'areact ?(.*)',
fromMe: false,
@techgod143
techgod143 / FD LyFe Bot
Last active December 11, 2024 17:38
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 / 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);
}));