-
Account Upgraded | Title Enabled!
Gunz Login Stored Procedure
Does gunz.exe use a sProc in the database to check passwords, I'm trying to setup MD5 hash protection for the database but I'm having a hard time finding the correct Proc to edit. I found one but apparently gunz doesn't use it, or use it anymore.
-
-
WowIwasSuperCringeB4
Re: Gunz Login Stored Procedure
well if you want MD5 Check add a 1 in the server.ini and in MD5HashValue.txt add the has which would look something like this. B02FB99AE7488DA1CF06D2798AB522A8, then you gotta break it up after every 2 digits so it would look like this B0 2F B9 9A E7 48 8D A1 CF 06 D2 79 8A B5 22 A8, and then restart your matchserver oh btw use a MD5 checker on the client that's the MD5 you need, search one on google.
-
The beer?? Its here !!!
Re: Gunz Login Stored Procedure
He dont want an md5 check on the client, but an md5 stored password in the database.