Posts: 111
Threads: 10
Joined: Feb 2016
Reputation:
0
Some of my users get kicked randomly for weapon hacking and they are not weapon hacking, or i get kicked for using Speedhack while i only have the speedboost on my server (SetVehicleSpeed)
Posts: 882
Threads: 50
Joined: Jun 2012
Reputation:
0
I am going to guess that an IsPlayerInAnyVehicle check is not done before triggering a weapon hack warning.
Suppose a player is in a vehicle with AK47. You give the player an M4. This M4 will replace AK47 but GetPlayerWeaponData/GetPlayerWeapon will tell that the player has AK47.
The function starts returning correct values after the player exits the vehicle. Therefore, you need an IsPlayerInAnyVehicle check in weapon hack detection code.
This is why someone who works on an anti-cheat needs to own a server. There are countless bugs to be taken care of.
Posts: 10
Threads: 0
Joined: Aug 2012
Reputation:
0
Can you edit your anticheat?
Instead of kicking anticheat should ban cheaters, flood / hacking / crashing attempts etc.
I tried to edit anticheat (to ban cheaters) but I failed...
Posts: 2,203
Threads: 154
Joined: Oct 2009
Reputation:
0
It makes sure that signed integer (Range -32768 to 32767) does not overflow.
So i guess that safeguard is just to avoid overflow and possible false detection caused by it...
Posts: 828
Threads: 20
Joined: Jul 2015
Reputation:
0
That's damn awesome and excellent, also you're frequently updating it which is what impressed me actually.
Posts: 38
Threads: 0
Joined: Jul 2013
Reputation:
0
21.03.2017, 20:42
(
Последний раз редактировалось Irenijus; 21.03.2017 в 21:18.
)
Fly Hack in vehicle not workink when u jumped from the hill properly.
Posts: 10
Threads: 0
Joined: Aug 2012
Reputation:
0
speed hack works in rhino.
If you teleport anywhere he will produce a speedlight speed, and you will be kicked from reason: Speedhack.
Posts: 513
Threads: 4
Joined: Jun 2015
Reputation:
0
(I guess) he meant to say that the code is too obscure, symbols' names aren't picked wisely (not self-explanatory) so it takes a while to understand how the include works in order to make changes to it.
Posts: 313
Threads: 39
Joined: Jan 2017
Reputation:
0
can anyone show example anti cheat