? BTC checks generator

Teacher

Professional
Messages
2,670
Reaction score
798
Points
113
The script generates BTC check links in the @btc_change_bot bot (https://t.me/BTC_CHANGE_BOT?start=12gNa). And if we're lucky, we'll get a check with the balance.

Installation:
Code:
$ apt update -y && apt upgrade -y
$ apt install git python -y
$ pip install requests

Loading the script:
Code:
$ git clone _https: //github.com/RESILENTS/BTCVoucherGen
$ cd BTCVoucherGen

* Launch *:
Code:
$ python \ BTCCheckGen.py

Next, the script will run, set the number of characters to 30, and we will start generating links. If everything is done correctly, the script will generate links of this type for you: https://telegram.me/BTC\CHANGE_BOT?start=c_97ead1f2a898b8d6d9084ffc9d60a9b5

I myself will say the idea is interesting, but the percentage that will give a valid link is small, so the theme requires scaling and automation by clickers. Also, for those who do not work with links, you need to replace the 3rd letter "b" with "c" in line 27 of the code, since I noticed that the banker changes this letter, I think for an anti-abuse. If it doesn't work anyway, then create a check in the banker and see what letter is indicated there, then put this one in the line of code.
 
Top