Skip to content

Commit a6fc222

Browse files
committed
update(core): 17th september update
1 parent 6fefcbc commit a6fc222

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

plugin_files/gamedata/cs2/core/offsets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"linux": 80
55
},
66
"CBasePlayerPawn_CommitSuicide": {
7-
"windows": 403,
8-
"linux": 403
7+
"windows": 408,
8+
"linux": 408
99
},
1010
"CCSPlayerController_ChangeTeam": {
1111
"windows": 106,

plugin_files/gamedata/cs2/core/signatures.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
2-
"ServerMovementUnlock": {
3-
"lib": "server",
4-
"windows": "76 ? F2 0F 10 4E ? 41 0F 28 D2 0F 28 C1",
5-
"linux": "0F 87 ? ? ? ? 49 8B 7C 24 ? 48 85 FF"
6-
},
72
"CEntityInstance_AcceptInput": {
83
"lib": "server",
94
"windows": "48 89 5C 24 ? 48 89 74 24 ? 57 48 83 EC ? 49 8B F0 48 8B D9 48 8B 0D",
@@ -32,7 +27,7 @@
3227
"CBaseEntity_DispatchSpawn": {
3328
"lib": "server",
3429
"windows": "48 89 5C 24 10 57 48 83 EC 30 48 8B DA 48 8B F9 48 85 C9",
35-
"linux": "48 85 FF 74 ? 55 48 89 E5 41 55 41 54 49 89 FC"
30+
"linux": "48 85 FF 74 ? 55 48 89 E5 41 55 49 89 FD"
3631
},
3732
"UTIL_Remove": {
3833
"lib": "server",
@@ -77,7 +72,7 @@
7772
"CCSPlayerPawnBase_PostThink": {
7873
"lib": "server",
7974
"windows": "48 ? ? 55 53 56 57 41 ? 48 ? ? ? 48 ? ? ? ? ? ? 4C 89 68",
80-
"linux": "55 48 89 E5 41 57 41 56 41 55 41 54 53 48 89 FB 48 83 EC 58 E8 ? ? ? ? F3 0F 10 83"
75+
"linux": "55 48 89 E5 41 56 41 55 41 54 53 48 89 FB 48 83 EC 40 E8 ? ? ? ? F3 0F 10 83"
8176
},
8277
"CGameRules_TerminateRound": {
8378
"lib": "server",
@@ -114,4 +109,4 @@
114109
"windows": "48 8B C4 44 88 48 20 44 89 40 18 48 89 50 10 53",
115110
"linux": "55 48 89 E5 41 57 41 56 41 55 41 54 53 48 89 FB 48 83 EC ? 89 4D"
116111
}
117-
}
112+
}

0 commit comments

Comments
 (0)