Recent content by imls01245

  1. Help! How to Hook GameObject

    in dump.cs // RVA: 0x117A220 Offset: 0x1176220 VA: 0x117A220 public static GameObject unlockNextSphere(sphereType sType) { } // RVA: 0x117AA58 Offset: 0x1176A58 VA: 0x117AA58 public static bool areAnyLocked(string name) { } // RVA: 0x117A240 Offset: 0x1176240 VA: 0x117A240...
  2. Discussion Any workaround to get arm64 hacks

    Hooking or hexpatching on arm64 is not unstable even on lgl mod menu 2.9 is there a workaround on this? The arm64 is my only viable option since i bypassed the app that get to work only on arm64
  3. Help! How to bypass Pairip

    How to bypass pairip protection latest method There was app that protected by pairip that app is RUSH by ketchapp the method i found in this forum is from 2023 now its not working anymore, help me please! this is the method that i found: How to bypass Pairip by NotAWeeb!
  4. Help! Network Hooking

    Has anyone ever encountered a Network behavior in Unity Games and how do you hook it using LGL Mod Menu? Is it the same as hooking on Mono Behavior? A Reply would help , TIA! Dump: public class PlayerInfoCtrl : NetworkBehaviour { // Fields , Methods, etc.. }
  5. Help! Game Guardian Questions

    How to convert into offset of gg values that in Anonymous range Some say you need to find the pointer but i dont know where to start, i know the basics of gg like searching and modifying the values of obscuredtype or xor encyption Im trying to do is comparing the offset of dump.cs and offset...
  6. Help! Hook Array Field Offset [+1]

    How to Hook This: public Boards[] boards; // 0x54 I found the Reference but this time it is Field Offset Here is struct template <typename T> struct monoArray { void* klass; void* monitor; void* bounds; int max_length; void* vector [1]; int getLength() {...
  7. Help! How To Hook Field List Offset

    public int[] statUpgradeCost; // 0x90 I was searching a Hook using MonoArray in Field But I can't find one, please help me! Here is The Struct I found in Numark Tutorial but i dont know how to use it template <typename T> struct monoArray { void* klass; void* monitor; void*...
  8. Help! Hook Void List

    In Boards struct public struct Boards { // Token: 0x040006C4 RID: 1732 [Token(Token = "0x4000669")] [FieldOffset(Offset = "0x0")] public string description; // Token: 0x040006C5 RID: 1733 [Token(Token = "0x400066A")] [FieldOffset(Offset = "0x4")] public string...
Back
Top Bottom