File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed
addons/source-python/data/source-python/entities/csgo Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ srv_check = False
66 # CDecoyProjectile::Think_Detonate
77 [[detonate]]
88 # TODO
9- identifier_windows = 55 8B EC 83 E4 2A 81 EC 2A 2A 2A 2A 53 56 57 8B F9 8B 87 04 05 2A 2A 85 C0
10- identifier_linux = 55 89 E5 57 56 53 81 EC 2A 2A 2A 2A 8B 5D 08
9+ identifier_windows = 55 8B EC 51 56 8B F1 57 8B 86 D4 00 00 00
10+ identifier_linux = 55 89 E5 57 56 53 83 EC 3C 8B 5D 08 F6 83 DD 00 00 00 10
Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ srv_check = False
55
66 # _ZN20CFlashbangProjectile8DetonateEv
77 [[detonate]]
8- # TODO
9- offset_linux = 235
10- offset_windows = 234
8+ offset_linux = 238
9+ offset_windows = 237
1110
1211
1312[input]
Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ srv_check = False
55
66 # _ZN20CHEGrenadeProjectile8DetonateEv
77 [[detonate]]
8- # TODO
9- offset_linux = 236
10- offset_windows = 235
8+ offset_linux = 238
9+ offset_windows = 237
1110
1211
1312[input]
Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ srv_check = False
55
66 # _ZN18CMolotovProjectile8DetonateEv
77 [[detonate]]
8- # TODO
9- offset_linux = 236
10- offset_windows = 235
8+ offset_linux = 238
9+ offset_windows = 237
1110
1211
1312[input]
You can’t perform that action at this time.
0 commit comments