You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I've found the issue for acc.txt
First make acc.txt file into the folder, then open it.
For users that says I didn't found any solution for acc.txt etc.., see this :
Line 32 user = []
Line 33 passw = []
Line 34 for lines in file:
Line 35 file = lines.split(":")
Line 36
Line 37 un = file[0]
Line 38 pw = file[1]
Line 39 user.append(un)
Line 40 passw.append(pw)
If you've already seen dumped accounts they uses username:password.
Type your username and password followed by this string :.
Example :
Line 1 yourusername:yourpassword
Save the file.
Your issue is solved :)
Note : Sorry for my bad english :)
The text was updated successfully, but these errors were encountered:
Hello everyone, I've found the issue for acc.txt
First make acc.txt file into the folder, then open it.
For users that says I didn't found any solution for acc.txt etc.., see this :
Line 32 user = []
Line 33 passw = []
Line 34 for lines in file:
Line 35 file = lines.split(":")
Line 36
Line 37 un = file[0]
Line 38 pw = file[1]
Line 39 user.append(un)
Line 40 passw.append(pw)
If you've already seen dumped accounts they uses username:password.
Type your username and password followed by this string :.
Example :
Line 1 yourusername:yourpassword
Save the file.
Your issue is solved :)
Note : Sorry for my bad english :)
The text was updated successfully, but these errors were encountered: