Skip to content

Commit

Permalink
Update for latest client 365966
Browse files Browse the repository at this point in the history
  • Loading branch information
ozatomic committed May 1, 2012
1 parent ab90931 commit 3a2382f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Source/blue_patcher/Patcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ public static class Patcher
// 1.2.1 FF 6A 00 6A 00 52 2B C1 50 8B 85 C8 FA FF FF 51 50 C6 85 CF FA FF FF 01 FF 15 54 D0 14 10 8B 8D C8 FA FF FF 51 8B F0 FF 15 74 D0 14 10 8B F6 0F 85
// 1.5.4 FF 6A 00 6A 00 52 2B C1 50 8B 85 C8 FA FF FF 51 50 C6 85 CF FA FF FF 01 FF 15 44 90 15 10 8B 8D C8 FA FF FF 51 8B F0 FF 15 1C 90 15 10 85 F6 0F 85
// 1.6.5 FF 6A 00 6A 00 52 2B C1 50 8B 85 C8 FA FF FF 51 50 C6 85 CF FA FF FF 01 FF 15 00 80 15 10 8B 8D C8 FA FF FF 51 8B F0 FF 15 1C 80 15 10 85 F6 0F 85
// FF 6A 00 6A 00 52 2B C1 50 8B 85 C8 FA FF FF 51 50 C6 85 CF FA FF FF 01 FF 15 44 F0 15 10 8B 8D C8 FA FF FF 51 8B F0 FF 15 1C F0 15 10 85 F6 0F 85
private static readonly byte[] Bytes = new byte[]
{
0x6a, 0x00, 0x6a, 0x00, 0x52, 0x2b, 0xc1, 0x50, 0x8b, 0x85, 0xc8,
0xfa,
0xff, 0xff, 0x51, 0x50, 0xc6, 0x85, 0xcf, 0xfa, 0xff, 0xff, 0x01, 0xff,
0x15,
0x00, 0x80, 0x15, 0x10, 0x8b, 0x8d, 0xc8, 0xfa, 0xff, 0xff, 0x51, 0x8b,
0x44, 0xF0, 0x15, 0x10, 0x8b, 0x8d, 0xc8, 0xfa, 0xff, 0xff, 0x51, 0x8b,
0xf0,
0xff, 0x15, 0x1C, 0x80, 0x15, 0x10, 0x85, 0xf6, 0x0f, 0x85
0xff, 0x15, 0x1C, 0xF0, 0x15, 0x10, 0x85, 0xf6, 0x0f, 0x85
};

private static readonly bool[] Mask = new bool[]
Expand Down
Binary file modified blue_patcher.exe
Binary file not shown.

0 comments on commit 3a2382f

Please sign in to comment.