Software for quick purchase of mystery boxes on Binance.
Purpose
At the time of the sale on Binance, it is almost impossible to buy a mystery box with "hands". For this, programs were written that generate a large number of requests at a specified time, which significantly increases your chances of buying a box.
Installation & setup
- Download the latest version of Python, during installation, you must specify
Add Python 3.? to PATH
-
Download ChromeDriver, which is suitable for your version of Google Chrome. The downloaded file must be placed in the same folder with the program.
-
Download pip(Python Package Index)
-
Download Visual C++
-
Include packages, run in cmd:
pip install requests pip install aiohttp pip install selenium pip install selenium-wire
-
Edit the config.py file before running the software.
Parameters:-
requests_payload -- Payload of the purchase request, you can change the value number - the number of boxes and productId - the ID of the box (screen below);
-
product_id -- Product ID of the marketplace auction, you need to bypass the captcha, any marketplace auction where you can place a bid will do (screen below);
-
sale_time -- The start time of the sale of boxes in Unix format (screen below);
-
requests_count -- The number of requests, it is better not to set more than 1200, can ban the IP address;
-
-
To run, open bot.py in IDLE (screenshots below)
- Follow the instructions in IDLE
Motivation
At the moment, the market for selling software for Binance is very closed and criminal. People cheat and sell video clips with promises. It is currently the only free and working program for buying boxes. Let's improve it together
My contacts can be found on the [GitHub page] (https://github.com/ell1s-m).
Specification
The software is written in Python.
Dependencies:
- [Python] (https://www.python.org)
- [Selenium] (https://www.selenium.dev)
- [Aiohttp] (https://docs.aiohttp.org/en/stable)
- [Visual C ++] (https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist)
- [Google Chrome] (https://www.google.com/chrome)
Testing was carried out only on Windows operating systems. The software components are cross-platform, but guaranteed working capacity can not.
Disclaimer
I am not the author of this software, and I am not responsible for any risks associated with its execution. The software is provided "As is", you can modify and improve it yourself.