Search results

  1. Tutorial How to Dump Protected libil2cpp & libUE4 game, metadata file and other non-unity games [NEW METHOD]

    I tried dumping Need For Speed: No Limits and got this error.
  2. Help! Defining A Class

    I'd added a struct for an object called BigDouble but one of its fields contains an instance of CultureInfo. struct BigDouble { static constexpr double EPSILON = 9.999999974752427E-07; static const CultureInfo Culture; //<----- This right here. static const BigDouble Zero...
  3. Help! How to edit Plants Vs. Zombies 2 obb (ver. 7.8.1)

    Hello again. I found my answer many months ago from alternative sources. By then I had forgotten about this post. Thanks for trying, anyway.
  4. Help! Csr 2 mod apk

    Mod apk and obb file numbers do not match. Find a mod apk that offers an obb download with it and use that. Any mods with an apk link alone are no good.
  5. Help! How to edit Plants Vs. Zombies 2 obb (ver. 7.8.1)

    I've seen videos of people playing PvZ 2 with an edited obb. There seems to be a lot under the hood to mess around with, specifically: Pet Zombie Level Creator Plant Creator Texture Editer These are the fun ones I could list. The problem is no one except the editors know for sure on how to...
  6. Solved Continuing to Mod Pixel Gun 3D, But I Keep Hitting a Snag

    Late update for anyone who read my previous post. I've put this project on hiatus and had came back to it recently with more coding experience. However, I keep hitting a Snag whenever I modify any code in the apk. For some reason, the game halts at 82% when I load any test mod apk. I don't know...
  7. Help! Help with Modding Pixel Gun 3D

    Hi. I'm here because I encountered an unusual experience when exploring the files of com.pixel.gun3d from my extracted apk. Pixel Gun 3D is a game made in the Unity Engine, and games made in the Unity Engine tend to show off similar traits in file structure. The most notable trait being that...
Back
Top Bottom