The Ultimate Logs ➡️ ULP ➡️ Combo Maker!
A lightning-fast, fully asynchronous Telegram bot built with Pyrofork & asyncio.
Transform logs, ULPs (User:Login:Password), and combos in seconds!
Made with ❤️ by @abirxdhack
- Ultra Fast: Built entirely on asyncio for maximum speed and scale.
- Multi-Format Magic: Instantly convert logs
↔️ ULP↔️ combos of any type. - Admin & User Modes: Full set of admin and user tools for total control.
- Cloud-Ready: Designed for high-load, supreme hosting (Azure, AWS, RDP, etc.)
- MongoDB Power: Robust, scalable backend for storing and managing everything.
| Command | Description |
|---|---|
add |
Add a user to premium |
db |
View Logs/ULP directory |
del |
Delete Logs/ULP directory |
feed |
Feed logs to DB |
stop |
Stop feed & upload files |
all |
List all users (from MongoDB) |
| Command | Description |
|---|---|
ulp |
Get ULP for any site/URL |
num |
Get num:pass combo from a file |
user |
Get user:pass combo from a file |
email |
Get mail:pass combo |
ping |
Bot status & speedtest |
info |
View your info & subscription |
ItsMrULPBot/
│
├── core/
│ ├── mongo.py
│ ├── start.py
│ └── __init__.py
│
├── utils/
│ ├── logging_setup.py
│ └── __init__.py
│
├── plugins/
│ ├── all.py
│ ├── filter.py
│ ├── find.py
│ ├── info.py
│ ├── tools.py
│ ├── ulp.py
│ └── up.py
│
├── app.py
├── main.py
├── config.py
├── requirements.txt
pip3 install -r requirements.txt
screen -S ItsMrULPBot
python3 main.pypip install -r requirements.txt
python main.pygit clone https://github.com/abirxdhack/ItsMrULPBot
cd ItsMrULPBotThis is a high-performance bot! For best results, use a Supreme server:
Azure RDP, Amazon AWS, or a top-tier VPS.
Don't host on potato servers. 🥔❌
Open config.py and fill in all required details:
# Bot configuration
API_ID = YOUR_API_ID
API_HASH = "YOUR_API_HASH"
BOT_TOKEN = "YOUR_BOT_TOKEN"
# Command prefixes
COMMAND_PREFIX = [",", ".", "/", "!"]
# Developer details
DEVELOPER_ID = YOUR_USER_ID # Your Telegram user ID (numeric)
UPDATES_CHANNEL = "YOUR_CHANNEL_URL" # (Optional) Updates channel URL
ADMIN_IDS = [FIRST_ADMIN_ID, SECOND_ADMIN_ID] # Telegram user IDs for admins
# MongoDB configuration
MONGO_URL = "YOUR_MONGO_URL"- API_ID & API_HASH: my.telegram.org → Log in → API development tools
- BOT_TOKEN: Talk to @BotFather on Telegram
- DEVELOPER_ID & ADMIN_IDS: Get your Telegram numeric ID via @userinfobot
- UPDATES_CHANNEL: (Optional) Your Telegram channel URL
- MONGO_URL: From MongoDB Atlas or your own MongoDB server
- Powered by Pyrofork
- Async magic via asyncio
- Built with ❤️ by @abirxdhack
If this bot made your life easier,
star the repo and share the love!