Search results

  1. Help! Where are values (like price of item) in apk?

    I know now, there are data files (e. g. json, csv) which store these variables like car names, prices, chest prices in hill climb racing. Most of the time these files are encrypted.
  2. Help! Where are values (like price of item) in apk?

    I know this, im not asking about hacking functions, i am asking about how to find values like what you would store in a database like price , speed , acceleration of each car if there are for example 100 cars. Maybe i explain it incorrectly.. Example: in my game there are 1000 cars to choose...
  3. Help! Where are values (like price of item) in apk?

    If anyone sees this but doesnt know the answer, please STILL RESPOND because idk if im shadow banned or other
  4. Help! Where are values (like price of item) in apk?

    Another example: in games made by Unity, and that have Assembly-CSharp.dll, there is the source code, but like in drive ahead, where are all the cars attributes (wheel size, speed, ...) stored?
  5. Help! Where are values (like price of item) in apk?

    Some values are in the .so file of the game, these appear in the code app (xa) range in GG. But those values, like price of a car in hill climb racing (like 1500000), are not in the code, but they are loaded in Ca. Can anyone help where these values are in the apk? Because the game is offline...
  6. Solved Played with some hex, got error " failed to load il2cpp"

    how do you find values in it? there are only function names
  7. Solved how to mod a game that dont have *.so files?

    do anyone know where are constant values (like car price (like 1500000)) in apk? in .so or in classes?.dex or where? (game for example: hcr newest version)