Search results

  1. Solved game error after starting - Main Unity Activity.smile

    i modify a game and add all the codes, the game starts but then crash I've tried both ways in lgl mod menu how to solve this code .class public Lcom/sdk/platform/MainUnityActivity; .super Lcom/sdk/platform/UnityActivity; .source "MainUnityActivity.java" # static fields .field static...
  2. Help! How to Unlink the enemy in a string function?

    hello, i have a game and i want to make full energy but when i activate the hack the enemies also get full energy, how to unlink using this data? its active full energy public virtual bool fullEnergy() { return default(bool); } its team and enemy [Token(Token = "0x40000E5")]...
  3. Solved How to Fix Error "key must be a 64 bit unsigned integer" - in LGL Mod Menu

    hello, I'm trying to construct the apk mod menu LGL but it returns this error, with fix it? static_assert failed due to requirement 'sizeof(char) == sizeof(unsigned long long)' "key must be a 64 bit unsigned integer" I already reinstalled the NDK but it didn't work
  4. Help! How to save the il2cpp file from ida so you don't have to wait for hours for a new upload

    there is some way to save the il2cpp file from ida so as not to have to wait for hours for a new upload, i uploaded the file but it took 2 hours to do the complete reading to see the texts,,
  5. Solved How to compare two .lib files

    because when I compare a modified file with an original file, many different results appear, its only I modify one location was to show only one location that I changed but it returns several different values
  6. Tutorial How to Make a Mod for Hero Wars - swf Game

    Update: 31\12\2020 How to Make a Mod for Hero Wars IL2ccp Nor work In PVP game link: Hero Wars para Android - APK Baixar Decompiler apk il2ccp search in dump > public virtual int getEnergyByDamage(double damage) { } change code MOV r0, #9000 bx lr 28 03 02 E3 1E FF 2F E1 1 hit...