Recent content by jagjigjug

  1. PMT FREE MOD Hunting Clash: Hunter Games Ver. 4.3.2 MOD MENU | One Shot Kill

    Can you pls added animals ESP info and auto aim? This could be really useful, so we don't have to use radar and aim assist power ups.. Also is it possible to always get max score points when shooting a animal? For example if the score range of animal is 578 - 732 pts, if we shoot it we always...
  2. Help! How to invoke a method in LGL Mod Menu

    I'm trying to make a mod with instant win functionality. Short story I found a function like this in dumper : EndBattle (bool bWin); Then I set it inside Update hook like this : EndBattle (instance, true); But it doesn't work (the game frozen whenever I activate the toggle before/after...
  3. Help! Unity changing the Z axis / Zoom

    You mean like Vector3.h? If yes then what codes should I put into it?
  4. Help! Unity changing the Z axis / Zoom

    How can I integrate/include unity's Vector3 type into LGL as shown on screenshot below?
  5. Tutorial How to unlink functions in IL2CPP and other native games

    Very great tutorial 👏👌👍 Btw is it possible to hack field of array, List<>, enum, and Game object as well?
  6. Tutorial Hooking Tutorial {LGL Mod Menu Part II} (With video Tutorial)

    Hey first of all, thanks so much for the tutorial, so far it is the most understandable tutorial on google & YT 👍👍🥂 Btw, using this template, is it possible to edit the unity's gam3objects as well, such as instantiating, destroying, activate/deactivate the game object, changing the timescale...
  7. Tutorial DevX Mega Guide (OBB & Bundle Modding + More)

    After I use your new release (1.0.9) it makes the import process much faster... many thanks mate :D Btw is it also possible to change the script reference in MonoManager as well?
  8. Tutorial DevX Mega Guide (OBB & Bundle Modding + More)

    @Hiyall360 Any tips/tricks to speed up the decompiling process?? It took me one day half to decompile a 100Mb apk, not sure if I will try an xapk file (apk+obb) which is sized about 1Gb+ 😁🤭 I have a 16 Gb RAM and this is my pre-decompile setting :
  9. Tutorial DevX Mega Guide (OBB & Bundle Modding + More)

    "Swgoh" I know it'll mostly unhackable, but I just wanna test out other games to make sure that devx can decompile any kind of apk / reverse engineer any script, turned out it isn't..
  10. Tutorial DevX Mega Guide (OBB & Bundle Modding + More)

    How can we fix blank script (empty script)?? It says assembly c-sharp.dll can't be found, but it actually there. However I can hack the game with other method such as il2cpp dumper, all the offsets can be seen properly. Is there any way around to fix this? The game that I'm trying to hack is...