🛑 STOP PAYING FOR HOSTING! CipherElite comes with FREE 24/7 HOSTING via our exclusive bot. No Credit Card. No VPS needed. Deploy in 30 seconds.
The Smartest, Most Secure Telegram Userbot (2026)
CipherElite isn't just another userbot—it is a Self-Healing Automation Suite.
Built on Telethon by Rishabh Anand, it solves the biggest problems in Telegram automation:
- Security: Our proprietary
ELITE_SESSIONprevents hackers from stealing your account. - Stability: Our Smart Plugin Manager auto-detects and installs missing dependencies (
pip install) so your bot never crashes. - Accessibility: We provide Free Hosting so anyone can use it.
| Feature | Description |
|---|---|
| 🧠 Smart Plugin Manager | (Exclusive) Auto-scans plugin code, installs missing libraries/requirements instantly. Zero crashes. |
| 🛡️ Anti-Hack Session | Uses ELITE_SESSION encryption. If a hacker steals your string, they cannot use it on other tools. |
| 🤖 Native AI | Integrated AI commands for auto-replies, summaries, and chat assistance. |
| ⚡ Free Hosting | We provide a dedicated Deployer Bot that hosts your userbot for free (24/7). |
| 🎭 Native Fun Plugins | Custom-written Games, Animations, and 'Magic' commands with Zero Lag. |
| 🔄 Safe Updates | Update your bot without losing your vars or configuration. |
| 📊 Analytics | Built-in performance monitoring and ping checks. |
No coding required. No Credit Card.
-
Fork this Repository:
- Click the
Forkbutton (top right). - Critical: You must use your forked link.
- Click the
-
Get Your Session:
- Start @elite_session_maker_bot.
- Follow steps to generate your
ELITE_SESSION.
-
Deploy:
- Go to @elitedeployerbot.
- Send the link to your forked repository.
- Enter variables when prompted.
✅ Why use Elite Deployer?
- Free 24/7 Hosting
- Live Logs Dashboard
- Instant Restart/Variable Editing
If you prefer full control (Termux/Ubuntu/Debian), use tmux to keep the bot running 24/7.
# 1. Update System & Install Dependencies (including tmux)
sudo apt update && sudo apt upgrade -y
sudo apt install python3-pip git tmux -y
# 2. Clone the Repository
git clone https://github.com/rishabhops/CipherElite
cd CipherElite
# 3. Setup Configuration
# Copy the sample env file to a real .env file
cp sample.env .env
# Edit the file to add your API_ID, HASH, and SESSION
nano .env
# (Press Ctrl+O to save, Enter to confirm, Ctrl+X to exit)
# 4. Install Python Requirements
pip3 install -r requirements.txt
# 5. Run 24/7 using Tmux
tmux new -s cipher
python3 main.py
# To check your bot later, type tmux attach -t cipher in your terminal.
# To exit the logs without stopping the bot, press Ctrl+B then D.| Variable | Description |
|---|---|
API_ID |
Get from my.telegram.org |
API_HASH |
Get from my.telegram.org |
ELITE_SESSION |
Required. Get from @elite_session_maker_bot |
LOG_CHAT_ID |
Private Channel ID for Logs |
SUDO_USERS |
Your User ID (for admin control) |
🛡️ SECURITY NOTICE:
Cipher Elite uses a Locked Session Protocol. Standard StringSessions (from any other bots) will NOT work. This creates a security layer: Even if your session file is stolen, generic session stealers cannot access your account.
Join our growing community for plugins, help, and updates.
Lead Developer & Founder of Thanos Pro Organization
- Telethon: For the foundational library.
- Open Source Community: For the continuous inspiration.
This userbot is an open-source educational project. The developers (Rishabh Anand & Thanos Pro Org) are not responsible for any account bans or restrictions caused by improper usage of this tool.
Enjoying Cipher Elite? Please drop a ⭐ Star on the repository!

