Describe the bug
On all of the features apart from the proxy checker, I get the error "list index out of range"
To Reproduce
Run any of the .bat files (excluding the proxy checker) and you will get an error related to "list index out of range".
In the register .bat it just shows "list index out of range" on a lot of the attempts.
On the token grabber .bat it shows
File "python/discord_grabtokens.py", line 160, in
main()
File "python/discordgrabtokens.py", line 142, in main
password = .split(':')[2]
IndexError: list index out of range
On the verify .bat it shows
File "python/discord_verify.py", line 231, in
main()
File "python/discordverify.py", line 197, in main
email = .split(':')[3]
IndexError: list index out of range
Simillar errors occur on the rest.
Expected behavior
I expected it to work.
Screenshots
When running the register .bat:
token grabber .bat :
verify .bat:
image
![Uploading image.png…]()
Desktop (please complete the following information):
OS: Windows 10
Python Version 3.8.2
Additional context
Add any other context about the problem here.
Describe the bug On all of the features apart from the proxy checker, I get the error "list index out of range"
To Reproduce Run any of the .bat files (excluding the proxy checker) and you will get an error related to "list index out of range". In the register .bat it just shows "list index out of range" on a lot of the attempts. On the token grabber .bat it shows File "python/discord_grabtokens.py", line 160, in main() File "python/discordgrabtokens.py", line 142, in main password = .split(':')[2] IndexError: list index out of range
On the verify .bat it shows File "python/discord_verify.py", line 231, in main() File "python/discordverify.py", line 197, in main email = .split(':')[3] IndexError: list index out of range
Simillar errors occur on the rest.
Expected behavior I expected it to work.
Screenshots When running the register .bat:
token grabber .bat :
verify .bat: image ![Uploading image.png…]()
Desktop (please complete the following information):
OS: Windows 10 Python Version 3.8.2 Additional context Add any other context about the problem here.