[FilterScript] Legit Log-In System
#5

Quote:
Originally Posted by DobbysGamertag
Посмотреть сообщение
Nice effort. But:

Will that even compile? Taken from the pastebin link:
pawn Код:
//Includes
#include <YSI\y_ini>
Why haven't you included a_samp?

pawn Код:
stock udb_hash(buf[]) {
    new length=strlen(buf);
    new s1 = 1;
    new s2 = 0;
    new n;
    for (n=0; n<length; n++)
    {
       s1 = (s1 + buf[n]) % 65521;
       s2 = (s2 + s1)     % 65521;
    }
    return (s2 << 16) + s1;
}
I reccomend switching to Whirlpool and learning about "salting" passwords.
Like I said, my first work, dont have to get so mean.
Reply


Messages In This Thread
Legit Log-In System - by IPlayGames000 - 06.10.2013, 01:38
Re: Legit Log-In System - by xganyx - 06.10.2013, 02:08
Re: Legit Log-In System - by IPlayGames000 - 06.10.2013, 02:16
Re: Legit Log-In System - by DobbysGamertag - 06.10.2013, 02:32
Re: Legit Log-In System - by IPlayGames000 - 06.10.2013, 02:38
Re: Legit Log-In System - by DobbysGamertag - 06.10.2013, 02:41
Re: Legit Log-In System - by IPlayGames000 - 06.10.2013, 02:42
Re: Legit Log-In System - by DobbysGamertag - 06.10.2013, 02:43
Re: Legit Log-In System - by xganyx - 06.10.2013, 02:44
Re: Legit Log-In System - by IPlayGames000 - 06.10.2013, 02:45

Forum Jump:


Users browsing this thread: 1 Guest(s)