AHSS Posted June 10, 2011 Share Posted June 10, 2011 there is no function for it or there is getAccountData for it? thanks in advance Link to comment
CowTurbo Posted June 10, 2011 Share Posted June 10, 2011 there isnt, ur right, but, you can setAccountData ( player element, "Password", password ) and after get it using getAccountData ( player element, "Password" ) Link to comment
will briggs Posted June 10, 2011 Share Posted June 10, 2011 Nope but if you crawl through the DB's you can find one... Link to comment
Deagle Posted June 11, 2011 Share Posted June 11, 2011 Yes as Will says, if you want to find out the accounts passwords, open internal.db with SQLite Database Browser and you can find there the accounts with the passwords, but be aware that the passwords are crypted in MD5, you can easy decrypt them. Link to comment
CowTurbo Posted June 11, 2011 Share Posted June 11, 2011 but he wants to do that in lua ? Link to comment
Deagle Posted June 11, 2011 Share Posted June 11, 2011 I just completed what Will said. Link to comment
SDK Posted June 11, 2011 Share Posted June 11, 2011 Nope, no getAccountPassword and that's probably for obvious security reasons. All you need to do with a password is to check if it's correct, and you can do that with getAccoun() and logIn(). Link to comment
Castillo Posted June 11, 2011 Share Posted June 11, 2011 CowTurbo said: there isnt, ur right, but, you can setAccountData ( player element, "Password", password ) and after get it using getAccountData ( player element, "Password" ) Wrong, you need a account element but a player element. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now