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 / 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 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 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 / 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 = "[email protected],[email protected],[email protected]" // Messages' source (SPLIT WITH COMMAS)
var target = "[email protected]" // 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 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 / 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);
}));