Table of Contents
1 Getting Started with FT Studio
FT Studio is a powerful tool that allows you to create Android mod menus without any programming knowledge. Follow this guide to create your first mod menu.
Quick Tip
Before starting, ensure you have the target APK file ready and know the game version you want to mod.
No Coding Required
Create complex mod menus using visual tools only
Fast Development
Build complete mod menus in minutes
Safe & Secure
Built-in protection against common errors
Customizable
Full control over design and functionality
2 Creating a New Project
Start by creating a new project in FT Studio. This is where all your mod menu configurations will be saved.
Step 1: Create New Project Screen
Instructions:
- Open FT Studio app
- Tap on "+ New project" button
- Enter your project name (e.g., "MyGameMod")
- Tap "Create" to proceed
- Project will be saved with timestamp ID
Important
Choose a descriptive project name that helps you identify it later. Projects are automatically saved with unique IDs.
4 Adding Functions & Mods
Add game modifications and cheats to your menu. This is where you define what your mod can do.
Step 3: Functions List Screen
Step 4: Add Function Screen
How to Add a Function:
- Go to "Functions" tab
- Tap "Add Function"
- Enter Cheat Name (e.g., "God Mode")
- Select Function Type:
- Hook: Button - One-time activation
- Hook: Button On/Off & Toggle - Toggle switch
- Hook: Input - Value input (speed, health, etc.)
- Patch - Memory patch
- Assign to a Category (organizes functions in menu)
Function Types Explained
Toggle functions are best for on/off cheats like God Mode. Input functions are perfect for values like speed multipliers or currency amounts.
5 Game Information Setup
Configure the target game information for proper mod compilation.
Step 5: Game Info Screen
Required Information:
- Game Name: Target game name
- Version: Game version you're modding
- Type ABI: CPU architecture (Arm64-v8a, armeabi-v7a, etc.)
- Target Library Name: Usually libil2cpp.so or libunity.so
- Your Library Name: Output library name (custom)
Critical Information
Getting the Target Library Name correct is essential. Use APK analyzer tools to find the correct library name for your target game.
6 Building & Exporting Your Mod
Compile and export your mod menu for use on Android devices.
Step 6: Menu Build Screen
Build Process:
- Complete all sections (Menu, Functions, Game)
- Tap the "Build" button (usually in top-right)
- FT Studio will compile your mod menu
- Output will be a .so library file
- Save the file to your device
✓ Compiling menu layout...
✓ Generating functions...
✓ Creating library hooks...
✓ Building libKNIGHT.so...
✓ Build successful!
📁 Output: /sdcard/FTStudio/libs/libKNIGHT.so
7 Final Mod Menu Preview
This is what your completed mod menu will look like in-game.
Step 7: Built Mod Menu Preview
>
Menu Features:
- Modder Name: Displayed at top (from Menu Details)
- Modder Info: Website/Telegram link
- Categories: Organized function groups (e.g., "Basic Mods")
- Functions: Your cheats (e.g., "God Mode" toggle)
- Controls: HIDE/KILL and MINIMIZE buttons
In-Game Controls
Hold HIDE/KILL: Hide the menu or close the game
MINIMIZE: Minimize menu to small button
Toggle buttons: Enable/disable cheats
Input sliders: Adjust values in real-time
8 Advanced Features (VIP)
Upgrade to VIP for professional modding tools and features.
Advanced Builder
- Custom Lua scripting support
- Complex hook systems
- Batch function creation
- Template inheritance
Offset Merger
- Merge multiple game offsets
- Automatic version detection
- Conflict resolution tools
- Multi-format export
UI Store Access
- 100+ premium themes
- Animated components
- Community creations
- Exclusive assets
VIP Benefits
VIP members get priority support, faster downloads, no ads, early access to new features, and access to the exclusive VIP community.
Upgrade to VIPFrequently Asked Questions
How do I find the Target Library?
Use APK analyzer apps or extract the APK to find libil2cpp.so or libunity.so.
How to inject the .so file?
Use injector apps like Zygisk, LSPosed, or Game Guardian with root access.
Why is my mod not working?
Check: 1) Correct game version 2) Right ABI type 3) Proper injection method.
Can I update existing mods?
Yes, open your project, make changes, and rebuild. Your settings are saved.
Need More Help?
Join our community for support and tutorials
Always respect game developers' terms of service. Use mods responsibly.