Recent content by MORGAN666

  1. Tutorial Android Function Hooking Tutorial

    try Octowolves template its good
  2. Dump Apex Legends Mobile esp offsets

    download what!
  3. Solved i need help about lgl mode menu 3.2

    l make folder calld smali_classes2 and copy some files from smali and compile
  4. Solved Lgl Mod Menu Delete

    right click delete??
  5. Dump Apex Legends Mobile esp offsets

    well i add the apk version
  6. Dump Apex Legends Mobile esp offsets

    aha okay i wasnt know that ill do next time tnx
  7. Dump Apex Legends Mobile esp offsets

    some offsets for esp i dont know try
  8. Dump Apex Legends Mobile esp offsets

    I just get this from a frend :pepe019: Game : apex legends mobile 32bit Apk vision : 1.0.1576.195 (32 bit): GNames: 0x6893A90 GWorld: 0x667E280 ViewWorld: 0x6A80990 GUObjectArray: 0x69559E0 FOV : 0x18 DesiredFOV: 0x24 OrthoWidth: 0x28
  9. Tutorial Android Function Hooking Tutorial

    well for hooking u have to learn c++ basics ( functions + pointers) go here
  10. Tutorial Android Function Hooking Tutorial

    Things you need to follow this Android Function Hooking Tutorial: • Knowledge of C++ • Basic Knowledge on making mod menus for android. • Must already know how to patch functions with hex codes. If you don't, come back when you can. • DnSpy • Android Studio • Octowolves template Or • LGLS...
  11. Help! How to make toast on hack_thread in lgl template?

    Try this Toast toast = Toast.makeText(this, "message", Toast.LENGTH_LONG;); toast.show();