#!/bin/bash # Quick Authorization Guide echo "🔐 TELETHON USERBOT AUTHORIZATION" echo "==================================" echo "" echo "⏳ WAITING FOR SMS CODE..." echo "" echo "You should receive a text message to: +821056936103" echo "" echo "When you get the SMS:" echo "1. Read the code from the message" echo "2. Type it and press ENTER" echo "" echo "If 2FA is enabled:" echo "3. Enter your 2FA password when prompted" echo "" echo "Then the script will:" echo "✅ Save your session" echo "✅ Restart the UserBot" echo "✅ Display success message" echo "" echo "⏱️ Total time: 3-5 minutes (mostly waiting for SMS)" echo "" echo "==================================" echo "Ready? Just look for the SMS code prompt below:" echo "==================================" echo ""