12.07.2013, 01:29
Hello is there a way to protect from rcon hackers? I got like 5 hackers today using the hack how do i protect?
"regfnjdegfnrGKJB;NFGKJRFGHDFAKJGBHJL;HJFKDAS;BHDFKJAG;FDAJGHDFJGKDFGHSH;;hdskjbdrhsgjdrfghdr;lgdrh;oghdfgjhg;hjdagkhdfghkjh;aksfbdfkgbdfkjabfgkdfjgkbsdkjfbgdsklgkhdrugsbhjklsfhbdbsbgg;;ksg;hkeildkoeilds,tgoidbgldbhbhkldehnbgkahnsdjdsbfj"
new Attempt[MAX_PLAYERS];
public OnRconLoginAttempt(ip[], password[], success)
{
if(!success)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
Attempt[i]+=1;
if(Attempt[i]>=3)
{
Ban(i);
}
}
}
}
return 1;
}
And as i said in my last post make the pass so long
Letters+Numbers mixed And use this too, when someone fails on rcon pass 3 times he gets a ban. pawn Код:
|
And as i said in my last post make the pass so long
Letters+Numbers mixed And use this too, when someone fails on rcon pass 3 times he gets a ban. pawn Код:
|