Jump to content

Question

Posted

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() { }

6 answers to this question

Recommended Posts

  • 0
Posted

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

  • 0
Posted
Just now, MAARS said:

a função de troca pode ser um pesadelo no gg , mas você pode fazê-lo facilmente usando frida ou qualquer modelo de menu mod apenas conectando

Could you tell me more about this frida? is it an app?

  • 0
Posted
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() { }

 

  • 0
Posted

[ @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

---

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

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