Jump to content
  • 0

How to edit Void functions in lua script.


_Atom_
 Share

Question

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.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
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;

Link to comment
Share on other sites

  • 0
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 

Link to comment
Share on other sites

  • 0
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 

Link to comment
Share on other sites

  • 0
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?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.