Various Patching Patterns for Area Server

This section is for anything related to the technical aspects of .hack//fragment, such as server discussion, custom utilities, etc.
Post Reply
zero
Posts: 2
Joined: Wed Feb 22, 2017 10:55 am

find following bytes in the areaserver.exe and replace them

Remove Import Check
pattern: 0x8A, 0x4C, 0x28, 0x5C, 0x8A, 0x54, 0x04, 0x70, 0x3A, 0xCA, 0x75, 0x42
replace: 0x8A, 0x4C, 0x28, 0x5C, 0x8A, 0x54, 0x04, 0x70, 0x3A, 0xCA, 0x90, 0x90

Remove MD5 Check
pattern: 0x8B, 0x4C, 0x24, 0x10, 0x8A, 0x14, 0x01, 0x8A, 0x4C, 0x04, 0x74, 0x3A, 0xD1, 0x75, 0x77
replace: 0x8B, 0x4C, 0x24, 0x10, 0x8A, 0x14, 0x01, 0x8A, 0x4C, 0x04, 0x74, 0x3A, 0xD1, 0x90, 0x90

Remove Savegame Check:
pattern: 0x8D, 0x4C, 0x0A, 0x7D, 0x8A, 0x14, 0x01, 0x8A, 0x1C, 0x30, 0x3A, 0xD3, 0x75, 0x10
replace: 0x8D, 0x4C, 0x0A, 0x7D, 0x8A, 0x14, 0x01, 0x8A, 0x1C, 0x30, 0x3A, 0xD3, 0x90, 0x90
Post Reply