// ==UserScript== // @name DuoHacker // @name:zh-CN DuoHacker — 新安全模式 Duolingo 农场工具 // @name:ja DuoHacker — 新しい安全モード Duolingo ファーミングツール // @name:es DuoHacker — Nueva Modo Seguro Herramienta para farmear en Duolingo // @name:ru DuoHacker — Новый безопасный режим для фарминга Duolingo // @name:pt-BR DuoHacker — Novo Modo Seguro Ferramenta para farmar no Duolingo // @name:de DuoHacker — Neuer Sicherer Modus Duolingo Farming-Tool // @name:it DuoHacker — Nuova Modalità Sicura Strumento di farming Duolingo // @name:ko DuoHacker — 새로운 안전 모드 Duolingo 팜 도구 // @name:hi DuoHacker — नया सुरक्षित मोड Duolingo फार्मिंग टूल // @name:ar DuoHacker — الوضع الآمن الجديد أداة زراعة Duolingo // @name:tr DuoHacker — Yeni Güvenli Mod Duolingo Farming Aracı // @name:pl DuoHacker — Nowy Tryb Bezpieczny Narzędzie do farmienia Duolingo // @description Best free-to-use Duolingo farming tool with new safe mode! // @description:zh-CN 具有新安全模式的最佳免费 Duolingo 农场工具! // @description:ja 新しい安全モードを搭載した最高の無料 Duolingo ファーミングツール! // @description:es ¡La mejor herramienta gratuita para farmear en Duolingo con nuevo modo seguro! // @description:ru Лучший бесплатный инструмент для фарминга Duolingo с новым безопасным режимом! // @description:pt-BR A melhor ferramenta gratuita para farmar no Duolingo com novo modo seguro! // @description:de Bestes kostenloses Duolingo Farming-Tool mit neuem Sicherem Modus! // @description:it Migliore strumento di farming Duolingo gratuito con nuova modalità sicura! // @description:ko 새로운 안전 모드가 탑재된 최고의 무료 Duolingo 팜 도구! // @description:hi नए सुरक्षित मोड के साथ सर्वश्रेष्ठ मुफ्त Duolingo फार्मिंग टूल! // @description:ar أفضل أداة زراعة Duolingo مجانية مع الوضع الآمن الجديد! // @description:tr Yeni güvenli modlu en iyi ücretsiz Duolingo farming aracı! // @description:pl Najlepsze darmowe narzędzie do farmienia Duolingo z nowym trybem bezpiecznym! // @namespace https://irylisvps.vercel.app // @version 2.0.0 // @author DuoHacker Community // @match https://*.duolingo.com/* // @icon https://github.com/pillowslua/images/blob/main/logoo.png?raw=true // @grant none // @license MIT // @downloadURL none // ==/UserScript== const VERSION = "2.0.0"; const SAFE_DELAY = 2000; const FAST_DELAY = 300; var jwt, defaultHeaders, userInfo, sub; let isRunning = false; let currentMode = 'safe'; let currentTheme = localStorage.getItem('duofarmer_theme') || 'dark'; let hasJoined = localStorage.getItem('duofarmer_joined') === 'true'; let totalEarned = { xp: 0, gems: 0, streak: 0 }; let farmingStats = { sessions: 0, errors: 0, startTime: null }; let farmingInterval = null; const initInterface = () => { const containerHTML = `
Get access to updates, support, and exclusive features