Skip to content

Instantly share code, notes, and snippets.

View manzxy's full-sized avatar
🏠
Working from home

manzxy manzxy

🏠
Working from home
View GitHub Profile
@manzxy
manzxy / spotify.js
Created December 28, 2025 03:15
Uploaded via YogiriMD
/**
• 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')
@manzxy
manzxy / editimg(fixed).js
Created December 27, 2025 16:47
Uploaded via YogiriMD
/**
• 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"
@manzxy
manzxy / txtai.js
Created December 27, 2025 14:17
Uploaded via YogiriMD
/**
• 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: {
@manzxy
manzxy / komikindo.js
Created December 27, 2025 13:37
Uploaded via YogiriMD
/**
• 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)
@manzxy
manzxy / ytmp3.js
Created December 25, 2025 21:18
Uploaded via YogiriMD
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])}`
@manzxy
manzxy / removebg.js
Created December 23, 2025 10:40
Uploaded via YogiriMD
/**
• 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"
@manzxy
manzxy / gemini.js
Created December 21, 2025 16:32
Uploaded via YogiriMD
class GeminiClient {
constructor() {
this.s = null
this.r = 1
}
async init() {
const res = await fetch("https://gemini.google.com/", {
headers: {
"user-agent":
@manzxy
manzxy / hdvid.js
Created December 21, 2025 07:43
Uploaded via YogiriMD
/**
• 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"
@manzxy
manzxy / upgist.js
Last active December 20, 2025 09:42
Uploaded via YogiriMD
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")
@manzxy
manzxy / flux.js
Created December 20, 2025 07:56
Uploaded via YogiriMD
/**
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 {