Search results

  1. Solved Static Fields

    im assuming hooking then. also how do i change the flair from help to solved?
  2. 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...
  3. Help! cant find global-metadata

    yeeeee i kinda goofed on that one. and i will once i understand arm and how to use ida pro. thank you for the advice though ?
  4. Help! cant find global-metadata

    i appreciate the advice i will do that. and thanks again for pointing me in the right direction, i would have been completely lost for a long while without your help.
  5. Help! cant find global-metadata

    thank you for linking that tutorial to me i would not have considered to use ida. also im not familiarized with arm yet nor do i have ida pro. until now i was under the false assumption this was a unity game which it isnt so i wont bother with it yet. also, yes i have read through all of the...
  6. Help! cant find global-metadata

    youre absolutely right it wasnt. i thought i saw something when i was going through the files that said unity but i was incorrect.
  7. Help! cant find global-metadata

    if im pretty sure i know which file contains the main lib, then how might i dump the dlls?
  8. 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...
  9. 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?
  10. 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.
  11. 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...
  12. Help! How do i find "(offset=0x123)" offsets?

    tiuu if i could like your post 1000x i would. i think i can figure out the rest by doing. seriously my guy thank you.
  13. Help! How do i find "(offset=0x123)" offsets?

    dude thank you. that helped tremendously. i feel so silly for not realizing ?
  14. Help! How do i find "(offset=0x123)" offsets?

    Do you mean find a different method in general?
  15. Help! How do i find "(offset=0x123)" offsets?

    And that means i'll need to make a mod menu correct? Actually there's a debug menu the developers left in that has UI elements i'm 101% certain if activated would allow me modify those values. if i were able to get the game to call it, would that work alternatively? ofc id have to figure out how...
  16. 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.
  17. 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...
  18. Tutorial How to turn a split APK into a normal non-split APK

    thank you so much! im working on a split apk mod and i was looking for a way to merge. i would have hated to have to make people have to download and xapk installer or SAI just to play my mod. this saved me so much trouble.
  19. Tutorial How to make mod menu for il2cpp and native games

    this helped soooooo much. thank youuuuuuu!