This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| • Fitur: Spotify | |
| • Sumber: https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v | |
| • Sumber Scrape: https://whatsapp.com/channel/0029Vap84RE8KMqfYnd0V41A/3595 | |
| • Note: Eror? Ytta | |
| **/ | |
| import axios from 'axios' | |
| async function spotifysearch(query) { | |
| const html = await axios.get('https://spotify.downloaderize.com') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| • Fitur: Editimg (Fixed) | |
| • Sumber: https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v | |
| • Sumber Scrape: https://whatsapp.com/channel/0029Vap84RE8KMqfYnd0V41A/3590 | |
| • Note: Eror Lagi? Fix Sndirilah Cape Gw | |
| **/ | |
| import axios from "axios" | |
| import CryptoJS from "crypto-js" | |
| import fs from "fs" | |
| import path from "path" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| • Fitur: Txt2img & Txt2vid | |
| • Sumber: https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v | |
| • Sumber Scrape: https://whatsapp.com/channel/0029VbBuiBx3wtbBplt2tl3c/129 | |
| **/ | |
| import axios from 'axios' | |
| import FormData from 'form-data' | |
| const AgungDevX = { | |
| config: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| • Fitur: Komikindo Search & Detail | |
| • Sumber:https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v | |
| • Sumber Scrape: https://whatsapp.com/channel/0029VaxtSLDGZNCjvEXsw93f/251 | |
| **/ | |
| import axios from "axios" | |
| import * as cheerio from "cheerio" | |
| /* ========================= | |
| SCRAPER (ASLI, DISATUKAN) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import axios from "axios" | |
| let handler = async (m, { conn, args, command }) => { | |
| try { | |
| if (!args[0]) | |
| return m.reply(`📌 Contoh:\n.${command} https://youtube.com/watch?v=xxxx`) | |
| await m.reply("⏳ Mengambil audio...") | |
| const api = `https://manzxy-0ffec284845b.herokuapp.com/api/downloader/ytmp3?url=${encodeURIComponent(args[0])}` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| • Fitur: Removebg | |
| • Sumber: https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v | |
| • Sumber Scrape: https://whatsapp.com/channel/0029VbAc3Y71HspoyMVys03X/552 | |
| **/ | |
| import axios from "axios" | |
| import fs from "fs" | |
| import FormData from "form-data" | |
| import path from "path" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class GeminiClient { | |
| constructor() { | |
| this.s = null | |
| this.r = 1 | |
| } | |
| async init() { | |
| const res = await fetch("https://gemini.google.com/", { | |
| headers: { | |
| "user-agent": |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| • Fitur: HdVid | |
| • Sumber : https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v | |
| • Sumber Skrep: https://whatsapp.com/channel/0029VbBIgz1HrDZg92ISUl2M/181 | |
| **/ | |
| import fs from "fs" | |
| import crypto from "crypto" | |
| import axios from "axios" | |
| import FormData from "form-data" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import fetch from "node-fetch" | |
| const GITHUB_API = "https://api.github.com" | |
| let handler = async (m, { text, command, isOwner }) => { | |
| if (!isOwner) return m.reply("❌ Khusus owner") | |
| if (!setting?.gittoken) | |
| return m.reply("❌ GitHub token belum di-set di setting.gittoken") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| Fitur:["Flux Ai"] | |
| Sumber:["https://whatsapp.com/channel/0029VbBS8ys0G0XnmJFRiV2v"] | |
| **/ | |
| import axios from "axios" | |
| let handler = async (m, { conn, text }) => { | |
| if (!text) return m.reply("Contoh:\n.flux cyberpunk girl") | |
| try { |
NewerOlder