Posts: 803
Threads: 138
Joined: Jul 2014
Reputation:
0
Alright so my buddy found this cleo mod that well not a mod, its more like a hack, basically what it does is that it places 2 sprunk machines around the player blocking any sort of damage. The problem is, sprunk machines are invisible for both user and shooter
Anyone found any way to fix this?
Posts: 248
Threads: 13
Joined: Jul 2014
Reputation:
0
The hack is client sided.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
I would probably compare the difference between the number of OnPlayerTakeDamage calls and the number of OnPlayerGiveDamage calls (damaging that specific player). The greater the difference, the greater the chance that they're cheating. Especially if the number of OnPlayerTakeDamage calls is 0 or very low.
Posts: 528
Threads: 70
Joined: Nov 2014
Reputation:
0
Or you can even get if there is any extra spawn of objects if possible.
Posts: 221
Threads: 29
Joined: Apr 2015
Reputation:
0
make sure all your sprunk machines are accounted for, create a function to check if the player is in range of them, if he is not near them and losing 0 on player take damage maybe?
Posts: 368
Threads: 24
Joined: Feb 2012
Quote:
Originally Posted by SkyFlare
make sure all your sprunk machines are accounted for, create a function to check if the player is in range of them, if he is not near them and losing 0 on player take damage maybe?
|
Wont work, the sprunks are clientsided.
You could just use weapon-config and all health related cheats will be eliminated.
Posts: 803
Threads: 138
Joined: Jul 2014
Reputation:
0
Its preety much clusterfuck as it comes to it, no way to detect the sprunk machine since as previously said by Richie, they are clientsided.
What I did is that I basically do a check OnPlayerWeaponShot & OnPlayerTakeDamage are equal to each one etc.
Thanks for the headsup Vince and others!