Jump to content
  • 0

Help me please


xxxadxxx6

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

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

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?

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

 

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

---

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) 

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.