Solved Anti Cheat Detectors

Status
Not open for further replies.

Braz-Mods

Approved Modder
Original poster
Approved Modder
Oct 16, 2018
120
7,502
1,193
36
My world
Has anyone worked around this problem?
libil2cpp.so

// Methods
public void add_CheatDetected(Action value); // RVA: 0xBA5178 Offset: 0xBA5178
public void remove_CheatDetected(Action value); // RVA: 0xBA5230 Offset: 0xBA5230
public bool get_IsRunning(); // RVA: 0xBA52E8 Offset: 0xBA52E8
private void Start(); // RVA: 0xBA52F0 Offset: 0xBA52F0
private void OnEnable(); // RVA: 0xBA5440 Offset: 0xBA5440
private void OnDisable(); // RVA: 0xBA5450 Offset: 0xBA5450
private void OnApplicationQuit(); // RVA: 0xBA5460 Offset: 0xBA5460
protected virtual void OnDestroy(); // RVA: 0xBA5470 Offset: 0xBA5470
internal virtual void OnCheatingDetected(); // RVA: 0xBA560C Offset: 0xBA560C
protected virtual bool Init(ActDetectorBase instance, string detectorName); // RVA: 0xBA5688 Offset: 0xBA5688
protected virtual void DisposeInternal(); // RVA: 0xBA5894 Offset: 0xBA5894
protected virtual bool DetectorHasCallbacks(); // RVA: 0xBA5918 Offset: 0xBA5918
protected virtual void StopDetectionInternal(); // RVA: 0xBA593C Offset: 0xBA593C
protected virtual void PauseDetector(); // RVA: 0xBA5964 Offset: 0xBA5964
protected virtual bool ResumeDetector(); // RVA: 0xBA5978 Offset: 0xBA5978
protected abstract void StartDetectionAutomatically(); // -1
protected void .ctor(); // RVA: 0xBA59BC Offset: 0xBA59BC
 

Djangø

Platinian
Feb 20, 2020
41
1,887
183
Texas
Nop the start function like you would do for codestage anticheat. Or just overwrite it with 'bx lr'.
 

komik

Awesome Active Platinian
Jul 16, 2017
145
39
63
33
internal virtual void OnCheatingDetected(); // RVA: 0xBA560C Offset: 0xBA560C
protected virtual void DisposeInternal(); // RVA: 0xBA5894 Offset: 0xBA5894
protected virtual bool DetectorHasCallbacks(); // RVA: 0xBA5918 Offset: 0xBA5918
this use nop or you can use false
 

DaRealPanDa

Co-Administrator
Staff member
Supporting-Team
Global Moderator
Social Media
Mar 12, 2018
6,771
15,626
2,120
27
Skyrim
Thread will be set to "solved" and closed.
When you're not happy with that just send me a message and i will re-open the thread for you.

Thanks.
 
Status
Not open for further replies.