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
6
6
# CDecoyProjectile::Think_Detonate
7
7
[[detonate]]
8
8
# 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
5
5
6
6
# _ZN20CFlashbangProjectile8DetonateEv
7
7
[[detonate]]
8
- # TODO
9
- offset_linux = 235
10
- offset_windows = 234
8
+ offset_linux = 238
9
+ offset_windows = 237
11
10
12
11
13
12
[input]
Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ srv_check = False
5
5
6
6
# _ZN20CHEGrenadeProjectile8DetonateEv
7
7
[[detonate]]
8
- # TODO
9
- offset_linux = 236
10
- offset_windows = 235
8
+ offset_linux = 238
9
+ offset_windows = 237
11
10
12
11
13
12
[input]
Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ srv_check = False
5
5
6
6
# _ZN18CMolotovProjectile8DetonateEv
7
7
[[detonate]]
8
- # TODO
9
- offset_linux = 236
10
- offset_windows = 235
8
+ offset_linux = 238
9
+ offset_windows = 237
11
10
12
11
13
12
[input]
You can’t perform that action at this time.
0 commit comments