OP 14 January, 2021 - 07:22 PM
(This post was last modified: 14 January, 2021 - 07:27 PM by coNdenseR.
Edit Reason: Forgot to add instructions
)
I've seen somebody that wanted a spotify password changer so I made it, you need to enter combolist and new passwords like this:
1. You need to install Selenium (via pip)
2. You need Chrome driver for Selenium (for your version of chrome)
3. Change the WEB_DRIVER_PATH variable to the path of the Chrome driver
4. Choose your combofile(accounts) username:password
5. Choose your new passwords file
Here is the source code:
Quote:This program is for educational purposes only, i'm not responsible if you use it for illegal purposes.
Your combo file needs to be like this, otherwise program code NOT work!
username:passwd
secondusr:pass
johndoe:apple
your new password file needs to be like this, otherwise code will NOT work!
paswd
anotherpaswd
password
If there is 4 accounts in the combolist, you need to enter 4 new passwords for these accounts in order. If you want to set the same passwd for every account,
you need to enter like this. E.g. you have 4 account in the combolist:
password
password
password
password
no newline or space at the top or bottom!!!
1. You need to install Selenium (via pip)
2. You need Chrome driver for Selenium (for your version of chrome)
3. Change the WEB_DRIVER_PATH variable to the path of the Chrome driver
4. Choose your combofile(accounts) username:password
5. Choose your new passwords file
Here is the source code:
Please leave a like.