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

Properties

Type SourceType [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.

◆ ObscuredValue

object ObscuredValue
get

Actual obscured 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.

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.