Search results for query: *

  1. Continuing to Mod Pixel Gun 3D, But I Keep Hitting a Snag

    There are a few detections in pg3d #1: libil2cpp.so HMAC hash verification #2: APK signature verification #3: Gems and Coins cheat protection #4: Memory editing protection (GameGuardian) #5: GodMode detection (checks if player health is above the max available for the mode) #6: Parallel Space...
  2. Continuing to Mod Pixel Gun 3D, But I Keep Hitting a Snag

    Two things: #1: Signature verification (The game can tell that the apk was not signed by the original signature at runtime) #2: libil2cpp.so file HMAC verification (Hex editing the libil2cpp.so will change the files HMAC md5 and the game checks the HMAC hash at runtime) There is more detection...
  3. Need Help With Modding Pixel Gun 3D

    For il2cpp games I recommend a few tools 1. Il2cppDumper By Prefare 2. IDA Pro 3. APKTool Good Luck! ;)
  4. Anti decompile

    What exactly do you not want to be decompiled? Are you talking about the classes.dex and the small code? If so I know of some computer software that encrypts the classes.dex into an encrypted lib.so. It's Chinese software and I use it for my mods to protect them.
  5. Last Day On Earth v1.6.12 Mod Menu & Launcher [Sneak Peak]

    KMODs and I have created a launcher and mod menu for Last day on Earth v1.6.12 working on Android no root. I will release soon, I just wanted to hype it a little hit before I do. :)
  6. Advanced Mod Menu [il2cpp][Java/C++]

    Hello, a friend and I have created a mod menu for a game called pixel gun 3d and it uses il2cpp. We have made a java injection mod menu for it and I just wanted to stop by and show it. Also, just to be clear this game DOES NOT use C# and is not moddable with dnspy or .net reflector . This was...
  7. How do i Make a android mod menu??

    Obviously
  8. How do i Make a android mod menu??

    Unity - Scripting API: GUI Start reading ;)
  9. [Outdate] [Tutorial] How to mod il2cpp games!

    How do I compile this? i am trying to use gcc but i get many errors when compiling.
  10. Mod Menu NOT Unity?

    How did people like xmodgames do it for games like clash of clans, Minecraft or agario?
  11. Mod Menu NOT Unity?

    I am creating a mod menu for a game called terraria i already have all the working offsets and the hex and IDA code needed for it this game is not unity so it runs off of the lib.so not the unity dll i want to know how i can make a gui mod menu for this game if anyone can help me that would...
Back
Top Bottom