OP 29 December, 2021 - 07:09 PM
Creates Discord accounts and fully verifies them using email and phone.
Was about 4.5 hours of work, for free for everyone.
Requirements:
Link:
The link contains the download, requirements yet again, how to install and some examples on how to use the program.
Quick example:
Press that like button to show your appreciation.. This will probably be patched within days
Was about 4.5 hours of work, for free for everyone.
Requirements:
- Python 3.9.5 (did not test on other Python versions)
- Anti-captcha account with money on it
- Kopeechka account with money on it
- Sms-activate.ru account with even more money on it
Link:
The link contains the download, requirements yet again, how to install and some examples on how to use the program.
Quick example:
Code:
from creator import create
anticaptcha = 'a4d26ba7ec33ba9aa810449b42a6d011'
kopeechka = '99355de805609eac0dc5750f49fb18e5'
smsactivate = 'b97683d5f482A06051Ab7fc81bb4d495'
session = create(capthaAPI=anticaptcha,
emailAPI=kopeechka,
phoneAPI=smsactivate,
username="Hatty was here")
print(session.token)
Press that like button to show your appreciation.. This will probably be patched within days