ANTI-******S
#1

Hi,

It's possible to do when player come to server with ******s cheats he get ban?
Reply
#2

Yes, it is possible to detect but it will work only for some, many of them already patched this, but i'll tell you how: freeze the player when he spawns, get his camera front vector and store somewhere, set a timer of 2 or 3 seconds, when that timer is called after the time you set, you unfreeze him and get his camera vector again and compare with the stored, if it is different then he have that cheat installed, because when you have it and you are freezed, your camera move up and look down, I don't know but I think the camera vector will be higher, so you check if it is higher than the stored one.
Reply
#3

We fine tuned the shit out of that cheat detection method so you don't need to save anything.

pawn Код:
new Float:vector[3];
    GetPlayerCameraFrontVector(playerid, vector[0], vector[1], vector[2]);
    if (vector[2] <= -0.9958 && vector[2] >= -0.9964)
Reply
#4

[uL]Pottus where i have to put this code? and this check:

if (vector[2] <= -0.9958 && vector[2] >= -0.9964)

It'means player have ******s?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)