Skip to content

Updated CS:GO offsets. #367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ srv_check = False
# break
# print('Offset of Player.assists is:', offset)
[[assists]]
offset_windows = 3204
offset_linux = 3228
offset_windows = 4024
offset_linux = 4048
type = INT


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@ srv_check = False
[instance_attribute]

[[mvps]]
offset_windows = 12252
offset_linux = 12276
offset_windows = 12272
offset_linux = 12296
type = INT

[[score]]
offset_windows = 12300
offset_linux = 12324
offset_windows = 12312
offset_linux = 12336
type = INT

[[clan_tag]]
offset_windows = 10220
offset_linux = 10244
offset_windows = 10240
offset_linux = 10264
type = STRING_ARRAY


Expand Down