Prompt

Prompt

Manfruity

Write a script that checks the data of accounts from the site [login page of the site]. The account data is stored in the accounts.txt file in the script folder.


The account data is formatted as login:password.


Insert the login into the element [login element].


Insert the password into the element [password element].


After that, click the button [button element].


If after clicking the button the account logs in and [validity factor] appears, then the account is valid; save it in valid.txt.


If after clicking the button [invalidity factor] appears, then the account is invalid; save it in invalid.txt.


If there is Recaptcha v2/v3, solve it. Solve using [service name]. Create a string for the service key.


The script should work multithreaded, checking different accounts from the account data.


The script should support checking accounts through proxies [required proxy type] from the proxy.txt file

Report Page