Search results

  1. Tool Lauching Logger - Material Logcat Reader (No ads & No analytics)

    This is a forked version of Laughing Logger WITHOUT unnecessary features; ads, analytics, and internet permission. A lot of improvements have been made and fixed stuck on loading screen. Logs will be saved on /internal storage/Laughing Logger/ and /internal storage/Documents/Laughing Logger/...
  2. Source Roblox Mobile Simple Executor Source

    Mobile Blox Android 32 bits Executor Roblox Open Source, version 2.555.874 This is supposed to be used for learning how Luau Executors work in an Android device And their differences compared to PC which aren't much. Also for beginners on Roblox Modding to have a chance at modding android Which...
  3. Tutorial Pixel Gun 3D iOS Mod Menu Tweak Source

    https://github.com/Greenphx9/pg3d-menu-source-code/blob/main/Tweak.xm Credit: Greenphx9, Jbro129 and Chewy
  4. Source Basic Anti-Tamper for android applications

    The code provided underneath is just a bare bone example which causes an intentional crash if the application is tampered with. This should not be used for public projects as it can be easily bypassed by practically anyone who has some experience with android reverse engineering. Credit: Boban...
  5. Tutorial Respawnables Wallhack Source (All Versions)

    Unfortunately, some sources are lost but you can still learn and use some snippets. Author: D red Some basic explanation LiveShaderTester1.2.1.deb - Free and Simple File Hosting First, you will need a tool made by Red16 to dump the shaders. Download the .deb, go to the DynamicLibrary folder...
  6. Tutorial Simple string change - hook method (tweak.xm)

    Author: strejda603 Hey guys! Have you ever wondered, how to change some string (text) in some app/non-Unity game? There is very simple way, how to do it! For changing string, you can use this code in your "tweak.xm" file: %hook UILabel /* or other class, i.g.: UITableViewLabel */ -(void)...
  7. Tutorial Smali-Based Signature Check Bypass

    Big thanks to Rev for this tutorial. I just shared it here for platin modders to learn ;) Example Game: GoB Version: 26.0.225 Many games nowadays put in place a "signature check" in an attempt to make modders give up on modding their game. A signature check is something that checks if the...
  8. Tutorial Template Menu [Free] for Mod Menu Il2cpp and other Native Games

    This project has been discontined. Use LGL mod menu for up-to-date project GitHub - LGLTeam/Android-Mod-Menu: Floating mod menu for Android I just registered in here and maybe some of you all know who i am in github, but i'm here just to give you all the template menu for Menu Il2cpp/Native...