Skip to content

CS:GO Update (Operation Riptide) #415

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
Sep 22, 2021
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 @@ -12,14 +12,14 @@ srv_check = False

# _ZN20CBaseCombatCharacter18OnTakeDamage_AliveERK15CTakeDamageInfo
[[on_take_damage_alive]]
offset_linux = 299
offset_windows = 298
offset_linux = 300
offset_windows = 299
arguments = POINTER
return_type = INT

# _ZN20CBaseCombatCharacter13Weapon_SwitchEP17CBaseCombatWeaponi
[[weapon_switch]]
offset_linux = 289
offset_windows = 288
offset_linux = 290
offset_windows = 289
arguments = POINTER, INT
return_type = BOOL
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ srv_check = False

# _ZN11CBasePlayer13GiveNamedItemEPKciP13CEconItemViewb
[[give_named_item]]
offset_linux = 458
offset_windows = 457
offset_linux = 459
offset_windows = 458
arguments = STRING, INT, POINTER, BOOL, POINTER
return_type = POINTER

Expand All @@ -43,8 +43,8 @@ srv_check = False

# _ZN11CBasePlayer16PlayerRunCommandEP8CUserCmdP11IMoveHelper
[[run_command]]
offset_linux = 478
offset_windows = 477
offset_linux = 479
offset_windows = 478
arguments = POINTER, POINTER

# _ZN11CBasePlayer8PreThinkEv
Expand All @@ -54,8 +54,8 @@ srv_check = False

# _ZN11CBasePlayer9PostThinkEv
[[post_think]]
offset_linux = 373
offset_windows = 372
offset_linux = 374
offset_windows = 373


[based_attribute]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ srv_check = False

# _ZN9CCSPlayer12Weapon_EquipEP17CBaseCombatWeapon
[[equip_weapon]]
offset_linux = 286
offset_windows = 285
offset_linux = 287
offset_windows = 286
arguments = POINTER

# _ZN9CCSPlayer5BlindEfff
Expand Down