xxxadxxx6 Posted April 15, 2023 Posted April 15, 2023 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() { }
MAARS Posted April 15, 2023 Posted April 15, 2023 swapping function can be a nightmare in gg, but you can easily do it using frida or any mod menu template just by hooking
xxxadxxx6 Posted April 15, 2023 Author Posted April 15, 2023 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?
xxxadxxx6 Posted April 15, 2023 Author Posted April 15, 2023 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() { }
kiynox Posted March 16, 2024 Posted March 16, 2024 [ @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 ---
THETWINSOFFICIAL Posted March 16, 2024 Posted March 16, 2024 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)
Question
xxxadxxx6
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
Archived
This topic is now archived and is closed to further replies.