xxxadxxx6 Posted April 15, 2023 Share 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() { } Link to comment Share on other sites More sharing options...
0 MAARS Posted April 15, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 xxxadxxx6 Posted April 15, 2023 Author Share 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? Link to comment Share on other sites More sharing options...
0 MAARS Posted April 15, 2023 Share Posted April 15, 2023 Learn about it here Link to comment Share on other sites More sharing options...
0 xxxadxxx6 Posted April 15, 2023 Author Share 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() { } Link to comment Share on other sites More sharing options...
0 kiynox Posted March 16 Share Posted March 16 [ @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 More sharing options...
0 THETWINSOFFICIAL Posted March 16 Share Posted March 16 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 More sharing options...
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() { }
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now