Search results

  1. Filled Request #Me: 3D Avatar, Meet & Play

    Game Name: #Me: 3D Avatar, Meet & Play Google Play Store Link: https://play.google.com/store/apps/details?id=com.clovergames.itsme APK Link: https://apkpure.com/me-3d-avatar-meet-play/com.clovergames.itsme Cheat Requested: God Mode High Damage Have you tried any cheat engines?: No -> i...
  2. Solved where is the right offset

    public int Attack { [Token(Token = "0x6001724")] [Address(RVA = "0x9A34DC", Offset = "0x9A34DC", VA = "0x9A34DC")] [Attribute(Name = "CompilerGeneratedAttribute", RVA = "0x5F30BC", Offset = "0x5F30BC")] get { return 0; } which offset is the right one for me to hook ?
  3. Solved launch activity not found

    hello after 1 years i'm back again to learn about modding, but i forget something. i decompile apk , and apkeasytool say the launch activity in : com.kakaogame.KGUnityPlayerActivity but i check in smali , smali_classes2, smali_classes2 not found KGUnityPlayerActivity. i forget to solve this...
  4. Help! Can we multiply k__backingfield in arm ?

    Example in ida : str r1, [r0, #0x14] Bx lr and maybe in dll will be like this : Set_amount(int values) { Return this.<amount>k__backingfield = values } My question how to write "return this.<amount>k__backingfield = values * 100" in arm? Sorry for stupid question , i hope someone will guide...
  5. Solved Help to find method of chess rush

    Before this thread, i post a thread "help black screen and force close" And now thats problem has solved, I try to make mod menu : 1. All hero cost its 0 2. Blue star percent rate swap with orange star percent rate. But its just visual method. Can someone help me ?
  6. Help! Help modding black screen & force close.

    Hola modder, i think have problem and questions here. I try to mod game of tencent "chess rush". I try mod this game with 2 different ways. 1. Replace hex values libil2cpp.so (signed + unsigned) 2. Added menu.so (signed + unsigned) but nothing worked, after I installed the mod it was just a...
  7. Help! Failed to determine APK's minimum supported platform version.

    Can Someone help me with this : Exception in thread "main" com.android.apksig.apk.MinSdkVersionException: Failed to determine APK's minimum supported platform version. Use --min-sdk-version to override at com.android.apksigner.ApkSignerTool.sign(ApkSignerTool.java:346) at...
  8. Help! Modding libil2cpp " Get_...." Function / " Set_...... " Function?

    Hola modder , i have question. I try to mod damage and when i open the damage has change. But when i hit enemy, thats damage still normal. Can someone tell me where's the error ? Btw i mod "get......" function , should i mod set function too? Thanks (sry for my english)
  9. Help! Help me about MUL code in ARM64

    how to make multiply instructions in arm64 ? i mean like this : public void set_example(int value) { this.<example>k__BackingField = value * 100; } ---------------------------------------------------------------------------- i found set_example(arm64) like this : ORR W8, WZR, #1 STRB W8...
  10. Help! Can help me with this?

    how to fix it?
  11. can help me with this?

    how to fix it?
  12. Mohon Pencerahan

    Jadi gini master master, saya kan nyoba nge mod apk SAOIF (Assembly-CSharp.dll pake dnspy) setelah itu saya instal masuk nih.. authenticating lolos , tapi pas loading screen eh force close. kenapa tuh ya? tapi kalo nyoba nimpa assembly-csharp.dll(yang udah di edit) dari apk ori ke apk moder lain...