_Atom_ Posted January 13, 2024 Posted January 13, 2024 I want to stop this function from giving any output,just to make it useless in short. Class name: Namespace: CodeStage.AntiCheat.Detectors [AddComponentMenu("")] public abstract class ActDetectorBase : MonoBehaviour / Method name: // RVA: 0x134FD84 Offset: 0x134FD84 VA: 0x134FD84 Slot: 8 internal virtual void OnCheatingDetected() { }. How can i stop this thing.
_Atom_ Posted January 18, 2024 Author Posted January 18, 2024 On 1/16/2024 at 9:44 PM, KUMADEIT said: If you tried bool false no work , then your other option what Sylvia said , just return it back to itself using hook method How to hook,can you please explain. I am noob only know script method?
THETWINSOFFICIAL Posted January 15, 2024 Posted January 15, 2024 On 1/14/2024 at 2:09 AM, _Atom_ said: I want to stop this function from giving any output,just to make it useless in short. Class name: Namespace: CodeStage.AntiCheat.Detectors [AddComponentMenu("")] public abstract class ActDetectorBase : MonoBehaviour / Method name: // RVA: 0x134FD84 Offset: 0x134FD84 VA: 0x134FD84 Slot: 8 internal virtual void OnCheatingDetected() { }. How can i stop this thing. Just ret If you use hook Just return;
KUMADEIT Posted January 16, 2024 Posted January 16, 2024 On 1/13/2024 at 12:09 PM, _Atom_ said: I want to stop this function from giving any output,just to make it useless in short. Class name: Namespace: CodeStage.AntiCheat.Detectors [AddComponentMenu("")] public abstract class ActDetectorBase : MonoBehaviour / Method name: // RVA: 0x134FD84 Offset: 0x134FD84 VA: 0x134FD84 Slot: 8 internal virtual void OnCheatingDetected() { }. How can i stop this thing. Bool edit to false
_Atom_ Posted January 16, 2024 Author Posted January 16, 2024 8 hours ago, KUMADEIT said: Bool edit to false Problem is i am still getting ban after turning them false.
KUMADEIT Posted January 16, 2024 Posted January 16, 2024 1 hour ago, _Atom_ said: Problem is i am still getting ban after turning them false. If you tried bool false no work , then your other option what Sylvia said , just return it back to itself using hook method
Question
_Atom_
I want to stop this function from giving any output,just to make it useless in short.
Class name:
Namespace: CodeStage.AntiCheat.Detectors
[AddComponentMenu("")]
public abstract class ActDetectorBase : MonoBehaviour /
Method name:
// RVA: 0x134FD84 Offset: 0x134FD84 VA: 0x134FD84 Slot: 8
internal virtual void OnCheatingDetected() { }.
How can i stop this thing.
5 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.