Search results

  1. Solved Static Fields

    So I'm trying to understand static fields. Below is the static field coinCount which is a member of the class GameManager. So from here I know I go into script,json and search GameManager_Typeinfo which gives me: I know the address listed is the decimal offset of the GameManager_c pointer...
  2. Help! cant find global-metadata

    So, i decided to try and mod this game, straight off the bat its a split apk. so i go into the v7 config apk extract what im pretty sure is the libil2cpp.so that just been renamed, and i go to extract global metadata from the base apk. well when i went into assets and there was no bin folder. i...
  3. Help! bypassing root check (libtool-checker.so aka RootBeer)?

    Hey, does anyone know how to bypass this root checker? can i delete it? perhaps edit the manifest xml? what do a dum dum like me do?
  4. Help! Anyone have useful arm64-v8 hex instruction?

    Hi, i decided to work on modding a game only to realize it uses arm64-v8 and I dont quite have a strong enough grasp on how to use ida very well so i was hoping someone might have some hex instructions like. freeze bool = true or freeze int or float = 1,2,3 ect.
  5. Help! .obb modding integrity check bypass

    HI, i have a mod iv been working on and i wanted to make it more unique by adding customized textures. I tried changing a texture atlas unfortunately it didn't work. I believe it uses SHA1 in order to check file integrity. Initially I tried finding where the code for the SHA1 check is and I'v...
  6. Help! How do i find "(offset=0x123)" offsets?

    Hi, I found useful methods in DnSpy but instead of a normal offset it says "(offset = 0x123)". I'v tried googling with no luck, so i was wondering how i can find it or if its even possible to. ss with example below.
  7. Help! How to invoke pre-existing UI

    Hi I'm currently working on a mod in which i have found a in-game debugger menu UI. Obviously I want to be able to use this instead of having to manually add all the hacks which exist in the menu already. Problem is I have no idea how to do that or even where to find information on how to do...