basic_detections
HUNK_AC.AntiSpeedHacks
detection depends on your server
if you are using any drug script that increases player speed by using a drug then set it to false
reaction: kick/logs (recommended)
HUNK_AC.AntiRagdoll
detection: false (recommended)
but if u want to set it to true then its recommended to set the reaction to "logs"
HUNK_AC.AntiAlphaChange
you need to be a developer or have enough knowledge about lua to understand this part otherwise set it to false
this feature is one of the methods to detect the invisibility
but also remember that some scripts might change the alpha amount of peds and we don't want it to be a false detection
if you are going to use this detection then you need to search the SetEntityAlpha function inside your .lua files (use notepad ++) to make sure if you can use AntiAlphaChange or not
it's recommended that if you are going to use the AntiAlphaChange then set the HUNK_AC.AntiAlphaChangeReaction to "logs"
hint: some scripts might change the alpha amount only on certain locations, so you can add those locations coords into HUNK_AC.WhitelistedAreasForAlphaChange
HUNK_AC.AntiGodMode
type1 checks if player is invincible
type2 checks if player has more than 200 hp
type3 checks if player is bullet and explosion proof
the first type is false by default because some scripts like fivem-appearance or cloth shops might set the player invincible in order to prevent getting killed while shopping
so you can set the HUNK_AC.AntiGodModeReaction to logs then check if any scripts make peds invincible then you can add the locations into HUNK_AC.WhitelistedAreasGodMode
if by any chance one of your scripts make peds invincible that is not related to any location then set type1 = false
HUNK_AC.AntiSemiGodMode
this is one of the other types of godmode that is very useful if you use it
one thing you need to remember that if you are using the default radar of gta v for your server (radar = minimap at left bottom) then AntiSemiGodMode cause the radar flashing to red color every second so I recommend you change your default radar or turn of AntiSemiGodMode if you think that is annoying
HUNK_AC.DeadAnimations
this part is related to AntiSemiGodmode and AntiHeal
I have already added to death animations that 95% of servers using
if you want to be sure go to your ambulance job and check if the animations are same as already at HUNK_AC.DeadAnimations
HUNK_AC.AntiHeal
this feature helps to detect pvp cheaters
some cheaters are not dangerous they just want to win the fight in an unfair way and one of them is healing
so by using this feature, you can detect them
also if you think some locations give players healing like a hospital then you can add the coords into HUNK_AC.WhitelistedAreasForHeal
Last updated