SphereCommunity
Another newbie question - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Another newbie question (/Thread-Another-newbie-question)



Another newbie question - MrCube - 04-07-2017 03:23 PM

Hi, is it possible to check players password in game without cheking sphereaccu file ? Without anykinda special script ?
Like .x show password or .show serv.account test password


RE: Another newbie question - richm - 04-07-2017 08:34 PM

.xshow account.password

Don't known if its works if you're using the encrypted passwords option though


RE: Another newbie question - Coruja - 04-08-2017 03:12 AM

you can use .show serv.account.[accountlogin].password or .xshow account.password and click on the player

if you're using MD5 passwords, it will return the MD5 hash because MD5 is a one-way encryption (values can be encrypted but not decrypted). So if you want check if the password is correct, you must get both values in MD5 format and check if the hash is the same. To get MD5 hash for any args you must use .show md5hash value_here


RE: Another newbie question - MrCube - 04-08-2017 05:30 PM

Thanks guys it worked


RE: Another newbie question - rastrero - 04-12-2017 03:08 PM

my question...
Why would u need it?