Skip to content

Commit

Permalink
Y'all are *so fucking lucky* that the Animate() hook didn't need to b…
Browse files Browse the repository at this point in the history
…e updated
  • Loading branch information
monster860 authored Nov 22, 2022
1 parent 3c3ea1b commit 0277300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/find_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bool Core::find_functions()
{
#ifdef _WIN32
FIND_OR_DIE(GetStringTableEntry, "55 8B EC 8B 4D 08 3B 0D ?? ?? ?? ?? 73 10 A1");
FIND_OR_DIE(ToString, "55 8B EC 6A FF 68 ?? ?? ?? ?? 64 A1 ?? ?? ?? ?? 50 83 EC 18 53 56 57 A1 ?? ?? ?? ?? 33 C5 50 8D 45 ?? 64 A3 ?? ?? ?? ?? 8B 4D ?? 0F B6 C1");
FIND_OR_DIE(ToString, "55 8B EC 6A FF 68 ?? ?? ?? ?? 64 A1 ?? ?? ?? ?? 50 83 EC ?? 53 56 57 A1 ?? ?? ?? ?? 33 C5 50 8D 45 ?? 64 A3 ?? ?? ?? ?? 8B 1D ?? ?? ?? ??");
FIND_OR_DIE(SetAppearance, "55 8b ec 8b 45 08 83 ec 08 0f b6 c8 53 8d 41 ff 56 57 83 f8 53 0f 87 ?? ?? ?? ?? 0f b6 80 ?? ?? ?? ?? ff 24 85 ?? ?? ?? ?? ff 75 0c ff 75 10 e8 ?? ?? ?? ?? 83 c4 08 5f 5e 5b 8b e5 5d c3");
FIND_OR_DIE(SetPixelX, "55 8b ec 8b 45 08 56 3c 03 75 16 8b 75 0c 3b 35 ?? ?? ?? ?? 0f 83 ad 00 00 00 a1 ?? ?? ?? ?? eb 18 3c 02 75 78 8b 75 0c 3b 35 ?? ?? ?? ?? 0f 83 ?? ?? ?? ?? a1 ?? ?? ?? ?? 8b 34 b0 85 f6 0f 84 ?? ?? ?? ?? 8b 45 10 66 3b 46 24 74 7a 66 89 46 24");
FIND_OR_DIE(SetPixelY, "55 8b ec 8b 45 08 56 3c 03 75 16 8b 75 0c 3b 35 ?? ?? ?? ?? 0f 83 ad 00 00 00 a1 ?? ?? ?? ?? eb 18 3c 02 75 78 8b 75 0c 3b 35 ?? ?? ?? ?? 0f 83 ?? ?? ?? ?? a1 ?? ?? ?? ?? 8b 34 b0 85 f6 0f 84 ?? ?? ?? ?? 8b 45 10 66 3b 46 26 74 7a 66 89 46 26");
Expand Down Expand Up @@ -79,7 +79,7 @@ bool Core::find_functions()
TRUE_OR_DIE(turf_hashtable);
#else
FIND_OR_DIE(GetStringTableEntry, "55 89 E5 83 EC 18 8B 45 ?? 39 05 ?? ?? ?? ?? 76 ?? 8B 15 ?? ?? ?? ?? 8B 04 ??");
FIND_OR_DIE(ToString, "55 89 E5 83 EC 68 A1 ?? ?? ?? ?? 8B 15 ?? ?? ?? ?? 8B 0D ?? ?? ?? ?? 89 5D ??");
FIND_OR_DIE(ToString, "55 89 E5 83 EC 68 ?? ?? ?? ?? 5D 08 ?? ?? ?? 8B");
FIND_OR_DIE(GetVariable, "55 89 E5 81 EC ?? ?? ?? ?? 8B 55 ?? 89 5D ?? 8B 5D ?? 89 75 ?? 8B 75 ??");
FIND_OR_DIE(GetAssocElement, "55 89 E5 83 EC ?? 89 4D C4 B9 7B 00 00 00 89 5D F4 89 D3 89 75 F8 89 C6 89 D0 8B 55 C4 89 7D FC C7 44 24 04 00 00 00 00 C7 04 24 00 00 00 00 E8 ?? ?? ?? ?? 3D FF FF 00 00");
FIND_OR_DIE(DecRefCount, "55 89 E5 83 EC ?? 8B 45 08 89 5D ?? 8B 5D 0C 89 75 ?? 3C 54");
Expand Down

0 comments on commit 0277300

Please sign in to comment.