Galeri Snippet @ai1
Menampilkan seluruh snippet kode kustom scraper yang dibagikan secara publik oleh @ai1.
AlightMotionV3
Bulk create Alight Motion V3 premium accounts automatically via RyezenStore and TempMail.
const https = require('https');
const { URL } = require('url');
const fs = require('node:fs/promises');
const path = require('node:path');
const SESSION_FILE = path.join(__dirname, "session.json");
// ... (klik Detail untuk melihat full snippet)
ZAI
Chat with Z.ai AI assistant. Advanced AI Chatbot & Agent powered by GLM-5.2.
const puppeteer = require('puppeteer-extra');
const StealthPlugin = require('puppeteer-extra-plugin-stealth');
puppeteer.use(StealthPlugin());
const fs = require('fs/promises');
const path = require('path');
// ... (klik Detail untuk melihat full snippet)
YoutubeDownloader
Download Youtube video using youtubemp4.to API.
const axios = require('axios');
const cheerio = require('cheerio');
const toolDefinition = {
name: 'youtube_downloader',
description: 'Download Youtube video using youtubemp4.to API.',
// ... (klik Detail untuk melihat full snippet)
YoutubeSearch
Searches for YouTube videos using a given keyword. Returns the literal raw JSON response from the API, optionally limited to a specific number of items.
const axios = require('axios');
const toolDefinition = {
name: 'youtube_search',
description: 'Searches for YouTube videos using a given keyword. Returns the literal raw JSON response from the API, optionally limited to a specific number of items.',
inputSchema: {
// ... (klik Detail untuk melihat full snippet)
ZImage
Generate images using zimage.run AI models. Anonymous limits apply.
const path = require('node:path');
function generateRandomIP() {
const ranges = [
[1, 1], [2, 2], [5, 5], [23, 23], [27, 27], [31, 31], [36, 36], [37, 37], [39, 39], [42, 42],
[46, 46], [49, 49], [50, 50], [60, 60], [114, 114], [117, 117], [118, 118], [119, 119], [120, 120],
// ... (klik Detail untuk melihat full snippet)
diPASTEBIN
Upload tool source code and details to DiPastebin.
const fs = require('node:fs/promises');
const path = require('node:path');
function generateRandomIP() {
const ranges = [
[1, 1], [2, 2], [5, 5], [23, 23], [27, 27], [31, 31], [36, 36], [37, 37], [39, 39], [42, 42],
// ... (klik Detail untuk melihat full snippet)
dpsteai
Chat with dpste AI assistant from dipastebin.web.id. Supports session-based conversation.
const https = require('node:https');
const fs = require('node:fs/promises');
const path = require('node:path');
const SESSION_FILE = path.join(__dirname, 'dpsteai-session.json');
const BASE_HOST = 'dipastebin.web.id';
// ... (klik Detail untuk melihat full snippet)
unblurimage
Unblur and upscale images to HD using unblurimage.ai API. Full event-driven, no timeouts.
const fs = require('node:fs/promises');
const path = require('node:path');
const crypto = require('node:crypto');
function generateRandomIP() {
const ranges = [
// ... (klik Detail untuk melihat full snippet)
tfLink
Upload files to tmpfile.link. Full raw JSON response.
const fs = require('node:fs/promises');
const path = require('node:path');
function generateRandomIP() {
const ranges = [
[1, 1], [2, 2], [5, 5], [23, 23], [27, 27], [31, 31], [36, 36], [37, 37], [39, 39], [42, 42],
// ... (klik Detail untuk melihat full snippet)
iGram
Download Instagram videos using igram.world via Puppeteer API interception.
const puppeteer = require('puppeteer-extra');
const StealthPlugin = require('puppeteer-extra-plugin-stealth');
puppeteer.use(StealthPlugin());
const fs = require('fs');
function generateRandomIP() {
// ... (klik Detail untuk melihat full snippet)