Anti-Brute Force...
#4

are you trying to change the password? if so use this
pawn Код:
new str[350];
    new one0 = random(30);
    new one1 = random(30);
    new one2 = random(30);
    new one3 = random(30);
    new one4 = random(30);
    new one5 = random(30);
    new one6 = random(30);
    new one7 = random(30);
    new one8 = random(30);
    new one9 = random(30);
   
    format(str, sizeof(str), "rcon_password %d-%d-%d-%d-%d-%d-%d-%d-%d-%d",one0,one1,one2,one3,one4,one5,one6,one7,one8,one9);
    SendRconCommand(str);
    print(str);
Reply


Messages In This Thread
Anti-Brute Force... - by ScottCFR - 22.08.2010, 02:27
Re: Anti-Brute Force... - by Cameltoe - 22.08.2010, 02:35
Re: Anti-Brute Force... - by ScottCFR - 22.08.2010, 02:39
Re: Anti-Brute Force... - by Daren_Jacobson - 22.08.2010, 03:00
Re: Anti-Brute Force... - by ScottCFR - 22.08.2010, 03:17
Re: Anti-Brute Force... - by dax123 - 22.08.2010, 03:19

Forum Jump:


Users browsing this thread: 1 Guest(s)