Skip to content

Python script for automating Binance Moonbix game, works with NO API. Special thanks to @SmartAirdrop for allowing us to modify the code.

Notifications You must be signed in to change notification settings

OrrnobMahmud/MoonbixAuto

Repository files navigation

Binance MoonBix (Python Version 3.10 Required)

Follow This Installation Guide Youtube

Register ?

Click the following url to register : Moonbix From Here Please

Warning

"Users assume all responsibility and risk associated with the use of this bot/program script."

Features

  • ❌ Daily Auto Claim
  • ✅ Proxy Support
  • ✅ Multi-Account Support
  • ❌ Auto Task Completion
  • ✅ Automated Game Play

How to Use

Bot.py parameter feature

Here are some parameters to enable feature

parameter description
--data set custom file data input (default: data.txt)

About Proxy

Register on this site to get free proxy : Here

You can add your proxy list in proxies.txt and proxy format is like example below :

Format :

http://host:port
http://user:pass@host:port

Example :

http://127.0.0.1:6969
http://user:pass@127.0.0.1:6969
socks5://127.0.0.1:6969
socks5://user:pass@127.0.0.1:6969

Windows

  1. Make sure you computer was installed python and git.

    Suggestion: Use python version 3.8+ (3.8 and above or latest)

    python site : https://python.org

    git site : https://git-scm.com/

  2. Clone this repository

    git clone https://github.com/orrnobmahmud/moonbixauto.git
  3. goto moonbixauto directory

    cd moonbixauto
    
  4. install the require library

    python -m pip install -r requirements.txt
    
  5. Edit data.txt, input you data token in data.txt, find you token in How to Find Account Token. One line for one data account, if you want add you second account add in new line!

  6. execute the main program

    python bot.py
    

Linux

  1. Make sure you computer was installed python and git.

    Suggestion: Use python version 3.8+ (3.8 and above or latest)

    python

    sudo apt install python3 python3-pip

    git

    sudo apt install git
  2. Clone this repository

    git clone https://github.com/orrnobmahmud/moonbixauto.git
  3. goto moonbixauto directory

    cd moonbixauto
  4. Install the require library

    python3 -m pip install -r requirements.txt
    
  5. Edit data.txt, input you data token in data.txt, line for one data account, if you want add you second account add in new line!

  6. execute the main program

    python bot.py
    

Termux

  1. Make sure you termux was installed python and git.

    python

    pkg install python
    

    git

    pkg install git
    
  2. Clone this repository

    git clone https://github.com/orrnobmahmud/moonbixauto.git
  3. goto moonbixauto directory

    cd moonbixauto
    
  4. install the require library

    python -m pip install -r requirements.txt
    
  5. Edit data.txt, input you data token in data.txt. One line for one data account, if you want add you second account add in new line!

  6. execute the main program

    python bot.py
    

Docker

  1. Make sure that docker is installed on your system.

  2. Edit data.txt, input you data token in data.txt, line for one data account, if you want add you second account add in new line!

  3. Run docker container

    docker run -it \
      -v "./data.txt:/app/moonbixauto/data.txt" \
      ghcr.io/orrnobmahmud/moonbixauto:latest
    

    or use compose:

    docker compose up
    

Javascript Command to Get Telegram Data for Desktop

copy(Telegram.WebApp.initData)

Run for 24/7

You can run the script continuously using a VPS or RDP. Use the screen application on a Linux VPS to keep the script running in the background.

Discussion

If you have any questions or need further assistance, join : @Crypto Airdrops (Verified Only)

Q&A

Q: Is it necessary to use a proxy with this bot/program script?

A: No, using a proxy is not required for this bot/program script.

Q: How can I configure and use a proxy?

A: To use a proxy, simply fill out the proxies.txt file according to the provided format.