Skip to content
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DOS Auto Bot

An automated bot for managing multiple 3DOS accounts with proxy support.

📢 Join Our Community

✨ Features

  • Multi-account support
  • Proxy support (HTTP, SOCKS4, SOCKS5)
  • Auto-retry on failures
  • Detailed logging
  • Account earnings tracking
  • Customizable harvest intervals

📋 Requirements

  • Node.js 16.x or higher
  • npm or yarn
  • Valid 3DOS accounts

🚀 Installation

  1. Clone the repository:
git clone https://github.com/airdropbomb/3Dos-Auto-Bot.git
cd 3Dos-Auto-Bot
  1. Install dependencies:
npm install

⚙️ Configuration

  • How to find Secret and Token? : Generate Api Key on Web Dashboard - F12 - Aplication - Local Storage
  1. Create configuration files:

    • secrets.txt: Add your API secrets (one per line)
    secret1
    secret2
    
    • tokens.txt: Add your bearer tokens (one per line, matching order with secrets)
    token1
    token2
    
    • proxy.txt (optional): Add your proxies (one per line)
    http://ip:port
    http://username:pass@ip:port
    socks4://ip:port
    socks5://username:pass@ip:port
    

🖥️ Usage

  1. Start the bot:
npm start
  1. Stop the bot:
    • Press Ctrl + C to gracefully shut down

🔧 Proxy Support

The bot supports multiple proxy protocols:

  • HTTP/HTTPS
  • SOCKS4
  • SOCKS5

Proxy format examples:

http://1.2.3.4:8080
http://user:pass@1.2.3.4:8080
socks4://1.2.3.4:1080
socks5://user:pass@1.2.3.4:1080
1.2.3.4:8080  # Will be treated as HTTP proxy

📝 Logs

The bot provides detailed logging:

  • Account status
  • Earnings information
  • Proxy usage
  • Error messages
  • Retry attempts

⚠️ Disclaimer

This bot is for educational purposes only. Use at your own risk. Make sure to comply with 3DOS's terms of service.

🤝 Contributing

  1. Fork the repository
  2. Create your feature branch: git checkout -b feature/new-feature
  3. Commit your changes: git commit -am 'Add new feature'
  4. Push to the branch: git push origin feature/new-feature
  5. Submit a pull request

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

💖 Support

If you find this bot helpful, please consider:

  • Starring the repository
  • Following our Telegram channel
  • Contributing to the project

Made with ❤️ by AirdropInsiderID

About

An automated bot for managing multiple 3DOS accounts with proxy support

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages