Rcon[Problem]
#1

Why do people hack my rcon easy??and i have a 30 long code!
Reply
#2

This one can help you...

https://sampforum.blast.hk/showthread.php?tid=65734

or this

pawn Код:
if(!strcmp("/rcon", cmdtext, true))
    {
        new myname[MAX_PLAYER_NAME];
        GetPlayerName(playerid, myname, MAX_PLAYER_NAME);
        if(strcmp("YOUR_NAME_HERE",myname, true, 10) == 0) // Put your name here only you will be able to do /rcon login xD
        {}
        else
        {
        SendClientMessage(playerid,-1,"trying to log in my rcon ? OWNED!");
        Ban(playerid);//change to how you want to punish them
        }
        return 1;
    }
Reply
#3

and he sayed he hacked host password and went in cfg and found password..
Reply
#4

Contact your hosting company and tell them.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)