Aimbots in my server
#1

Heys guys, since 0.3z, i'm happy with lagcomp, but there are some shitty tools players are using to get benefits, like auto aim. Does anyone know or have something that can help me, an anti-aimbot or something? Thanks
Reply
#2

You can't just block aimbot. it's client side not server side. but some aimbots can be spotted easily. Just have your admins watch out.

+rep if i helped <3
Reply
#3

I know I can't just block. But need a efficient tool to at least detect it precisely.
Reply
#4

just hire admins that will spectate constantly..
Reply
#5

Yeah-... there is no tool to detect it ... just have admins that know hacks / aimbots.
Reply
#6

Hire the aimbotters.
Reply
#7

Create a count in the global scope then plus when they get a kill, if they get a certain amount of kills without taking extensive damage send a warning.
pawn Код:
new aimbot_KillCheck[MAX_PLAYERS];

public OnPlayerDeath(playerid, killerid, reason)
{
    aimbot_KillCheck[killerid] ++;
    return 1;
}
There are no ways to "detect" as of yet, however there are ways (one of them I've listed) to check.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)