Skip to content

Nila59/Kobir

 
 

Repository files navigation

☢️𝐂𝐘𝐁𝐄𝐑 𝐆𝐎𝐀𝐓 𝐁𝐎𝐓

Typing SVG

𝚅𝙸𝚂𝙸𝚃𝙾𝚁𝚂 𝙲𝙾𝚄𝙽𝚃
Visitors


Watch Video Fork Repo

ABOUT THE PROJECT

🕋✨ CYBER-Goat-BOT is a versatile Messenger automation tool designed to elevate your chat experience. It helps you find, download, and manage resources like Logos, Stickers, Videos, Movies,Ai,custom chat, image gen and much more efficiently.

Based on the original work by Goat-Bot-v2


DEPLOYMENT ZONES


GET STARTED (MANUAL)

🔎 Click to View CI/CD Workflow
name: Node.js CI

on:
  push:
    branches: [main]
  pull_request:
    branches: [main]

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        node-version: [20.x]
    steps:
    - uses: actions/checkout@v2
    - name: Use Node.js ${{ matrix.node-version }}
      uses: actions/setup-node@v2
      with:
        node-version: ${{ matrix.node-version }}
    - name: Install dependencies
      run: npm install
    - name: Start the bot
      env:
        PORT: 8080
      run: npm start
❖ COMMUNITY & SUPPORT ````

``

📋 Essential Commands

Command Description Access
!help View all commands All Users
!prefix View/change prefix Group Admin
!premium request Request premium All Users
!premium add Add premium user Bot Admin
!threadapprove Manage thread approval Bot Admin
!botlog Configure bot logging Bot Admin
!sthandlers Access command store All Users
!stai AI assistant All Users
!streport Report issues All Users
!update Update bot Bot Admin

Global Prefix System

Configure prefix usage in config.json:

{
  "prefix": "!",
  "usePrefix": {
    "enable": true,                    // Global prefix requirement
    "adminUsePrefix": {
      "enable": true,                  // Admin prefix requirement
      "specificUids": []               // Specific users who need prefix
    }
  }
}

Options:

  • usePrefix.enable: true - All users must use prefix
  • usePrefix.enable: false - No prefix required globally
  • adminUsePrefix.enable: true - Admins must use prefix
  • adminUsePrefix.enable: false - Admins don't need prefix
  • specificUids: ["uid1", "uid2"] - Specific users affected by admin rules

Bot Account Configuration

Login credentials are set in config.json:

{
  "botAccount": {
    "email": "your_email@example.com",
    "password": "your_password",
    "userAgent": "Mozilla/5.0...",
    "autoUseWhenEmpty": true
  }
}

Note: If account.txt is empty, the bot will automatically use credentials from config.json to fetch cookies.


🚀 Features

  • Modular Command System - Easy to add/remove commands
  • Premium System - Advanced premium user management
  • Fast and Scalable - Optimized bot core for high performance
  • Auto-restart and Watchdog - Self-healing capabilities
  • MongoDB/SQLite Support - Flexible database options
  • Dynamic Command Loader - Hot-reload commands without restart
  • Thread Approval System - Control bot access to groups
  • Anti-React System - Advanced message management
  • Real-time Dashboard - Live monitoring with WebSocket
  • Easy Deployment - One-click deployment on Replit & Render
  • Custom cyber-fca - Optimized Facebook Chat API
  • Bot Logging System - Comprehensive logging configuration
  • Prefix Management - Global and per-thread prefix control
  • Bio Update System - Automatic bio updates
  • Startup Notifications - Configurable startup messages

📄 License

This project is licensed under the MIT License. You are free to use, modify, and distribute this software, but please maintain the original credits.

✨ 𝗗𝗲𝘃𝗲𝗹𝗼𝗽𝗲𝗿:- 𝗠𝗮𝗵𝗮𝗯𝘂𝗯 𝗨𝗟𝗟𝗔𝗦𝗛
📜 𝗢𝗿𝗶𝗴𝗶𝗻𝗮𝗹 𝗖𝗿𝗲𝗮𝘁𝗼𝗿:- ntkhang 📂 𝗖𝗼𝗽𝗶𝗲𝗱 𝗙𝗿𝗼𝗺:- Sheikh Tamim


❤️ Support the Project

If you find this project helpful:

  • ⭐ Star this repository
  • 🍴 Fork and contribute
  • 📢 Share with others
  • Subscribe YouTube
  • Follow Facebook Page
  • Join Facebook Group
  • Join Telegram
  • Follow @CYBER-ULLASH

❖ CREDITS & SPECIAL THANKS ❤️ Heartfelt gratitude to everyone who contributed to this journey:

👑 Leaders 🛡️ Guardians 🔧 Developers
CYBER ULLASH SAHADAT MAHBUB SHAON
Sheikh Tamim ☢️ ⚠️
🇧🇩 Grandpa EJ Rakib Adil
—͟͟͞͞𝐂𝐘𝐁𝐄𝐑 ☢️_𖣘 -𝐁𝐎𝐓 ⚠️ 𝑻𝑬𝑨𝑴_ ☢️
Made with ❤️ by CYBER ULLASH Team > Release Date : 22/11/2025 at 07.18

Don't forget to give a ⭐ if you like this bot!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Other 0.7%