From 3930ca47df9e22dc43f13fb369c9b90b26df64f1 Mon Sep 17 00:00:00 2001 From: Adrianilloo Date: Wed, 7 Feb 2024 18:55:39 -0600 Subject: [PATCH] Add updated gamedata --- sourcemod/gamedata/collisionhook.txt | 38 +++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/sourcemod/gamedata/collisionhook.txt b/sourcemod/gamedata/collisionhook.txt index 26131be..8fb379f 100644 --- a/sourcemod/gamedata/collisionhook.txt +++ b/sourcemod/gamedata/collisionhook.txt @@ -11,11 +11,43 @@ { "PassServerEntityFilter" { - "library" "server" - - "windows" "\x55\x8b\xec\x57\x8b\x7d\x0c\x85\xff\x75\x2a\xb0\x01\x5f\x5d\xc3\x56\x8b\x75" + "windows" "\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x75\x2A\xB0\x2A\x5F\xC3\x56" "linux" "@_Z22PassServerEntityFilterPK13IHandleEntityS1_" } } } + + "csgo" + { + "Signatures" + { + "PassServerEntityFilter" + { + "windows" "\x56\x8B\xF2\x57\x8B\xF9\x85\xF6\x74\x2A\x3B\xFE" + "linux" "\x55\xB8\x01\x00\x00\x00\x89\xE5\x83\xEC\x38\x89\x5D\xF4" + } + } + } + + "left4dead2" + { + "Signatures" + { + "PassServerEntityFilter" + { + "windows" "\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x85\x2A\x75\x2A\xB0\x2A\x5F\x5D\xC3\x56" + } + } + } + + "tf" + { + "Signatures" + { + "PassServerEntityFilter" + { + "windows" "\x55\x8B\xEC\x56\x8B\x75\x0C\x85\xF6\x75\x05" + } + } + } }