Initial commit: RobloxVerify automation tool
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# RobloxVerify
|
||||
|
||||
Автоматизация прохождения age verification на Roblox через Persona.
|
||||
|
||||
## Форматы accs.txt
|
||||
|
||||
```
|
||||
login:pass
|
||||
login:pass:cookie
|
||||
login:cookie
|
||||
just_the_cookie_token
|
||||
```
|
||||
|
||||
## Установка
|
||||
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## Запуск
|
||||
|
||||
```bash
|
||||
python main.py
|
||||
# Тестовый режим (пауза между аккаунтами):
|
||||
python main.py --test
|
||||
```
|
||||
|
||||
Требуется Chrome 149+.
|
||||
Reference in New Issue
Block a user