No title

0
en-US MODDING QUESTIONS & DISCUSSIONS You need help regarding modding? Ask here! Tue, 07 Oct 2025 08:15:19 +0000 Tue, 07 Oct 2025 08:15:19 +0000 Platinmods - Android MODs, MOD APK Mobile Games & Apps https://platinmods.com/forums/modding-questions-discussions.11/ How to modd virtual machine Tue, 07 Oct 2025 02:36:34 +0000 https://platinmods.com/threads/how-to-modd-virtual-machine.261749/ 261749 invalid@example.com (ameran) ameran how to modd a vm apk (blackcatbox) full vip activation ?
]]> 2 libil2cpp class fields Mon, 06 Oct 2025 13:10:15 +0000 https://platinmods.com/threads/libil2cpp-class-fields.265412/ 265412 invalid@example.com (Arcanee) Arcanee I'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!

1759445332665.png1759445356456.png
Prints from libil2cpp dump
]]> 1 Does 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/ 262988 invalid@example.com (libModz) libModz libtool error: il2cpp is not initialized.

Game: Hide Online
Version: 4.9.22

Games metadata & libil2cpp are both protected.

Any help appreciated, thanks.
]]> 11 Knights and dragons game trying to mod Thu, 02 Oct 2025 06:09:10 +0000 https://platinmods.com/threads/knights-and-dragons-game-trying-to-mod.232000/ 232000 invalid@example.com (ibrahimhoteit99) ibrahimhoteit99 Hello World!,

You see what I did there :pepe001:. 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. zip file 1.pngzip file 2.png

4- after that i opened the classes.dex file in jadx and i got this.1733387052987.png
which i assume means the game loads libgame_shared.so and...

Read more
]]> 15 REV HUNTER HELP Wed, 01 Oct 2025 19:46:27 +0000 https://platinmods.com/threads/rev-hunter-help.198247/ 198247 invalid@example.com (Saulildo) Saulildo Is 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.
]]> 2 Unity assets files inside APK are (maybe) obfuscated/encrypted Wed, 01 Oct 2025 12:04:51 +0000 https://platinmods.com/threads/unity-assets-files-inside-apk-are-maybe-obfuscated-encrypted.205850/ 205850 invalid@example.com (RedMundo) RedMundo Hello, 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:
  1. files extensions are all changed to .mmc
  2. and most files (if not all) header start with characters "MOMC"

1701100219196.png
...

Read more
]]> 18 How 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/ 257051 invalid@example.com (AmateurHacker) AmateurHacker I'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.


1754411254280.png
It should get the original value when Toogle is closed.
What should I add...

Read more
]]> 4 LGL MOD MENU Mon, 29 Sep 2025 20:45:21 +0000 https://platinmods.com/threads/lgl-mod-menu.262904/ 262904 invalid@example.com (erikc9696) erikc9696 How create thin in LGL MOD MENU


// RVA: 0x2016550 Offset: 0x2015550 VA: 0x2016550
private void FAKE_MissionSuccess() { }
]]> 2 Method offset Hooking help Mon, 29 Sep 2025 20:44:11 +0000 https://platinmods.com/threads/method-offset-hooking-help.264589/ 264589 invalid@example.com (Aciloc) Aciloc // RVA: 0x3233e88 VA: 0x7b47c5ee88
public ObscuredFloat get_ReloadTimeMax() { }

Any idea how to make this work]]>
6
Help to to create hook Mon, 29 Sep 2025 11:20:30 +0000 https://platinmods.com/threads/help-to-to-create-hook.257005/ 257005 invalid@example.com (Henokray) Henokray Hallo guys,

I have some offsets, please help provide the hook.
// RVA: 0x10B9234 Offset: 0x10B9234 VA: 0x10B9234
public int get_diamond() { }

// RVA: 0x342D44C Offset: 0x342D44C VA: 0x342D44C
public Fix64 get_MaxSpeed() { }

// RVA: 0x2AF9218 Offset: 0x2AF9218 VA: 0x2AF9218
private static int _m_GetMaxTorque_xlua_st_(IntPtr L) { }

// RVA: 0x2AF93F0 Offset: 0x2AF93F0 VA: 0x2AF93F0
private static int _m_GetMaxRPM_xlua_st_(IntPtr L) { }]]>
1
LGL MOD MENU Mon, 29 Sep 2025 11:13:11 +0000 https://platinmods.com/threads/lgl-mod-menu.261581/ 261581 invalid@example.com (erikc9696) erikc9696 How create this in LGL MOD MENU

// RVA: 0x226BDD4 Offset: 0x226BDD4 VA: 0x226BDD4
public void addUnlimitedShuffleTime(int time, bool force = False) { }]]>
2
Need Help pls!how to unlink this functions Mon, 29 Sep 2025 11:10:54 +0000 https://platinmods.com/threads/need-help-pls-how-to-unlink-this-functions.263320/ 263320 invalid@example.com (naclto) naclto I 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 System.Int32 Gameplay.IHealthGauge.Damage(System.Int32 points); // 0x3747454

its the damage Method

private struct Gameplay.PlayerFaction Gameplay.ICharacterAgent.get_PlayerFaction(); // 0x3744D44
(return playerid=1)
its Method to identify allies and enemies







==============================...

Read more]]>
2
rrosetta seedhollow template crashing problem Sun, 28 Sep 2025 13:57:06 +0000 https://platinmods.com/threads/rrosetta-seedhollow-template-crashing-problem.254356/ 254356 invalid@example.com (ReCheat) ReCheat I am trying to use the template from here

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]]>
19
How 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/ 264825 invalid@example.com (ZixMatrix) ZixMatrix Hey 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:

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 - SAOIF Thu, 25 Sep 2025 15:14:48 +0000 https://platinmods.com/threads/newbie-sorry-xigncode-saoif.264236/ 264236 invalid@example.com (Damdou) Damdou Hello 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



Read more]]>
2
Mobile legends mod menu Thu, 25 Sep 2025 12:17:26 +0000 https://platinmods.com/threads/mobile-legends-mod-menu.220209/ 220209 invalid@example.com (lake2) lake2 Hello... 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:]]> 38 what to do if i cant enter the game with root Wed, 24 Sep 2025 17:37:07 +0000 https://platinmods.com/threads/what-to-do-if-i-cant-enter-the-game-with-root.228515/ 228515 invalid@example.com (Nerrion) Nerrion I wanted to hack the wildcraft game, but in the game he writes: "for security reasons. The service is not available on rooted devices.]]> 4 How 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/ 216193 invalid@example.com (AlexZero) AlexZero Hey 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 :pepe021:]]> 16 8 Ball Pool Offsets Tue, 23 Sep 2025 17:21:20 +0000 https://platinmods.com/threads/8-ball-pool-offsets.239817/ 239817 invalid@example.com (Utkufujuku) Utkufujuku I 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.]]> 25 Bleach Brave Souls 5.4.3 MOD MENU APK NEED TO UPDATE Mon, 22 Sep 2025 19:01:09 +0000 https://platinmods.com/threads/bleach-brave-souls-5-4-3-mod-menu-apk-need-to-update.10260/ 10260 invalid@example.com (emrah938) emrah938 This apk have problem
-Blackscreen
-Frezee
-Drop
......]]>
2

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.

#buttons=(Accept !) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Accept !