Search results

  1. Help! Bypass Anti-cheat/root

    give the Shamiko module a try, bypasses most games. You basically just install the module, and use Magisks deny-list, but do NOT enforce it. (Shamiko just uses the list from it) add your game to that list.
  2. Discussion Login signed apk in google play

    PGSharp has a blog post with a whole analysis of their cheat. I would post the link here, but I'm not sure that's allowed. You can easily find it on google though. Credit: Romain Thomas PGSharp: Analysis of a Cheating App for PokemonGO.
  3. Help! Need Help with Stumble Guys Modding: Unlocking Emotes/Skins

    Last time I modded the skins/emotes for this was: bool unlockskins; bool (*old_Cosmetics)(void *instance, void *id); bool Cosmetics(void *instance, void *id) { if(unlockskins) { return true; } return old_Cosmetics(instance, id); } And the function was...
  4. Solved How to hook Static int

    Static functions don't require instance bool isUpgrade = false int (*old_Gold)(); int Gold() { if (isUpgrade) { return 0; } return old_Gold(); } MSHookFunction((void *) getAbsoluteAddress("libil2cpp.so", 0x163D878), (void *) &Gold, (void **) &old_Gold)...
  5. Help! getting 0 health instead of infinite....

    Seems they've already solved their own problem a few posts above. It's nice seeing people overcoming their obstacles :)
  6. Tutorial DevX Mega Guide (OBB & Bundle Modding + More)

    I cover it + more on the Discord, which I can't share here, but should be easy to find if you're looking at the origin of the crack.
  7. Help! Assembly-CSharp.dll seems to be obfuscated, despite the game not using IL2CPP

    I havent looked into it, just wanted to quickly show you that you can use DevX to view/edit the Monobehaviors and etc of the bundles inside the ipa. I'll leave the exploring to you, good luck!
  8. Help! Assembly-CSharp.dll seems to be obfuscated, despite the game not using IL2CPP

    You can use DevX to mod this game, lots of things show. Check my thread on DevX for the download + some guides on how to use it.
  9. Tutorial Changing ImGui Font

    Want to pimp out your ImGui menus? ImGui handles fonts using a C style array, find your font in your project (it's usually Roboto_Regular) looks something like this: To add your own custom font, download a font file (I like to use dafont website) then go to: File to C style array converter...
  10. Help! Assembly-CSharp.dll seems to be obfuscated, despite the game not using IL2CPP

    Idk about Apple, but here's a 32 bit apk with il2cpp. Ill let you know if I have any luck with your ipa :)
  11. Help! Assembly-CSharp.dll seems to be obfuscated, despite the game not using IL2CPP

    il2cpp most definitely can apply to 32 bit games. what you're looking at is a mono game, and yes, devs can apply obfuscation to the assembly directly. Mind sending the .ipa?
  12. Help! I know u not working on anti Cheats 🙈

    It would help a lot if you mention which game has this anticheat.
  13. Solved Help to understand the logic of editing offsets

    These branch instructions are happening within the function (which dumps wont give you). You have to open the Assembly in IDA and analyze the function (as it will hold multiple instructions within) This "Branch" ( b #0x?????? ) is just skipping to another section of the instruction stack of the...
  14. Dump Standoff 2 C# Source Code

    https://platinmods.com/threads/devx-mega-guide-obb-bundle-modding-more.168002/
  15. Help! blade idle

    Perhaps, which game is this? When I search "Blade Idle" I see many different ones do you have the PlayStore link? edit: found it, will look into it sometime, and lol why is this game over 1gb? XD
  16. Help! Can i hook this function?

    You need to find an Update function to hook or find an instance that has access to that class, which you would know already if you started looking up "function pointers" as per my first reply.
  17. Help! Can i hook this function?

    guiding you in the right direction without giving a straight up answer is the best way of teaching. In your case, the direction you need to start looking is: "function pointers" in other words, yes. Good luck my friend!
  18. Help! how i can find localplayer in game no ismine

    Sorry for double posting, I just passed the edit time on my previous post, but there is also an "isLocal" boolean in this game. It might be easier to use that.
  19. Help! how i can find localplayer in game no ismine

    You can use TeamID Assuming 0 is yours and 1 is opponent team. (you can also get the current value by logging it to make sure which ID is yours). Check out the int section of this guide: https://platinmods.com/threads/how-to-unlink-functions-in-il2cpp-and-other-native-games.130436/ Side...
  20. Shared [Tested] World Of Rest: Online Ver. 1.35.8 MOD APK | Dumb Enemies | Speed | Jump |

    It changes to English after you paste the obb file where it needs to go. Instructions will guide you on how to do that, good luck!
  21. Shared [Tested] World Of Rest: Online Ver. 1.35.8 MOD APK | Dumb Enemies | Speed | Jump |

    My bad for not double checking before uploading, thanks for the heads up!
  22. Shared [Tested] World Of Rest: Online Ver. 1.35.8 MOD APK | Dumb Enemies | Speed | Jump |

    Thank you for testing, I understand that you took time out of your day to do this, and I appreciate it. It helped me find the issue (tested on 2 emulators, which were 32-bit), then tested on my physical arm64 device and got the crash. Realized I forgot to delete the Arm64 folder. Works on my...
  23. Help! How to merge APK+OBB file?

    There are multiple ways of including the obb in an installation with an APK. You can create an .xapk which includes the obb in the Android/com.game.packagename directory in the xapk. You can also use this if you'd like an installer like the one in your screenshot (needs updating to work on A11...
  24. Solved Frida hook to cpp mod ?

    You'll need to add a MonoString header. I recommend following this guide first: ARM64 Unity String Function Hooking LGL Menu - Platinmods.com - Android & iOS MODs, Mobile Games & Apps If you're doing this on LGL2.5-2.9 (your given offsets from your Frida script are being used): bool...
  25. Shared [Tested] World Of Rest: Online Ver. 1.35.8 MOD APK | Dumb Enemies | Speed | Jump |

    I've just tested it on a few devices, and it's working without root, I'm not sure why yours is crashing.
  26. Shared [Tested] World Of Rest: Online Ver. 1.35.8 MOD APK | Dumb Enemies | Speed | Jump |

    Did you download the obb and place it where it needs to go?
  27. Open Request World Of Rest: Online RPG MOD request

    Low budget online games like these usually tend to go unnoticed, but I like them. DM me if you find more like these :) As for World of Rest, mod is just awaiting approval (stay tuned):
  28. Shared [Tested] World Of Rest: Online Ver. 1.35.8 MOD APK | Dumb Enemies | Speed | Jump |

    Playstore Link: https://play.google.com/store/apps/details?id=com.bmmwor2 Game Name: World Of Rest: Online RPG Game Version: v1.35.8 Needs OBB: Yes Needs Root: No *MOD Features* 1. Dumb Enemies (Some event mobs aren't dumb) 2. Jump Slider 3. Speed Slider Credit to: Hiyall360 Free Download...
  29. Help! What is this?

    Because you have to implement it into a game first. like @Vex186 said already. You can't test ImGui without injecting it into a game. (ImGui is not a java-based app like LGL, it is a C++ library).