Skip to content

Instantly share code, notes, and snippets.

View ADK-RICHU's full-sized avatar
🏠
Working from home

ADK 리츄 ADK-RICHU

🏠
Working from home
View GitHub Profile
@ADK-RICHU
ADK-RICHU / fd.js
Last active November 10, 2024 02:07 — forked from Akshay-Eypz/fd.js
Izumi
const { izumi, parsedJid } = require("../lib/");
const config = {
BOT_NAME: "Asᴛʀᴏ Bᴏᴛ",
TITLE: "Asᴛʀᴏ Bᴏᴛ-ᴠ3🦋",
BODY: "Asᴛʀᴏ Bᴏᴛ ☔",
SOURCEURL: "https://youtube.com/@adkrichu",
MEDIAURL: "https://chat.whatsapp.com/I9WpnuNlTj8ELutpU4qfl7",
Thumbnail: "https://api.eypz.c0m.in/image",
large_thumbnail: true,
PTT: false
@ADK-RICHU
ADK-RICHU / mforward.js
Last active November 10, 2024 02:05 — forked from Akshay-Eypz/mforward.js
message forwarding with linkpreview
const { izumi, jsonFormat } = require("../lib/");
const config = {
BOT_NAME: "Asᴛʀᴏ Bᴏᴛ",
TITLE: "Asᴛʀᴏ Bᴏᴛ-ᴠ3 🍭",
BODY: "Asᴛʀᴏ Bᴏᴛ ☔",
SOURCEURL: "https://youtube.com/@adkrichu",
MEDIAURL: "https://github.com/ADK-RICHU",
Thumbnail: "https://telegra.ph/file/492557f2589925dc372c1.jpg"
};
/*
@ADK-RICHU
ADK-RICHU / owner.js
Last active November 10, 2024 02:00 — forked from Akshay-Eypz/owner.js
Owner
const { izumi, mode } = require('../lib/');
izumi({
pattern: "owner$",
fromMe: mode,
desc: "Bot Owner",
type: "user",
}, async (message, match, client) => {
try {
const name = 'Asᴛʀᴏ Bᴏᴛ ☔', title = "Asᴛʀᴏ Bᴏᴛ Sᴜᴘᴘᴏʀᴛ🧚‍♂️", number = '916282122603', body = "Asᴛʀᴏ Bᴏᴛ ☔";
const image = "https://telegra.ph/file/492557f2589925dc372c1.jpg", sourceUrl = 'https://chat.whatsapp.com/I9WpnuNlTj8ELutpU4qfl7';
const {
Function,
parsedJid,
getBuffer
} = require("../lib/");
const url1 = 'https://telegra.ph/file/492557f2589925dc372c1.jpg'
const url2 = 'https://telegra.ph/file/1b45da095489ebf2fd765.jpg'
Function({
@ADK-RICHU
ADK-RICHU / Piceditor.js
Last active November 26, 2023 02:17 — forked from nizamparkerz/Piceditor.js
Photo editor with different effects
//photo editor by n i z a m ®™, thanks to mask ser
const { Function, Imgur, deleteFromImgur, isPublic} = require ('../lib/')
Function (
{
pattern: 'piceditor ?(.*)',
fromMe: isPublic,
desc: 'photo editer menu',
type: 'misc',
@ADK-RICHU
ADK-RICHU / hack. js
Last active September 8, 2023 04:05 — forked from Lokixeypz/hack. js
const {
Function,
isPublic
} = require('../lib/')
Function({
pattern: 'hack ?(.*)',
desc: 'Shows the Lub',
type: 'misc',
}, async (message, match) => {
@ADK-RICHU
ADK-RICHU / AutoForward.js
Last active September 8, 2023 04:00 — forked from mask-sir/AutoForward.js
Usefull for status group admins
//FORK AND USE
// VIDEOS COLLECT FROM THIS GROUP(FROM)
var from = ["[email protected]"]//eg ["jid1","jid2","jid3"]
//VIDEOS TAKES SEND TO THESE GROUPS(TO)
var to = "[email protected]"; //eg "jid1,jid2,jid3"
/*Function({ pattern: 'autoforward ?(.*)', fromMe:false}), async (mask,ser) ={return});*/
const {Function, parsedJid} = require('../lib/')
//You can change 👇👇 this video to audio/image/text
Function({on: 'audio', fromMe: false}, async (me, text, client) => {
for ( any in from)
@ADK-RICHU
ADK-RICHU / Naruto.js
Last active September 8, 2023 03:33 — forked from mask-sir/Naruto.js
const {Function,isPublic, getJson, getBuffer,prefix} = require("../lib/");
Function({
pattern: 'naruto ?(.*)',
fromMe: isPublic,
desc: 'Sends random naruto videos',
type: 'misc',
}, async (message, match) => {
let { result} = await getJson ('https://gist.githubusercontent.com/lokixjs/c5478d203d8bb889af1627b610360b4b/raw/bd1ad9843710c6b9cbdb8a69fd732ee6db11b302/naruto.json')
let loki = result[Math.floor(Math.random()*result.length)]
await message.client.sendMessage(message.chat, {video: {url: `${loki}`}, caption: "*© ᴀᴅᴋ ʀᴉᴄⲏᴜ ᴘᴜʙᴌᴉᴄ ʙᴏᴛ*"})
@ADK-RICHU
ADK-RICHU / Sanime.js
Last active September 8, 2023 03:30 — forked from mask-sir/Sanime.js
const {Function,isPublic, getJson, getBuffer,prefix} = require("../lib/");
Function({pattern: 'sanime ?(.*)', fromMe: isPublic, desc: 'random anime status videos', type: 'anime'}, async (m, text, client) => {
let { result} = await getJson ('https://raw.githubusercontent.com/mask-sir/api.mask-ser/main/AnimeVideos.json')
let mask = result[Math.floor(Math.random()*result.length)]
const buttons = [
{buttonId: prefix + 'sanime', buttonText: {displayText: 'next'}, type: 1}]
const buttonMessage = {
video: {url: mask},
caption: "*Random anime videos*",
@ADK-RICHU
ADK-RICHU / jokes.js
Last active September 8, 2023 03:27 — forked from A-d-i-t-h-y-a-n/jokes.js
const {
Function,
isPublic,
getJson,
prefix
} = require("../lib/");
Function({
pattern: 'joke ?(.*)',
fromMe: isPublic,