Search results

  1. Tutorial How to upload files on Github repo properly using an Android phone

    I have seen most peoples uploading a .zip file instead uploading files normally. I understand the case that only device they have is an Android phone, and uploading multiple files isn't really possible, but this way is really bad practice. We want to view source directly without having to...
  2. Tool Offset Patcher for Android (FREE)

    This tool is made for modders to test their offset fastly and find new hacks it will make their testing work 2X fast This tool work with all games Video tutorial how to use this tool https://mega.nz/file/rAI20DxB#kVSdAA_7_wc824hnnX1F6JiDau7k5MUsC-KO82Grvf8...
  3. Source ImGui source codes for Android

    Just some collection of ImGui source codes for Android. It is to help you study it. I'm not familar with ImGui, so don't ask me questions (Yes, the official one supports Android) https://github.com/ocornut/imgui https://github.com/ZTzTopia/GTInternalAndroid...
  4. Tutorial Hooking and patching template with toast message

    I just created a simple template for hooking and patching without mod menu. Support both Android Studio and AIDE This project does not cover the basics how to mod games in general, you must have the skills already! Features - KittyMemory - MSHook Function - And64InlineHook - String obfuscator...
  5. Source CoDM ESP & Aimbot Mod Menu

    This project was been shared on a telegram group, I will reshare here publicly so it is more known Download https://github.com/LGLTeam/CODM-ESP-Aimbot-Mod-Menu Code > Download ZIP Features Auto update ESP Player Line, Box, Health, Name, Distance Aimbot Aim Location Arm Target Size POV...
  6. Dump Free Fire dumps

    Download: GitHub - LGLTeam/FreeFire-Dumps Dumps are 32-bit Credit: @Layout_musk - LGL Team
  7. Source Forward Assault Source - ESP, Chams, Telekill and more

    A mod project for Forward Assault. Works on both Android Studio and AIDE Offsets are outdated. Update it yourself! Github: GitHub - LGLTeam/Forward-Assault-Esp: Fwd Assault Esp Mod Menu Features: Player: Telekill Masskill Fly hack (buggy) Visuals: Default Chams Wireframe Chams Glow Chams...
  8. Tutorial Mod menu without overlay permission (Demo)

    Introduction This is a concept of floating mod menu without overlay permission. This menu will help you get around some basic anti-cheat. It will only work if the menu has been called from Activity, not Application context. Otherwise you would get an error java.lang.ClassCastException: ____...
  9. Tutorial Semi-JNI Mod Menu

    Apparently a modder called DarkMod has made a mod menu in semi-JNI. Pretty cool eh, but I have fixed it for AIDE so it now works on both AS and AIDE. The JNI implementation is coming for my own mod menu Try it out https://github.com/LGLTeam/DarkMod-Floating
  10. Tool AIDE - IDE for Android Java C++ (Modded & NDK included)

    AIDE is an integrated development environment (IDE) for developing real Android apps directly on your Android device. Follow interactive coding lessons and step-by-step become an expert app developer. Visually design apps, write code with the feature rich editor with code completion, real-time...
  11. Tutorial Xposed injector open sources - Mod games externally

    These open source projects are for Xposed for rooted to mod games externally. The one I posted originally made by Saygus, and project fixed by Spring Musk. Other one is better version by Spring Musk including ESP, chams, socket, hooks, patches. Disclaimer: I don't support this project, I don't...
  12. Source ESP and Aimbot source code collections

    A lot of modders here asking for ESP and Aimbot and have been looking for it for so long time, so finally, free ESP and Aimbot source codes for y'all. I am sharing here to stop beggers from annoying modders. Credits goes to the respective owners! This project is for high expereineced modders...
  13. Tutorial Port AIDE Project to Android Studio

    Kinda annoying that the most special project are made in AIDE. So I thought to teach you to port to Android Studio (i'm still not a teacher ftw) It's easy: Android Studio project that has been used on AIDE - Extract the project to the directory that does not contain spaces - Delete useless...
  14. Tutorial LGL Mod Menu with text animation

    Ayy Platinian :)), I did this for fun since RAUNAK MODS begged me to make it, but he is nice now and helped me out with LinearLayout animation, and I got the idea to do rainbow animation by myself. Animation will not be added to the main project, and this will not be maintained much. But feel...
  15. Tutorial Simple Login Form in Java (Android)

    I have some login form projects for Android including PHP you can use and learn it I don't offer help and support with it, because I don't have time. You must work with them yourself 1. Login screen with PHP by LGL https://github.com/LGLTeam/Android-Login-Form-Java 2. Another login screen...
  16. Outdated Fake IMEI for Free Fire (Platinmods only)

    *Description* This is fake IMEI generator for this mod https://platinmods.com/threads/garena-free-fire-wonderland-ver-1-47-0-mod-menu-apk-big-body-antenna-night-mode-white-body-imei-faker.95066/ Just click FAKE IMEI button to generate to unban your device! It will edit text on...
  17. AOS APP [Tested] Antena View v7.0 for Free Fire

    ANTENNA MOD IS NO LONGER SAFE!!! • Name: Antena View for FF - Version : 7.0 - Root : No - Size : 5.5MB - Created by : Cyrust21 • Antena View Functions - Support lasted Version Free Fire - Antena Head - Antena Hand - Support with virtual Chinese - Don't clone in virtual • App Description -...
  18. Tutorial How to make mod menu for il2cpp and native games

    We made floating mod menu for il2cpp and other native android games. KittyMemory, MSHook, and And64InlineHook included. This template is optimized for modders who want the faster way to implement the menu in the game without hassle. Assets are stored as base64 in cpp and does not need to be...
  19. Tutorial Compress png and encode to base64

    For those who make Android mod menu. Instead putting the image in the assets, you can compress and encode your image into base64 and put the code instead. This saves some time Compress png: https://compresspng.com/ Base64 encode: https://www.base64encode.org/ byte[] decode =...