SA-MP Forums Archive
Rcon[Problem] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Rcon[Problem] (/showthread.php?tid=344952)



Rcon[Problem] - Dan_Barocu - 23.05.2012

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


Re: Rcon[Problem] - leonardo1434 - 23.05.2012

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;
    }



Re: Rcon[Problem] - Dan_Barocu - 23.05.2012

and he sayed he hacked host password and went in cfg and found password..


Re: Rcon[Problem] - [ABK]Antonio - 23.05.2012

Contact your hosting company and tell them.