How to protect my server samp????
#1

How to protect server samp
help me please

how to protect from/rcon hack cheats
help me please
Reply
#2

****** is your friend

CLICK HERE
Reply
#3

I have but not working
Reply
#4

Quote:
Originally Posted by ChristianIvann09
Посмотреть сообщение
****** is your friend

CLICK HERE
FUNNY NOT.



@Mijita

Add rcon 0 from your server.cfg. It will disable your rcon (/rcon login) or so whatever related to rcon. So you will not be saying in future. "Someone is trying to hack my rcon password omg *cries *cries"
Reply
#5

What If type /rcon login 0 ??
Reply
#6

I haven't use rcon 0 yet. But i'm pretty sure doing /rcon login 0 /rcon log /rcon /rcon 1235 /rcon yeah /rcon login 1235 will not work. You should try it to see.
Reply
#7

not work writes you are loged in as admin
Reply
#8

If not there are some simple script for rcon attempt I found:

Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    for(new i=0; i<MAX_PLAYERS; i++) //Loop through all players
    {
        if(adminlevel[i] >  3) //If the admin level is greater than 3 then 
        {
            if(!success)
            {
                printf("FAILED RCON LOGIN BY IP %s USING PASSWORD %s",ip, password);
            }
            else
            {
                printf("IP %s logged in to rcon successfully using password %s",ip, password);
            }
        }
        else
        {
            SendClientMessage(playerid, 0xFFFFFFFF, "Only Administrators may use RCON.");
        }
    }
    return 1;
}
If a player who is not an admin try to use /rcon, then kick/ban/banip him. I prefer banip+banname . Hope someone give you a script for this.
Reply
#9

ok thanks -How do I protect server from cheats?? do you know?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)