Search results

  1. Solved Help to understand the logic of editing offsets

    Hello. In many games there are various bonuses that are given for viewing ads, there are also many mods in which these bonuses can be obtained without viewing it. I analyzed several of these mods and found that offsets are edited by type: "void showreward", "void ShowRewardedAd" For editing...
  2. Help! Creating an encrypted archive

    Good afternoon. At the bottom, I have attached an encrypted save archive, which is placed in apk in the assets folder and unpacked to data/data when the game starts. Please tell me how to create such an archive and properly integrate it into apk. For now I can only work with regular zip. I want...
  3. Solved Long offset

    Hello. Prompt what number it is necessary to return for long offsets. Trying to get a lot of coins, I tried to return different numbers, but the currency is in a significant minus [CompilerGeneratedAttribute] // RVA: 0x4EA1F8 Offset: 0x4EA1F8 VA: 0x4EA1F8 // RVA: 0x67D740 Offset: 0x67D740...
  4. Solved Removing the mod menu icon

    Hi everybody. Recently I decided to learn how to modify games using the lgl mod menu v.3.2 template. I'm using hooks without button-toggle, so there is no need for a floating icon that opens the modmenu. Question: What exactly do I need to remove/edit in the lgl mod menu template in order to...