Add scripts below — each will be updated and packaged into one ZIP.
Safety Options
Skip Color Palette Hex
Ignore 3/6/8-digit color valuesFF6AA0
Skip If Not In Old Dump
Only touch confirmed offsetsdump.cs
Output Filename
FILE.lua
0x4AFFRVA0x1F
$scanning offsets at full speed
READY—
—
UPDATED
—
TRY
—
FAILED
—
SKIPPED
offset_log.shIDLE
Output Log
LOAD FILES AND PRESS RUN
TG: @yephomet
Format: dump.cs RVA/Offset + Field Offsets + .ctor/.cctor
Tool: Offset Updator by @yephomet
Version: v7 — Smart Output + C++ Header Support
APK Lua Encryptor
Encrypts every .lua file inside your APK's assets/ folder with a 5-layer cipher. The original APK structure stays intact — only lua content is replaced.
Drop APK file here
Encryption Layers
Encryption Key
Key is auto-generated and embedded inside each encrypted file. It is never stored or shown. The loader decodes it automatically at runtime using an internal constant — no passphrase needed anywhere.
Lua Loader Template
The encryptor injects a loader.lua into the APK that decrypts and executes each file at runtime. Use the key above in your loader.
-- loader.lua preview will appear here after encryption
Processing…
What This Does
Converts any image (PNG, JPG, BMP, ICO, WebP) into a C++ header file containing the raw byte array — identical to the unsigned char image_data[] format used in ImGui / cheat bases. Output is Logo.h and can be dropped directly into your project.
Input Image
Drop image here or click to browse
Preview
Output Options
Variable name
Name used in the header array declaration
Bytes per line
Columns in the hex output (12 = XIAO default)
Converting…
Output — Logo.h
What This Does
Converts between JSON and Lua table syntax — fully compatible with AndLua+, GameGuardian scripts, and any Lua-based cheat engine. Handles nested objects, arrays, strings, booleans, and null values.
Input
Output
What This Does
Paste your dump.cs, type a class name — instantly lists every field and method offset. No scrolling, no manual searching. Supports partial name matching and shows full method signatures.
dump.cs
Click to load dump.cs
Search Class
UNITY IL2CPP DUMPER
Load your game files below to extract dump.cs — Free Fire, CODM, and any Unity IL2CPP game.