en-USMODDING QUESTIONS & DISCUSSIONSYou need help regarding modding? Ask here!Tue, 07 Oct 2025 08:15:19 +0000Tue, 07 Oct 2025 08:15:19 +0000Platinmods - Android MODs, MOD APK Mobile Games & Apps
https://platinmods.com/forums/modding-questions-discussions.11/
How to modd virtual machineTue, 07 Oct 2025 02:36:34 +0000
https://platinmods.com/threads/how-to-modd-virtual-machine.261749/
261749invalid@example.com (ameran)ameranhow to modd a vm apk (blackcatbox) full vip activation ?
]]>
2libil2cpp class fieldsMon, 06 Oct 2025 13:10:15 +0000
https://platinmods.com/threads/libil2cpp-class-fields.265412/
265412invalid@example.com (Arcanee)ArcaneeI'm curious about whether it's possible to modify constant variables in some way, particularly the boolean variable "REWARD_AD_SKIP" and the integer "AD_REWARD_INTERVAL".
Any insights would be appreciated!
Prints from libil2cpp dump
]]>
1Does anyone know how to fix this?Fri, 03 Oct 2025 16:26:39 +0000
https://platinmods.com/threads/does-anyone-know-how-to-fix-this.262988/
262988invalid@example.com (libModz)libModzlibtool error: il2cpp is not initialized.
Game: Hide Online
Version: 4.9.22
Games metadata & libil2cpp are both protected.
Any help appreciated, thanks.
]]>
11Knights and dragons game trying to modThu, 02 Oct 2025 06:09:10 +0000
https://platinmods.com/threads/knights-and-dragons-game-trying-to-mod.232000/
232000invalid@example.com (ibrahimhoteit99)ibrahimhoteit99Hello World!,
You see what I did there . Anyways, As its written in the title, Im trying to mod the game knights and dragons but im facing problems.
I'll list what I did first:
1- I extracted the apk using MT Manager.
2- copied it to my PC and turned it from .apk to .zip to check whats inside.
3- I found this.
4- after that i opened the classes.dex file in jadx and i got this.
which i assume means the game loads libgame_shared.so and...
]]>
15REV HUNTER HELPWed, 01 Oct 2025 19:46:27 +0000
https://platinmods.com/threads/rev-hunter-help.198247/
198247invalid@example.com (Saulildo)SaulildoIs there any kind soul out there who can lend a hand in modifying it? My objective is to grant infinite time and eliminate those pesky ads. Unfortunately, the dex is a tangled mess, infused with confusion and string obfuscation.
]]>
2Unity assets files inside APK are (maybe) obfuscated/encryptedWed, 01 Oct 2025 12:04:51 +0000
https://platinmods.com/threads/unity-assets-files-inside-apk-are-maybe-obfuscated-encrypted.205850/
205850invalid@example.com (RedMundo)RedMundoHello, I been trying to mod game Isekai Sl0w Lif3
My objective isto find the game logic/code to -> experience earning, characters power related math and battle in general stuff
So i want to read the files inside game.apk\assets\Android but those are obfuscated/encrypted i believe, because:
files extensions are all changed to .mmc
and most files (if not all) header start with characters "MOMC"
]]>
18How to Return Original Value of a Method Bound with Update Function.Mon, 29 Sep 2025 20:45:46 +0000
https://platinmods.com/threads/how-to-return-original-value-of-a-method-bound-with-update-function.257051/
257051invalid@example.com (AmateurHacker)AmateurHackerI'm using the code below to change the camera angle, and it works fine. The original Field of View Float value is 30.0. I change it to 12.0, and it works. But when I close the tool, I want the value to return to its original value. In short, when the tool is open, it returns a float of 12.0. When the tool is closed, it should return a float of 30.0. In other words, it should return its original value.
It should get the original value when Toogle is closed.
What should I add...
]]>
4LGL MOD MENUMon, 29 Sep 2025 20:45:21 +0000
https://platinmods.com/threads/lgl-mod-menu.262904/
262904invalid@example.com (erikc9696)erikc9696How create thin in LGL MOD MENU
Any idea how to make this work]]>6Help to to create hookMon, 29 Sep 2025 11:20:30 +0000
https://platinmods.com/threads/help-to-to-create-hook.257005/
257005invalid@example.com (Henokray)HenokrayHallo guys,
I have some offsets, please help provide the hook.
// RVA: 0x10B9234 Offset: 0x10B9234 VA: 0x10B9234
public int get_diamond() { }
// RVA: 0x2AF93F0 Offset: 0x2AF93F0 VA: 0x2AF93F0
private static int _m_GetMaxRPM_xlua_st_(IntPtr L) { }]]>1LGL MOD MENUMon, 29 Sep 2025 11:13:11 +0000
https://platinmods.com/threads/lgl-mod-menu.261581/
261581invalid@example.com (erikc9696)erikc9696How create this in LGL MOD MENU
// RVA: 0x226BDD4 Offset: 0x226BDD4 VA: 0x226BDD4
public void addUnlimitedShuffleTime(int time, bool force = False) { }]]>2Need Help pls!how to unlink this functionsMon, 29 Sep 2025 11:10:54 +0000
https://platinmods.com/threads/need-help-pls-how-to-unlink-this-functions.263320/
263320invalid@example.com (naclto)nacltoI have learned a lot between these two classes from this guide post, but I haven't found the same methods and fields for them. How should I unlink this method in two different class?
private struct Gameplay.PlayerFaction Gameplay.ICharacterAgent.get_PlayerFaction(); // 0x3744D44
(return playerid=1)
its Method to identify allies and enemies
==============================...
Read more]]>2rrosetta seedhollow template crashing problemSun, 28 Sep 2025 13:57:06 +0000
https://platinmods.com/threads/rrosetta-seedhollow-template-crashing-problem.254356/
254356invalid@example.com (ReCheat)ReCheatI am trying to use the template from here
Android Mod Menu Template based on LGL Mod Menu with auto update offsets - seedhollow/IL2CppAndroid
github.com
this source has offsets and code for a previously modded game which is great for an example but I have removed or commented out everything I can see related to the game and it compiles fine but as soon as I add it to any game the game crashes when loading
I can use LGL mod menu with no issues but because it is no longer supported I wanted to switch to this updated template but I can't figure out...
Read more]]>19How to integrate BNM (ByNameModding) with Zygisk mod menu?Sun, 28 Sep 2025 10:40:37 +0000
https://platinmods.com/threads/how-to-integrate-bnm-bynamemodding-with-zygisk-mod-menu.264825/
264825invalid@example.com (ZixMatrix)ZixMatrixHey everyone,
I’m looking for some guidance on combining BNM (ByNameModding) with a Zygisk-based mod menu.
So far, I’ve managed to create a Zygisk mod menu using this project as my base:
A template for an ImGui menu using Zygisk. Contribute to fedes1to/Zygisk-ImGui-Menu development by creating an account on GitHub.
github.com
However, my implementation doesn’t use BNM yet. I’d like to figure out how to properly integrate the BNM library into an existing Zygisk mod menu setup.
For reference, here are the public sources...
Read more]]>0[Newbie ~ Sorry] Xigncode - SAOIFThu, 25 Sep 2025 15:14:48 +0000
https://platinmods.com/threads/newbie-sorry-xigncode-saoif.264236/
264236invalid@example.com (Damdou)DamdouHello everyone, i wanted to share with you some stuff that i've started doing a couple of days ago, i have actually no idea how to explain so i'll just paste here what i've done and if you have some time please feel free to enlighten me :) you're more than welcome ! i used windows & LdPlayer9
Create a new folder:
mkdir SAOIF
Place the apk as well as apksigner.jar, apktool.jar, baksmali.jar, smali.jar inside
Extract classes.dex from the apk using...
Read more]]>2Mobile legends mod menuThu, 25 Sep 2025 12:17:26 +0000
https://platinmods.com/threads/mobile-legends-mod-menu.220209/
220209invalid@example.com (lake2)lake2Hello... in 14 and im looking to find out on how to create an mobile legebds bang bang mod menu.. can anyone tell me what i need to learn? Ill post a pic on the features i want to make:]]>38what to do if i cant enter the game with rootWed, 24 Sep 2025 17:37:07 +0000
https://platinmods.com/threads/what-to-do-if-i-cant-enter-the-game-with-root.228515/
228515invalid@example.com (Nerrion)NerrionI wanted to hack the wildcraft game, but in the game he writes: "for security reasons. The service is not available on rooted devices.]]>4How Find Update for Draw ESP (T3 Arena/Unity)Tue, 23 Sep 2025 18:11:35 +0000
https://platinmods.com/threads/how-find-update-for-draw-esp-t3-arena-unity.216193/
216193invalid@example.com (AlexZero)AlexZeroHey I'm trying to create esp for this game unfortunately the only update that draws something is the one in the picture, which draws esp to one opposing player and one in my team, I've tested a lot of Update,LateUpdate etc, no chance, can someone tell me what I'm doing wrong, where I should focus, have anyone had experience with this game, I'd be grateful thanks ]]>168 Ball Pool OffsetsTue, 23 Sep 2025 17:21:20 +0000
https://platinmods.com/threads/8-ball-pool-offsets.239817/
239817invalid@example.com (Utkufujuku)UtkufujukuI managed to dump the game's main library "libgame-BPM-GooglePlay-Gold-Release-Module-3722" and analyzed it using IDA. I need help finding offsets like CUE_PROPERTIES_SPIN, CUE_PROPERTIES_ACCURACY. I tried searching these strings, but they don't seem to have any xrefs.]]>25Bleach Brave Souls 5.4.3 MOD MENU APK NEED TO UPDATEMon, 22 Sep 2025 19:01:09 +0000
https://platinmods.com/threads/bleach-brave-souls-5-4-3-mod-menu-apk-need-to-update.10260/
10260invalid@example.com (emrah938)emrah938This apk have problem
-Blackscreen
-Frezee
-Drop
......]]>2