Skip to content

ItsMrULPBot Is The Ultimate Logs To ULP ULP To Any Type Combo Maker Built With Pyrofork & Asyncio In Full Asynchronous Method By [@abirxdhack]

Notifications You must be signed in to change notification settings

abirxdhack/ItsMrULPBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 ItsMrULPBot

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


GitHub stars GitHub forks Pyrofork Async


✨ What Makes ItsMrULPBot Awesome?

  • 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 Cheat Sheet

👑 Admin / Sudo Commands

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)

🧑‍💻 User Commands

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

🗂️ Project Structure

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

⚡ Quickstart: Deploy Your Own

🐧 On Ubuntu

pip3 install -r requirements.txt
screen -S ItsMrULPBot
python3 main.py

🪟 On Windows/RDP

pip install -r requirements.txt
python main.py

🍴 Clone & Go!

git clone https://github.com/abirxdhack/ItsMrULPBot
cd ItsMrULPBot

🏎️ Recommended Hosting

This 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. 🥔❌


⚙️ Configuration: Plug in Your Secrets

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"

🔑 Where do I get these?

  • 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

🤝 Credits


⭐️ Show Some Love!

If this bot made your life easier,
star the repo and share the love!

Star on GitHub


About

ItsMrULPBot Is The Ultimate Logs To ULP ULP To Any Type Combo Maker Built With Pyrofork & Asyncio In Full Asynchronous Method By [@abirxdhack]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages