Method | Description | |
---|---|---|
DisableEvades ( int duration = -1, bool DisableEvadeSharp = true, bool DisableEzEvade = true ) : void | ||
EnableEvades ( bool EnableEvadeSharp = true, bool EnableEzEvade = true ) : void |
Method | Description | |
---|---|---|
GetEvadeSharpStatus ( ) : bool | ||
GetEzEvadeStatus ( ) : bool | ||
ToggleEvadeSharp ( ) : bool | ||
ToggleEzEvade ( ) : bool |
public static DisableEvades ( int duration = -1, bool DisableEvadeSharp = true, bool DisableEzEvade = true ) : void | ||
duration | int | |
DisableEvadeSharp | bool | |
DisableEzEvade | bool | |
return | void |
public static EnableEvades ( bool EnableEvadeSharp = true, bool EnableEzEvade = true ) : void | ||
EnableEvadeSharp | bool | |
EnableEzEvade | bool | |
return | void |