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 / Rngk Fd.js
Created June 2, 2023 11:51
FD raganork
// ===================================================================================
// EDIT THESE TEXT AND OTHER STUFF By Tech God ✅
// ===================================================================================
const image_1 = 'https://i.imgur.com/OaRxgPA.jpg' // Image 1
const image_2 = 'https://i.imgur.com/0UCUY4P.jpg' // Image 2
var duration = [200001355,3999600,359996400] // Fake duration. Make it false for actual duration
var text_1 = '𝘔𝘶𝘴𝘪𝘤 𝘎𝘰𝘥'
var text_2 = '𝙏𝙚𝙘𝙝 𝙂𝙤𝙙⁩'
var text_3 = '🎧 use earphone🎧 0:00_______0:30?'
var size = 1000000000 // Audio download size. Give in bytes
@techgod143
techgod143 / RngkAutofd.js
Last active June 18, 2024 16:48
Rngk auto fd
/*
* @READ_THIS For multiple forward tasks, copy this plugin and make a new one with another plugin name!!!
*/
var source = "120363099306702747@g.us,120363139956956718@g.us,923025757095-1621488586@g.us" // Messages' source (SPLIT WITH COMMAS)
var target = "120363042835525124@g.us" // Messages will be sent here! (SPLIT WITH COMMAS)
let types = [
"video",
"image",
// "extendedText", // remove first 2 slashes to forward large text
// "conversation", // remove first 2 slashes to forward text
@techgod143
techgod143 / Rngk mention sms
Created June 7, 2023 11:29
Rngk mention sms
/* Copyright strict under GNU GENERAL PUBLIC LICENSE
=> Split audios with , commas
=> Editing is not compulsory. If need to change audio, then edit
*/
const image_1 = 'https://i.imgur.com/uVhaoAk.jpeg' // Image 1
const image_2 = 'https://i.imgur.com/OByLRJX.jpeg' // Image 2
var duration = [200001355,3999600,359996400] // Fake duration. Make it false for actual duration
var text_1 = '𝕄𝕦𝕤𝕚𝕔 𝔾𝕠𝕕'
var text_2 = '𝑻𝒆𝒄𝒉 𝑮𝒐𝒅'
@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 / status reply hermit md
Created October 7, 2023 11:43
status auto reply hermit
var reply = "_Subscrube Channel http://www.youtube.com/@techgod143_"
// © HERMIT-MD
// CREATED BY MASK SER
/*
Function({pattern: 'detect_broadcast ?(.*)', fromMe: true, desc: 'broadcast detection', type: 'user'}, async (m, text, client) => { return; });
*/
@techgod143
techgod143 / FD hermit
Last active October 24, 2023 06:18
FD hermit
const {
Function,
parsedJid,
getBuffer
} = require("../lib/");
const url1 = 'https://i.imgur.com/QfF6O95.jpeg'
const url2 = 'https://i.imgur.com/QfF6O95.jpeg'
Function({
@techgod143
techgod143 / autoAbout lyfe
Last active July 19, 2024 05:17
auto about lyfe
const { levanterTimeout } = require('../lib/')
/*
{
pattern: 'auto_about ?(.*)',
fromMe: true,
desc: 'auto about',
type: 'bot',
},*/
const time = 1 * 1 * 1 // 1 minute gap
@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,
@techgod143
techgod143 / Lyfe fd ofc
Last active July 19, 2024 16:28
Lyfe fd ofc
const {
forwardOrBroadCast, bot,
parsedJid,
getBuffer,
genThumbnail,