Jump to content
  • 0

How to edit Void functions in lua script.


_Atom_

Question

Posted

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

Posted
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?

Posted
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;

Posted
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 

Posted
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 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.