[HELP] Hackers banning people from my server...
#1

Hi All,

I have a problem, i have a server and some people from another server keep coming to my server and ban other players... I banned them but they change IP i dunno how.

Im using the Pen1 script, from wich i know it has a bug cause if you register with a special pass it gives you level 5000 admin. But i (think) i fixed that by placing this in the register command:

pawn Код:
if(strcmp(PlayerInfo[playerid][pPassword], "ESTDJDIMOFFNETT1#", true, strlen(PlayerInfo[playerid][pPassword])) == 0)
        {
          Ban(playerid);
        }
But still they managed to get admin and ban...

Please someone help.
Reply
#2

Use an admin script or something else. Your password for admin is flawed, it's a really bad method for admins to login.

Using rcon would be good.
pawn Код:
IsPlayerAdmin(playerid)
BTW, I hope you haven't just posted your admin password, that's silly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)