anticheat block ApplyForceToEntity

hello im trying to block mod menu function that’s i find in a Lua menu source code than line

					NetworkRequestControlOfEntity(playerVeh)
					ApplyForceToEntity(playerVeh, 1, 0.0, 5000.0, 0.0, 0.0, 0.0, 0.0, 0, 0, 1, 1, 0, 1)

its trying to move the vehicle off other player is don’t work if the player is in the vehicle for sync reason i think but the vehicle take damage im developing my own anti cheat for block this kind of stuff but i got no ideal to block this ):

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.