[help] A good anti cheat system
#1

hi. can i know a good anti cheat which only gives warnings to admins of a player hacking and no kicks/bans ? Only warnings to admin
Reply
#2

show us the code !
Reply
#3

code of what? im asking for good anti cheat -_-
Reply
#4

I don't think there are any working or good ones around. The best idea I think would be is to make one yourself.
Reply
#5

i don't know how to make one thats why i posted this thread otherwise i would have done it myself
Reply
#6

PHP код:
/*use a timer*/
foreach(new Player)
{
    if(
/*checking what kind of hacks being used*/)
    {
        if(
/*checking player is admin*/ 0)
        {
            
SendClientMessage(playeridcolor"message of hack");
        }
    }

Something like this can work, this is just an example, you need to script your systems yourself.
Reply
#7

PHP код:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(!
success)
    {
       
SendClientMessage(playerid, -1"do not hack password!");
       new 
pname[24], string[50];
       
GetPlayerName(playeridpnamesizeof(pname));
       
format(stringsizeof(string), "%s tried to hack password!",
       for(new 
0GetMaxPlayers(); i++) // if your server version is 0.3.7 then batter use getplayerpoolsize
       
{
           if(
IsPlayerAdmin(i)) return SendClientMessage(i, -1string);
       }
    }
    return 
1;

Reply
#8

Quote:
Originally Posted by Deadpoop
Посмотреть сообщение
PHP код:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(!
succes)
    {
       
SendClientMessage(playerid, -1"msg");
    }
    return 
1;

How this is an example of anti cheat? Do you even know what this will do? Stop post hunting.

Quote:

This forum requires that you wait 120 seconds between posts. Please try again in 84 seconds.

Why da fuq?

EDIT:

Quote:
Originally Posted by Deadpoop
Посмотреть сообщение
PHP код:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(!
succes)
    {
       
SendClientMessage(playerid, -1"do not hack password!");
       new 
pname[24], string[50];
       
GetPlayerName(playeridpnamesizeof(pname));
       
format(stringsizeof(string), "%s tried to hack password!",
       for(new 
0GetMaxPlayers(); i++) // if your server version is 0.3.7 then batter use getplayerpoolsize
       
{
           if(
IsPlayerAdmin(i)) return SendClientMessage(i, -1string);
       }
    }
    return 
1;

-_- Nice anti-cheat script you got there, its an anti-RCON...
Reply
#9

-removed-
Reply
#10

im not post hunting i have server and i players keep using hacks in it and all i wanted a anti cheat system the problem is that JunkBuster bans when we use /god as adminstrator and I dont know how to install BalkanSecurity cuz instructions are not clear and not in proper language maybe if you can tell me how to install balkan security im sure that my problem will be fixed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)