{% with messages = get_flashed_messages() %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
How It Works
- Upload your .cpp, .h, or Defines.h file
- Tool detects HOOK_LIB or uintptr_t/define format
- Finds matching patterns in dump.cs
- Old offsets replaced with new ones automatically
- Download ZIP with updated file + detailed log
Supported Formats
HOOK_LIB Format
HOOK_LIB("libunity.so", "0x78b3f74", GetAssitAimSpeed, orig_GetAssitAimSpeed);
Defines.h Format
uintptr_t api1 = 0xBA81EC8;
#define Class_Input_GetTouch (m_unity + api1)