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
| const fs = require("fs"); | |
| const path = require("path"); | |
| function getBaseHeaders(extra = {}) { | |
| return { | |
| "User-Agent": | |
| "Mozilla/5.0 (Linux; Android 13; Mobile) AppleWebKit/537.36 Chrome/120.0.0.0 Safari/537.36", | |
| "Origin": "https://chatgpt4online.org", | |
| "Referer": "https://chatgpt4online.org/", | |
| "Accept": "*/*", |
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
| /* | |
| * AIO Downloader | |
| * Base Url: https://ssvid.net | |
| * Creator: krsna_081 | |
| ** https://whatsapp.com/channel/0029Vb72biW0QeasfexABN3H ** | |
| */ | |
| import axios from "axios"; |
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
| case 'douyindl': | |
| case 'douyin': | |
| case 'ttcn': { | |
| const axios = require('axios'); | |
| const cheerio = require('cheerio'); | |
| const qs = require('qs'); | |
| const vm = require('vm'); | |
| const [subcmd, ...args] = text.split(' '); | |
| const query = args.join(' ').trim(); |
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
| /* | |
| * AIO Downloader | |
| * Base Url: https://ssvid.net | |
| * Creator: krsna_081 | |
| ** https://whatsapp.com/channel/0029Vb72biW0QeasfexABN3H ** | |
| */ | |
| import axios from "axios"; |
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
| const axios = require('axios'); | |
| /** | |
| * SoundCloud Search & Downloader | |
| * @author AgungDevX | |
| */ | |
| const soundcloud = { | |
| // fungsina keur neangan lagu | |
| search: async (query) => { | |
| try { |
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
| const axios = require('axios') | |
| const crypto = require('crypto') | |
| const anu = Buffer.from('C5D58EF67A7584E4A29F6C35BBC4EB12', 'hex') | |
| function decrypt(enc){ | |
| const b = Buffer.from(enc.replace(/\s/g, ''), 'base64') | |
| const iv = b.subarray(0, 16) | |
| const data = b.subarray(16) | |
| const d = crypto.createDecipheriv('aes-128-cbc', anu, iv) |
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
| const qkontak = { | |
| key: { | |
| participant: `[email protected]`, | |
| ...(botNumber ? { | |
| remoteJid: `status@broadcast` | |
| } : {}) | |
| }, | |
| message: { | |
| 'contactMessage': { | |
| 'displayName': `${pushname}`, |
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
| // π Source: JavaScript | |
| case "scrape": { | |
| if (!isPremium && !isOwner) return onlyPrem(); | |
| if (!text) return xreply(`Format salah!\n\nContoh: ${prefix + command} https://example.com | ambil semua link gambar`); | |
| xreact("π"); | |
| try { | |
| let [url, ...promptArray] = text.split("|"); | |
| let targetUrl = url.trim(); |
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
| // π Source: JavaScript | |
| case "gemini": | |
| case "gemini-flash": | |
| { | |
| if (!text && !quoted) return xreply(`Contoh:\n${p_c}${command} Tanggal berapa hari ini?\n\nAtau kirim/reply file dengan caption ${p_c}${command} analisis file ini`); | |
| let q = quoted ? quoted : m; | |
| let mime = (q.msg || q).mimetype || ""; | |
| let catBoxUrl = ""; |
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
| const axios = require('axios'); | |
| const cheerio = require('cheerio'); | |
| /** | |
| * @returns {Promise<Object>} Scraped data object | |
| */ | |
| async function scrapeNekoLabsBuildsParser() { | |
| try { | |
| const { data: html } = await axios.get('https://builds.nekolabs.web.id/parser', { | |
| headers: { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36' } |
NewerOlder