Recent content by DR_eslam

  1. Help! App not installed

    I'll See about that plus.... The apk recently installed when adding on Arm32 libs but not for 64bit arm idk why....
  2. Help! App not installed

    Hi there.... Hope u R all fine I have a game that i have moded from some time,,, the game being moded didn't receive any updates(that what I needed).. Them after time the game wasn't able to connet to server("Network connection failure") ) : The above is the orginal problem Then I decided...
  3. Help! Small critical Question

    # we get the offset from lib.so file.. That offset is a distance between the address that contains the value and the basic ELF Offset (of the lib.so) okay...... Now when we get to memory process.... That whole previous thing.. Is done on the xa code app region.... I have Q here does the...
  4. Help! How Do I Put 3.2 Mod Menu In Game Without adrt it show like this

    It's OK we all start.. Simple... It is better than being depressed from first step
  5. Solved .ctor offset

    I figured that if the offsets is called frequently like the update offsets then it may work..... #then it depends on the condition... Thnx for your help
  6. Solved .ctor offset

    Thnx.. For your reply first... And can you remember where u seen it so I can search..?
  7. Help! How Do I Put 3.2 Mod Menu In Game Without adrt it show like this

    The mod isn't working something else...make sure to test your offsets first by any tester or even directly patching the game lib or with or gg...... Make sure that u using the right Arm version and with the right hex if u hex patching
  8. Help! Hogwarts mystery lags

    TRY using a virtual app with different Manufacturer and version.. Try vphonegaga apk chose you romm.. Import the game... If same then the problem is within the mod itself and offsets need to be fixed
  9. Help! Hogwarts mystery lags

    If the original game itself hanging in same way.. Maybe it is android problem... If just the mod.. Then there maybe a problem with the used modder offsets as it crashes during calling specific functions
  10. Solved Game is detecting lib file

    Share your experience..
  11. Help! [ LIBMYGAME.SO] - how do you dump games like this?

    In non unity games u can dump libs using direct memory access with rooted devices / u can use ida pc / and the best thing is to use radare2 in android termux
  12. Help! How Do I Put 3.2 Mod Menu In Game Without adrt it show like this

    U can just compile your mod menu then add the lib and the class tho the game... And on the manifest.xml give the float permission
  13. Solved .ctor offset

    // Namespace: Empire public class FirstBattleData // TypeDefIndex: 9656 { // Fields public int firstBattleVictoryCount; // 0x10 public int firstBattleLimitScore; // 0x14 public string firstBattleVictoryBoxId; // 0x18 // Methods // RVA: 0x1EB451C Offset: 0x1EB451C VA: 0x1EB451C public...