Anti-Cheat Toolkit  2024.3.5
Multi-purpose anti-cheat solution for Unity Engine
ObscuredCheatingDetectionInfo Class Reference

Properties

Type SourceType [get]
 
bool HashValid [get]
 
object ObscuredValue [get]
 
object FakeValue [get]
 

Detailed Description

Contains detailed information about latest Obscured Types cheating detection.

Property Documentation

◆ SourceType

Type SourceType
get

Type of the source. Holds type of the obscured type instance which triggered the detection.

◆ HashValid

bool HashValid
get

Indicates encrypted value passed hash validation and is genuine.

◆ ObscuredValue

object ObscuredValue
get

Actual encrypted value (in clean decrypted form) at the detection moment.

Please note, some types have both whole values and separate components checks, for example, ObscuredVector3 has checks for whole Vector3 and its components like Vector3.x, thus this value can hold either the whole struct or just one of its components.

◆ FakeValue

object FakeValue
get

Faked "honeypot" value at the detection moment (if honeyPot option is enabled).

Please note, some types have both whole values and separate components checks, for example, ObscuredVector3 has checks for whole Vector3 and its components like Vector3.x, thus this value can hold either the whole struct or just one of its components.