Jump to content
  • 0

Help me please


xxxadxxx6
 Share

Question

what code in lua can i change this libil2cpp.so function:

RVA: 0x86CBE8 Offset: 0x86CBE8 VA: 0x86CBE8 Slot: 7

 public virtual void Pause() { }

 

for this function:

 // RVA: 0x86D1EC Offset: 0x86D1EC VA: 0x86D1EC

 private void MissionComplete() { }

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
2 hours ago, MAARS said:

swapping function can be a nightmare in gg, but you can easily do it using frida or any mod menu template just by hooking

I'm in a phase and I wanted to send this offset to complete the map, can you tell me if I can do this through the game guardian?

 // RVA: 0x86D1EC Offset: 0x86D1EC VA: 0x86D1EC

 private void MissionComplete() { }

 

Link to comment
Share on other sites

  • 0

[ @xxxadxxx6 ]
---

Quote

I'm in a phase and I wanted to send this offset to complete the map, can you tell me if I can do this through the game guardian?

You can use jump instruction, like: b, bl, or jmp:

B your_offset_address
BX LR

---

Link to comment
Share on other sites

  • 0
On 4/16/2023 at 2:12 AM, xxxadxxx6 said:

what code in lua can i change this libil2cpp.so function:

RVA: 0x86CBE8 Offset: 0x86CBE8 VA: 0x86CBE8 Slot: 7

 public virtual void Pause() { }

 

for this function:

 // RVA: 0x86D1EC Offset: 0x86D1EC VA: 0x86D1EC

 private void MissionComplete() { }

Just call offset (hook)

Use bne bl xx

Offset update to call missioncomplete (bne bl xx)

(Gameguardian) 

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.