mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-05 00:25:36 +08:00
📦 Game Update 13978
This commit is contained in:
parent
28c85f2063
commit
39df7e8163
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
public static class AimMatrixOpFixedSettings_t {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:24 +0000
|
||||
Thu, 7 Dec 2023 03:13:23 +0000
|
||||
'''
|
||||
|
||||
class AimMatrixOpFixedSettings_t:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:26 +0000
|
||||
* Thu, 7 Dec 2023 03:13:25 +0000
|
||||
*/
|
||||
|
||||
public static class ActiveModelConfig_t {
|
||||
@ -1316,10 +1316,10 @@ public static class C_BaseCSGrenade { // C_CSWeaponBase
|
||||
public const nint m_flThrowStrength = 0x1A10; // float
|
||||
public const nint m_flThrowStrengthApproach = 0x1A14; // float
|
||||
public const nint m_fDropTime = 0x1A18; // GameTime_t
|
||||
public const nint m_nNextHoldTick = 0x1A1C; // GameTick_t
|
||||
public const nint m_flNextHoldFrac = 0x1A20; // float
|
||||
public const nint m_bJustPulledPin = 0x1A24; // bool
|
||||
public const nint m_bSwitchWeaponAfterThrow = 0x1A25; // bool
|
||||
public const nint m_bJustPulledPin = 0x1A1C; // bool
|
||||
public const nint m_nNextHoldTick = 0x1A20; // GameTick_t
|
||||
public const nint m_flNextHoldFrac = 0x1A24; // float
|
||||
public const nint m_hSwitchToWeaponAfterThrow = 0x1A28; // CHandle<C_CSWeaponBase>
|
||||
}
|
||||
|
||||
public static class C_BaseCSGrenadeProjectile { // C_BaseGrenade
|
||||
@ -1762,9 +1762,9 @@ public static class C_CSGO_PreviewModelAlias_csgo_item_previewmodel { // C_CSGO_
|
||||
}
|
||||
|
||||
public static class C_CSGO_PreviewPlayer { // C_CSPlayerPawn
|
||||
public const nint m_animgraph = 0x23A0; // CUtlString
|
||||
public const nint m_animgraphCharacterModeString = 0x23A8; // CUtlString
|
||||
public const nint m_flInitialModelScale = 0x23B0; // float
|
||||
public const nint m_animgraph = 0x23B0; // CUtlString
|
||||
public const nint m_animgraphCharacterModeString = 0x23B8; // CUtlString
|
||||
public const nint m_flInitialModelScale = 0x23C0; // float
|
||||
}
|
||||
|
||||
public static class C_CSGO_PreviewPlayerAlias_csgo_player_previewmodel { // C_CSGO_PreviewPlayer
|
||||
@ -1983,11 +1983,11 @@ public static class C_CSPlayerPawn { // C_CSPlayerPawnBase
|
||||
public const nint m_szRagdollDamageWeaponName = 0x1D20; // char[64]
|
||||
public const nint m_bRagdollDamageHeadshot = 0x1D60; // bool
|
||||
public const nint m_vRagdollServerOrigin = 0x1D64; // Vector
|
||||
public const nint m_bLastHeadBoneTransformIsValid = 0x2368; // bool
|
||||
public const nint m_lastLandTime = 0x236C; // GameTime_t
|
||||
public const nint m_bOnGroundLastTick = 0x2370; // bool
|
||||
public const nint m_qDeathEyeAngles = 0x238C; // QAngle
|
||||
public const nint m_bSkipOneHeadConstraintUpdate = 0x2398; // bool
|
||||
public const nint m_bLastHeadBoneTransformIsValid = 0x2378; // bool
|
||||
public const nint m_lastLandTime = 0x237C; // GameTime_t
|
||||
public const nint m_bOnGroundLastTick = 0x2380; // bool
|
||||
public const nint m_qDeathEyeAngles = 0x239C; // QAngle
|
||||
public const nint m_bSkipOneHeadConstraintUpdate = 0x23A8; // bool
|
||||
}
|
||||
|
||||
public static class C_CSPlayerPawnBase { // C_BasePlayerPawn
|
||||
@ -2171,59 +2171,59 @@ public static class C_CSWeaponBase { // C_BasePlayerWeapon
|
||||
public const nint m_thirdPersonFireSequences = 0x15F8; // CUtlVector<HSequence>
|
||||
public const nint m_hCurrentThirdPersonSequence = 0x1610; // HSequence
|
||||
public const nint m_nSilencerBoneIndex = 0x1614; // int32_t
|
||||
public const nint m_thirdPersonSequences = 0x1618; // HSequence[6]
|
||||
public const nint m_ClientPreviousWeaponState = 0x1648; // CSWeaponState_t
|
||||
public const nint m_iState = 0x164C; // CSWeaponState_t
|
||||
public const nint m_flCrosshairDistance = 0x1650; // float
|
||||
public const nint m_iAmmoLastCheck = 0x1654; // int32_t
|
||||
public const nint m_iAlpha = 0x1658; // int32_t
|
||||
public const nint m_iScopeTextureID = 0x165C; // int32_t
|
||||
public const nint m_iCrosshairTextureID = 0x1660; // int32_t
|
||||
public const nint m_flGunAccuracyPosition = 0x1664; // float
|
||||
public const nint m_nViewModelIndex = 0x1668; // uint32_t
|
||||
public const nint m_bReloadsWithClips = 0x166C; // bool
|
||||
public const nint m_flTimeWeaponIdle = 0x1670; // GameTime_t
|
||||
public const nint m_bFireOnEmpty = 0x1674; // bool
|
||||
public const nint m_OnPlayerPickup = 0x1678; // CEntityIOOutput
|
||||
public const nint m_weaponMode = 0x16A0; // CSWeaponMode
|
||||
public const nint m_flTurningInaccuracyDelta = 0x16A4; // float
|
||||
public const nint m_vecTurningInaccuracyEyeDirLast = 0x16A8; // Vector
|
||||
public const nint m_flTurningInaccuracy = 0x16B4; // float
|
||||
public const nint m_fAccuracyPenalty = 0x16B8; // float
|
||||
public const nint m_flLastAccuracyUpdateTime = 0x16BC; // GameTime_t
|
||||
public const nint m_fAccuracySmoothedForZoom = 0x16C0; // float
|
||||
public const nint m_fScopeZoomEndTime = 0x16C4; // GameTime_t
|
||||
public const nint m_iRecoilIndex = 0x16C8; // int32_t
|
||||
public const nint m_flRecoilIndex = 0x16CC; // float
|
||||
public const nint m_bBurstMode = 0x16D0; // bool
|
||||
public const nint m_nPostponeFireReadyTicks = 0x16D4; // GameTick_t
|
||||
public const nint m_flPostponeFireReadyFrac = 0x16D8; // float
|
||||
public const nint m_bInReload = 0x16DC; // bool
|
||||
public const nint m_bReloadVisuallyComplete = 0x16DD; // bool
|
||||
public const nint m_flDroppedAtTime = 0x16E0; // GameTime_t
|
||||
public const nint m_bIsHauledBack = 0x16E4; // bool
|
||||
public const nint m_bSilencerOn = 0x16E5; // bool
|
||||
public const nint m_flTimeSilencerSwitchComplete = 0x16E8; // GameTime_t
|
||||
public const nint m_iOriginalTeamNumber = 0x16EC; // int32_t
|
||||
public const nint m_flNextAttackRenderTimeOffset = 0x16F0; // float
|
||||
public const nint m_bVisualsDataSet = 0x1778; // bool
|
||||
public const nint m_bOldFirstPersonSpectatedState = 0x1779; // bool
|
||||
public const nint m_hOurPing = 0x177C; // CHandle<C_BaseEntity>
|
||||
public const nint m_nOurPingIndex = 0x1780; // CEntityIndex
|
||||
public const nint m_vecOurPingPos = 0x1784; // Vector
|
||||
public const nint m_bGlowForPing = 0x1790; // bool
|
||||
public const nint m_bUIWeapon = 0x1791; // bool
|
||||
public const nint m_hPrevOwner = 0x17A0; // CHandle<C_CSPlayerPawn>
|
||||
public const nint m_nDropTick = 0x17A4; // GameTick_t
|
||||
public const nint m_donated = 0x17C4; // bool
|
||||
public const nint m_fLastShotTime = 0x17C8; // GameTime_t
|
||||
public const nint m_bWasOwnedByCT = 0x17CC; // bool
|
||||
public const nint m_bWasOwnedByTerrorist = 0x17CD; // bool
|
||||
public const nint m_gunHeat = 0x17D0; // float
|
||||
public const nint m_smokeAttachments = 0x17D4; // uint32_t
|
||||
public const nint m_lastSmokeTime = 0x17D8; // GameTime_t
|
||||
public const nint m_flNextClientFireBulletTime = 0x17DC; // float
|
||||
public const nint m_flNextClientFireBulletTime_Repredict = 0x17E0; // float
|
||||
public const nint m_thirdPersonSequences = 0x1618; // HSequence[7]
|
||||
public const nint m_ClientPreviousWeaponState = 0x1650; // CSWeaponState_t
|
||||
public const nint m_iState = 0x1654; // CSWeaponState_t
|
||||
public const nint m_flCrosshairDistance = 0x1658; // float
|
||||
public const nint m_iAmmoLastCheck = 0x165C; // int32_t
|
||||
public const nint m_iAlpha = 0x1660; // int32_t
|
||||
public const nint m_iScopeTextureID = 0x1664; // int32_t
|
||||
public const nint m_iCrosshairTextureID = 0x1668; // int32_t
|
||||
public const nint m_flGunAccuracyPosition = 0x166C; // float
|
||||
public const nint m_nViewModelIndex = 0x1670; // uint32_t
|
||||
public const nint m_bReloadsWithClips = 0x1674; // bool
|
||||
public const nint m_flTimeWeaponIdle = 0x1678; // GameTime_t
|
||||
public const nint m_bFireOnEmpty = 0x167C; // bool
|
||||
public const nint m_OnPlayerPickup = 0x1680; // CEntityIOOutput
|
||||
public const nint m_weaponMode = 0x16A8; // CSWeaponMode
|
||||
public const nint m_flTurningInaccuracyDelta = 0x16AC; // float
|
||||
public const nint m_vecTurningInaccuracyEyeDirLast = 0x16B0; // Vector
|
||||
public const nint m_flTurningInaccuracy = 0x16BC; // float
|
||||
public const nint m_fAccuracyPenalty = 0x16C0; // float
|
||||
public const nint m_flLastAccuracyUpdateTime = 0x16C4; // GameTime_t
|
||||
public const nint m_fAccuracySmoothedForZoom = 0x16C8; // float
|
||||
public const nint m_fScopeZoomEndTime = 0x16CC; // GameTime_t
|
||||
public const nint m_iRecoilIndex = 0x16D0; // int32_t
|
||||
public const nint m_flRecoilIndex = 0x16D4; // float
|
||||
public const nint m_bBurstMode = 0x16D8; // bool
|
||||
public const nint m_nPostponeFireReadyTicks = 0x16DC; // GameTick_t
|
||||
public const nint m_flPostponeFireReadyFrac = 0x16E0; // float
|
||||
public const nint m_bInReload = 0x16E4; // bool
|
||||
public const nint m_bReloadVisuallyComplete = 0x16E5; // bool
|
||||
public const nint m_flDroppedAtTime = 0x16E8; // GameTime_t
|
||||
public const nint m_bIsHauledBack = 0x16EC; // bool
|
||||
public const nint m_bSilencerOn = 0x16ED; // bool
|
||||
public const nint m_flTimeSilencerSwitchComplete = 0x16F0; // GameTime_t
|
||||
public const nint m_iOriginalTeamNumber = 0x16F4; // int32_t
|
||||
public const nint m_flNextAttackRenderTimeOffset = 0x16F8; // float
|
||||
public const nint m_bVisualsDataSet = 0x1780; // bool
|
||||
public const nint m_bOldFirstPersonSpectatedState = 0x1781; // bool
|
||||
public const nint m_hOurPing = 0x1784; // CHandle<C_BaseEntity>
|
||||
public const nint m_nOurPingIndex = 0x1788; // CEntityIndex
|
||||
public const nint m_vecOurPingPos = 0x178C; // Vector
|
||||
public const nint m_bGlowForPing = 0x1798; // bool
|
||||
public const nint m_bUIWeapon = 0x1799; // bool
|
||||
public const nint m_hPrevOwner = 0x17A8; // CHandle<C_CSPlayerPawn>
|
||||
public const nint m_nDropTick = 0x17AC; // GameTick_t
|
||||
public const nint m_donated = 0x17CC; // bool
|
||||
public const nint m_fLastShotTime = 0x17D0; // GameTime_t
|
||||
public const nint m_bWasOwnedByCT = 0x17D4; // bool
|
||||
public const nint m_bWasOwnedByTerrorist = 0x17D5; // bool
|
||||
public const nint m_gunHeat = 0x17D8; // float
|
||||
public const nint m_smokeAttachments = 0x17DC; // uint32_t
|
||||
public const nint m_lastSmokeTime = 0x17E0; // GameTime_t
|
||||
public const nint m_flNextClientFireBulletTime = 0x17E4; // float
|
||||
public const nint m_flNextClientFireBulletTime_Repredict = 0x17E8; // float
|
||||
public const nint m_IronSightController = 0x18C0; // C_IronSightController
|
||||
public const nint m_iIronSightMode = 0x1970; // int32_t
|
||||
public const nint m_flLastLOSTraceFailureTime = 0x1980; // GameTime_t
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:26 +0000
|
||||
* Thu, 7 Dec 2023 03:13:25 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@ -1320,10 +1320,10 @@ namespace C_BaseCSGrenade { // C_CSWeaponBase
|
||||
constexpr std::ptrdiff_t m_flThrowStrength = 0x1A10; // float
|
||||
constexpr std::ptrdiff_t m_flThrowStrengthApproach = 0x1A14; // float
|
||||
constexpr std::ptrdiff_t m_fDropTime = 0x1A18; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_nNextHoldTick = 0x1A1C; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_flNextHoldFrac = 0x1A20; // float
|
||||
constexpr std::ptrdiff_t m_bJustPulledPin = 0x1A24; // bool
|
||||
constexpr std::ptrdiff_t m_bSwitchWeaponAfterThrow = 0x1A25; // bool
|
||||
constexpr std::ptrdiff_t m_bJustPulledPin = 0x1A1C; // bool
|
||||
constexpr std::ptrdiff_t m_nNextHoldTick = 0x1A20; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_flNextHoldFrac = 0x1A24; // float
|
||||
constexpr std::ptrdiff_t m_hSwitchToWeaponAfterThrow = 0x1A28; // CHandle<C_CSWeaponBase>
|
||||
}
|
||||
|
||||
namespace C_BaseCSGrenadeProjectile { // C_BaseGrenade
|
||||
@ -1766,9 +1766,9 @@ namespace C_CSGO_PreviewModelAlias_csgo_item_previewmodel { // C_CSGO_PreviewMod
|
||||
}
|
||||
|
||||
namespace C_CSGO_PreviewPlayer { // C_CSPlayerPawn
|
||||
constexpr std::ptrdiff_t m_animgraph = 0x23A0; // CUtlString
|
||||
constexpr std::ptrdiff_t m_animgraphCharacterModeString = 0x23A8; // CUtlString
|
||||
constexpr std::ptrdiff_t m_flInitialModelScale = 0x23B0; // float
|
||||
constexpr std::ptrdiff_t m_animgraph = 0x23B0; // CUtlString
|
||||
constexpr std::ptrdiff_t m_animgraphCharacterModeString = 0x23B8; // CUtlString
|
||||
constexpr std::ptrdiff_t m_flInitialModelScale = 0x23C0; // float
|
||||
}
|
||||
|
||||
namespace C_CSGO_PreviewPlayerAlias_csgo_player_previewmodel { // C_CSGO_PreviewPlayer
|
||||
@ -1987,11 +1987,11 @@ namespace C_CSPlayerPawn { // C_CSPlayerPawnBase
|
||||
constexpr std::ptrdiff_t m_szRagdollDamageWeaponName = 0x1D20; // char[64]
|
||||
constexpr std::ptrdiff_t m_bRagdollDamageHeadshot = 0x1D60; // bool
|
||||
constexpr std::ptrdiff_t m_vRagdollServerOrigin = 0x1D64; // Vector
|
||||
constexpr std::ptrdiff_t m_bLastHeadBoneTransformIsValid = 0x2368; // bool
|
||||
constexpr std::ptrdiff_t m_lastLandTime = 0x236C; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bOnGroundLastTick = 0x2370; // bool
|
||||
constexpr std::ptrdiff_t m_qDeathEyeAngles = 0x238C; // QAngle
|
||||
constexpr std::ptrdiff_t m_bSkipOneHeadConstraintUpdate = 0x2398; // bool
|
||||
constexpr std::ptrdiff_t m_bLastHeadBoneTransformIsValid = 0x2378; // bool
|
||||
constexpr std::ptrdiff_t m_lastLandTime = 0x237C; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bOnGroundLastTick = 0x2380; // bool
|
||||
constexpr std::ptrdiff_t m_qDeathEyeAngles = 0x239C; // QAngle
|
||||
constexpr std::ptrdiff_t m_bSkipOneHeadConstraintUpdate = 0x23A8; // bool
|
||||
}
|
||||
|
||||
namespace C_CSPlayerPawnBase { // C_BasePlayerPawn
|
||||
@ -2175,59 +2175,59 @@ namespace C_CSWeaponBase { // C_BasePlayerWeapon
|
||||
constexpr std::ptrdiff_t m_thirdPersonFireSequences = 0x15F8; // CUtlVector<HSequence>
|
||||
constexpr std::ptrdiff_t m_hCurrentThirdPersonSequence = 0x1610; // HSequence
|
||||
constexpr std::ptrdiff_t m_nSilencerBoneIndex = 0x1614; // int32_t
|
||||
constexpr std::ptrdiff_t m_thirdPersonSequences = 0x1618; // HSequence[6]
|
||||
constexpr std::ptrdiff_t m_ClientPreviousWeaponState = 0x1648; // CSWeaponState_t
|
||||
constexpr std::ptrdiff_t m_iState = 0x164C; // CSWeaponState_t
|
||||
constexpr std::ptrdiff_t m_flCrosshairDistance = 0x1650; // float
|
||||
constexpr std::ptrdiff_t m_iAmmoLastCheck = 0x1654; // int32_t
|
||||
constexpr std::ptrdiff_t m_iAlpha = 0x1658; // int32_t
|
||||
constexpr std::ptrdiff_t m_iScopeTextureID = 0x165C; // int32_t
|
||||
constexpr std::ptrdiff_t m_iCrosshairTextureID = 0x1660; // int32_t
|
||||
constexpr std::ptrdiff_t m_flGunAccuracyPosition = 0x1664; // float
|
||||
constexpr std::ptrdiff_t m_nViewModelIndex = 0x1668; // uint32_t
|
||||
constexpr std::ptrdiff_t m_bReloadsWithClips = 0x166C; // bool
|
||||
constexpr std::ptrdiff_t m_flTimeWeaponIdle = 0x1670; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bFireOnEmpty = 0x1674; // bool
|
||||
constexpr std::ptrdiff_t m_OnPlayerPickup = 0x1678; // CEntityIOOutput
|
||||
constexpr std::ptrdiff_t m_weaponMode = 0x16A0; // CSWeaponMode
|
||||
constexpr std::ptrdiff_t m_flTurningInaccuracyDelta = 0x16A4; // float
|
||||
constexpr std::ptrdiff_t m_vecTurningInaccuracyEyeDirLast = 0x16A8; // Vector
|
||||
constexpr std::ptrdiff_t m_flTurningInaccuracy = 0x16B4; // float
|
||||
constexpr std::ptrdiff_t m_fAccuracyPenalty = 0x16B8; // float
|
||||
constexpr std::ptrdiff_t m_flLastAccuracyUpdateTime = 0x16BC; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_fAccuracySmoothedForZoom = 0x16C0; // float
|
||||
constexpr std::ptrdiff_t m_fScopeZoomEndTime = 0x16C4; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_iRecoilIndex = 0x16C8; // int32_t
|
||||
constexpr std::ptrdiff_t m_flRecoilIndex = 0x16CC; // float
|
||||
constexpr std::ptrdiff_t m_bBurstMode = 0x16D0; // bool
|
||||
constexpr std::ptrdiff_t m_nPostponeFireReadyTicks = 0x16D4; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_flPostponeFireReadyFrac = 0x16D8; // float
|
||||
constexpr std::ptrdiff_t m_bInReload = 0x16DC; // bool
|
||||
constexpr std::ptrdiff_t m_bReloadVisuallyComplete = 0x16DD; // bool
|
||||
constexpr std::ptrdiff_t m_flDroppedAtTime = 0x16E0; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bIsHauledBack = 0x16E4; // bool
|
||||
constexpr std::ptrdiff_t m_bSilencerOn = 0x16E5; // bool
|
||||
constexpr std::ptrdiff_t m_flTimeSilencerSwitchComplete = 0x16E8; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_iOriginalTeamNumber = 0x16EC; // int32_t
|
||||
constexpr std::ptrdiff_t m_flNextAttackRenderTimeOffset = 0x16F0; // float
|
||||
constexpr std::ptrdiff_t m_bVisualsDataSet = 0x1778; // bool
|
||||
constexpr std::ptrdiff_t m_bOldFirstPersonSpectatedState = 0x1779; // bool
|
||||
constexpr std::ptrdiff_t m_hOurPing = 0x177C; // CHandle<C_BaseEntity>
|
||||
constexpr std::ptrdiff_t m_nOurPingIndex = 0x1780; // CEntityIndex
|
||||
constexpr std::ptrdiff_t m_vecOurPingPos = 0x1784; // Vector
|
||||
constexpr std::ptrdiff_t m_bGlowForPing = 0x1790; // bool
|
||||
constexpr std::ptrdiff_t m_bUIWeapon = 0x1791; // bool
|
||||
constexpr std::ptrdiff_t m_hPrevOwner = 0x17A0; // CHandle<C_CSPlayerPawn>
|
||||
constexpr std::ptrdiff_t m_nDropTick = 0x17A4; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_donated = 0x17C4; // bool
|
||||
constexpr std::ptrdiff_t m_fLastShotTime = 0x17C8; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bWasOwnedByCT = 0x17CC; // bool
|
||||
constexpr std::ptrdiff_t m_bWasOwnedByTerrorist = 0x17CD; // bool
|
||||
constexpr std::ptrdiff_t m_gunHeat = 0x17D0; // float
|
||||
constexpr std::ptrdiff_t m_smokeAttachments = 0x17D4; // uint32_t
|
||||
constexpr std::ptrdiff_t m_lastSmokeTime = 0x17D8; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flNextClientFireBulletTime = 0x17DC; // float
|
||||
constexpr std::ptrdiff_t m_flNextClientFireBulletTime_Repredict = 0x17E0; // float
|
||||
constexpr std::ptrdiff_t m_thirdPersonSequences = 0x1618; // HSequence[7]
|
||||
constexpr std::ptrdiff_t m_ClientPreviousWeaponState = 0x1650; // CSWeaponState_t
|
||||
constexpr std::ptrdiff_t m_iState = 0x1654; // CSWeaponState_t
|
||||
constexpr std::ptrdiff_t m_flCrosshairDistance = 0x1658; // float
|
||||
constexpr std::ptrdiff_t m_iAmmoLastCheck = 0x165C; // int32_t
|
||||
constexpr std::ptrdiff_t m_iAlpha = 0x1660; // int32_t
|
||||
constexpr std::ptrdiff_t m_iScopeTextureID = 0x1664; // int32_t
|
||||
constexpr std::ptrdiff_t m_iCrosshairTextureID = 0x1668; // int32_t
|
||||
constexpr std::ptrdiff_t m_flGunAccuracyPosition = 0x166C; // float
|
||||
constexpr std::ptrdiff_t m_nViewModelIndex = 0x1670; // uint32_t
|
||||
constexpr std::ptrdiff_t m_bReloadsWithClips = 0x1674; // bool
|
||||
constexpr std::ptrdiff_t m_flTimeWeaponIdle = 0x1678; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bFireOnEmpty = 0x167C; // bool
|
||||
constexpr std::ptrdiff_t m_OnPlayerPickup = 0x1680; // CEntityIOOutput
|
||||
constexpr std::ptrdiff_t m_weaponMode = 0x16A8; // CSWeaponMode
|
||||
constexpr std::ptrdiff_t m_flTurningInaccuracyDelta = 0x16AC; // float
|
||||
constexpr std::ptrdiff_t m_vecTurningInaccuracyEyeDirLast = 0x16B0; // Vector
|
||||
constexpr std::ptrdiff_t m_flTurningInaccuracy = 0x16BC; // float
|
||||
constexpr std::ptrdiff_t m_fAccuracyPenalty = 0x16C0; // float
|
||||
constexpr std::ptrdiff_t m_flLastAccuracyUpdateTime = 0x16C4; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_fAccuracySmoothedForZoom = 0x16C8; // float
|
||||
constexpr std::ptrdiff_t m_fScopeZoomEndTime = 0x16CC; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_iRecoilIndex = 0x16D0; // int32_t
|
||||
constexpr std::ptrdiff_t m_flRecoilIndex = 0x16D4; // float
|
||||
constexpr std::ptrdiff_t m_bBurstMode = 0x16D8; // bool
|
||||
constexpr std::ptrdiff_t m_nPostponeFireReadyTicks = 0x16DC; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_flPostponeFireReadyFrac = 0x16E0; // float
|
||||
constexpr std::ptrdiff_t m_bInReload = 0x16E4; // bool
|
||||
constexpr std::ptrdiff_t m_bReloadVisuallyComplete = 0x16E5; // bool
|
||||
constexpr std::ptrdiff_t m_flDroppedAtTime = 0x16E8; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bIsHauledBack = 0x16EC; // bool
|
||||
constexpr std::ptrdiff_t m_bSilencerOn = 0x16ED; // bool
|
||||
constexpr std::ptrdiff_t m_flTimeSilencerSwitchComplete = 0x16F0; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_iOriginalTeamNumber = 0x16F4; // int32_t
|
||||
constexpr std::ptrdiff_t m_flNextAttackRenderTimeOffset = 0x16F8; // float
|
||||
constexpr std::ptrdiff_t m_bVisualsDataSet = 0x1780; // bool
|
||||
constexpr std::ptrdiff_t m_bOldFirstPersonSpectatedState = 0x1781; // bool
|
||||
constexpr std::ptrdiff_t m_hOurPing = 0x1784; // CHandle<C_BaseEntity>
|
||||
constexpr std::ptrdiff_t m_nOurPingIndex = 0x1788; // CEntityIndex
|
||||
constexpr std::ptrdiff_t m_vecOurPingPos = 0x178C; // Vector
|
||||
constexpr std::ptrdiff_t m_bGlowForPing = 0x1798; // bool
|
||||
constexpr std::ptrdiff_t m_bUIWeapon = 0x1799; // bool
|
||||
constexpr std::ptrdiff_t m_hPrevOwner = 0x17A8; // CHandle<C_CSPlayerPawn>
|
||||
constexpr std::ptrdiff_t m_nDropTick = 0x17AC; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_donated = 0x17CC; // bool
|
||||
constexpr std::ptrdiff_t m_fLastShotTime = 0x17D0; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bWasOwnedByCT = 0x17D4; // bool
|
||||
constexpr std::ptrdiff_t m_bWasOwnedByTerrorist = 0x17D5; // bool
|
||||
constexpr std::ptrdiff_t m_gunHeat = 0x17D8; // float
|
||||
constexpr std::ptrdiff_t m_smokeAttachments = 0x17DC; // uint32_t
|
||||
constexpr std::ptrdiff_t m_lastSmokeTime = 0x17E0; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flNextClientFireBulletTime = 0x17E4; // float
|
||||
constexpr std::ptrdiff_t m_flNextClientFireBulletTime_Repredict = 0x17E8; // float
|
||||
constexpr std::ptrdiff_t m_IronSightController = 0x18C0; // C_IronSightController
|
||||
constexpr std::ptrdiff_t m_iIronSightMode = 0x1970; // int32_t
|
||||
constexpr std::ptrdiff_t m_flLastLOSTraceFailureTime = 0x1980; // GameTime_t
|
||||
|
@ -4318,7 +4318,7 @@
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bJustPulledPin": {
|
||||
"value": 6692,
|
||||
"value": 6684,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bPinPulled": {
|
||||
@ -4329,10 +4329,6 @@
|
||||
"value": 6657,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bSwitchWeaponAfterThrow": {
|
||||
"value": 6693,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_eThrowStatus": {
|
||||
"value": 6664,
|
||||
"comment": "EGrenadeThrowState"
|
||||
@ -4346,7 +4342,7 @@
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flNextHoldFrac": {
|
||||
"value": 6688,
|
||||
"value": 6692,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flThrowStrength": {
|
||||
@ -4357,8 +4353,12 @@
|
||||
"value": 6676,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_hSwitchToWeaponAfterThrow": {
|
||||
"value": 6696,
|
||||
"comment": "CHandle<C_CSWeaponBase>"
|
||||
},
|
||||
"m_nNextHoldTick": {
|
||||
"value": 6684,
|
||||
"value": 6688,
|
||||
"comment": "GameTick_t"
|
||||
}
|
||||
},
|
||||
@ -5882,15 +5882,15 @@
|
||||
"C_CSGO_PreviewPlayer": {
|
||||
"data": {
|
||||
"m_animgraph": {
|
||||
"value": 9120,
|
||||
"value": 9136,
|
||||
"comment": "CUtlString"
|
||||
},
|
||||
"m_animgraphCharacterModeString": {
|
||||
"value": 9128,
|
||||
"value": 9144,
|
||||
"comment": "CUtlString"
|
||||
},
|
||||
"m_flInitialModelScale": {
|
||||
"value": 9136,
|
||||
"value": 9152,
|
||||
"comment": "float"
|
||||
}
|
||||
},
|
||||
@ -6496,7 +6496,7 @@
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bLastHeadBoneTransformIsValid": {
|
||||
"value": 9064,
|
||||
"value": 9080,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bMustSyncRagdollState": {
|
||||
@ -6508,7 +6508,7 @@
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bOnGroundLastTick": {
|
||||
"value": 9072,
|
||||
"value": 9088,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bPrevDefuser": {
|
||||
@ -6536,7 +6536,7 @@
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bSkipOneHeadConstraintUpdate": {
|
||||
"value": 9112,
|
||||
"value": 9128,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_flHealthShotBoostExpirationTime": {
|
||||
@ -6580,7 +6580,7 @@
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_lastLandTime": {
|
||||
"value": 9068,
|
||||
"value": 9084,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_nPrevArmorVal": {
|
||||
@ -6616,7 +6616,7 @@
|
||||
"comment": "CCSPlayer_HostageServices*"
|
||||
},
|
||||
"m_qDeathEyeAngles": {
|
||||
"value": 9100,
|
||||
"value": 9116,
|
||||
"comment": "QAngle"
|
||||
},
|
||||
"m_szLastPlaceName": {
|
||||
@ -7308,7 +7308,7 @@
|
||||
"C_CSWeaponBase": {
|
||||
"data": {
|
||||
"m_ClientPreviousWeaponState": {
|
||||
"value": 5704,
|
||||
"value": 5712,
|
||||
"comment": "CSWeaponState_t"
|
||||
},
|
||||
"m_IronSightController": {
|
||||
@ -7316,63 +7316,63 @@
|
||||
"comment": "C_IronSightController"
|
||||
},
|
||||
"m_OnPlayerPickup": {
|
||||
"value": 5752,
|
||||
"value": 5760,
|
||||
"comment": "CEntityIOOutput"
|
||||
},
|
||||
"m_bBurstMode": {
|
||||
"value": 5840,
|
||||
"value": 5848,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bFireOnEmpty": {
|
||||
"value": 5748,
|
||||
"value": 5756,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bGlowForPing": {
|
||||
"value": 6032,
|
||||
"value": 6040,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bInReload": {
|
||||
"value": 5852,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bIsHauledBack": {
|
||||
"value": 5860,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bIsHauledBack": {
|
||||
"value": 5868,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bOldFirstPersonSpectatedState": {
|
||||
"value": 6009,
|
||||
"value": 6017,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bReloadVisuallyComplete": {
|
||||
"value": 5853,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bReloadsWithClips": {
|
||||
"value": 5740,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bSilencerOn": {
|
||||
"value": 5861,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bReloadsWithClips": {
|
||||
"value": 5748,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bSilencerOn": {
|
||||
"value": 5869,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bUIWeapon": {
|
||||
"value": 6033,
|
||||
"value": 6041,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bVisualsDataSet": {
|
||||
"value": 6008,
|
||||
"value": 6016,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bWasOwnedByCT": {
|
||||
"value": 6092,
|
||||
"value": 6100,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bWasOwnedByTerrorist": {
|
||||
"value": 6093,
|
||||
"value": 6101,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_donated": {
|
||||
"value": 6084,
|
||||
"value": 6092,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_ePlayerFireEvent": {
|
||||
@ -7384,27 +7384,27 @@
|
||||
"comment": "WeaponAttackType_t"
|
||||
},
|
||||
"m_fAccuracyPenalty": {
|
||||
"value": 5816,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_fAccuracySmoothedForZoom": {
|
||||
"value": 5824,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_fAccuracySmoothedForZoom": {
|
||||
"value": 5832,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_fLastShotTime": {
|
||||
"value": 6088,
|
||||
"value": 6096,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_fScopeZoomEndTime": {
|
||||
"value": 5828,
|
||||
"value": 5836,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flCrosshairDistance": {
|
||||
"value": 5712,
|
||||
"value": 5720,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flDroppedAtTime": {
|
||||
"value": 5856,
|
||||
"value": 5864,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flFireSequenceStartTime": {
|
||||
@ -7412,11 +7412,11 @@
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flGunAccuracyPosition": {
|
||||
"value": 5732,
|
||||
"value": 5740,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flLastAccuracyUpdateTime": {
|
||||
"value": 5820,
|
||||
"value": 5828,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flLastLOSTraceFailureTime": {
|
||||
@ -7424,43 +7424,43 @@
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flNextAttackRenderTimeOffset": {
|
||||
"value": 5872,
|
||||
"value": 5880,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flNextClientFireBulletTime": {
|
||||
"value": 6108,
|
||||
"value": 6116,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flNextClientFireBulletTime_Repredict": {
|
||||
"value": 6112,
|
||||
"value": 6120,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flPostponeFireReadyFrac": {
|
||||
"value": 5848,
|
||||
"value": 5856,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flRecoilIndex": {
|
||||
"value": 5836,
|
||||
"value": 5844,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flTimeSilencerSwitchComplete": {
|
||||
"value": 5864,
|
||||
"value": 5872,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flTimeWeaponIdle": {
|
||||
"value": 5744,
|
||||
"value": 5752,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flTurningInaccuracy": {
|
||||
"value": 5812,
|
||||
"value": 5820,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flTurningInaccuracyDelta": {
|
||||
"value": 5796,
|
||||
"value": 5804,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_gunHeat": {
|
||||
"value": 6096,
|
||||
"value": 6104,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_hCurrentThirdPersonSequence": {
|
||||
@ -7468,23 +7468,23 @@
|
||||
"comment": "HSequence"
|
||||
},
|
||||
"m_hOurPing": {
|
||||
"value": 6012,
|
||||
"value": 6020,
|
||||
"comment": "CHandle<C_BaseEntity>"
|
||||
},
|
||||
"m_hPrevOwner": {
|
||||
"value": 6048,
|
||||
"value": 6056,
|
||||
"comment": "CHandle<C_CSPlayerPawn>"
|
||||
},
|
||||
"m_iAlpha": {
|
||||
"value": 5720,
|
||||
"value": 5728,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_iAmmoLastCheck": {
|
||||
"value": 5716,
|
||||
"value": 5724,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_iCrosshairTextureID": {
|
||||
"value": 5728,
|
||||
"value": 5736,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_iIronSightMode": {
|
||||
@ -7496,27 +7496,27 @@
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_iOriginalTeamNumber": {
|
||||
"value": 5868,
|
||||
"value": 5876,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_iRecoilIndex": {
|
||||
"value": 5832,
|
||||
"value": 5840,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_iScopeTextureID": {
|
||||
"value": 5724,
|
||||
"value": 5732,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_iState": {
|
||||
"value": 5708,
|
||||
"value": 5716,
|
||||
"comment": "CSWeaponState_t"
|
||||
},
|
||||
"m_lastSmokeTime": {
|
||||
"value": 6104,
|
||||
"value": 6112,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_nDropTick": {
|
||||
"value": 6052,
|
||||
"value": 6060,
|
||||
"comment": "GameTick_t"
|
||||
},
|
||||
"m_nFireSequenceStartTimeAck": {
|
||||
@ -7528,11 +7528,11 @@
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_nOurPingIndex": {
|
||||
"value": 6016,
|
||||
"value": 6024,
|
||||
"comment": "CEntityIndex"
|
||||
},
|
||||
"m_nPostponeFireReadyTicks": {
|
||||
"value": 5844,
|
||||
"value": 5852,
|
||||
"comment": "GameTick_t"
|
||||
},
|
||||
"m_nSilencerBoneIndex": {
|
||||
@ -7540,7 +7540,7 @@
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_nViewModelIndex": {
|
||||
"value": 5736,
|
||||
"value": 5744,
|
||||
"comment": "uint32_t"
|
||||
},
|
||||
"m_seqFirePrimary": {
|
||||
@ -7556,7 +7556,7 @@
|
||||
"comment": "HSequence"
|
||||
},
|
||||
"m_smokeAttachments": {
|
||||
"value": 6100,
|
||||
"value": 6108,
|
||||
"comment": "uint32_t"
|
||||
},
|
||||
"m_thirdPersonFireSequences": {
|
||||
@ -7565,18 +7565,18 @@
|
||||
},
|
||||
"m_thirdPersonSequences": {
|
||||
"value": 5656,
|
||||
"comment": "HSequence[6]"
|
||||
"comment": "HSequence[7]"
|
||||
},
|
||||
"m_vecOurPingPos": {
|
||||
"value": 6020,
|
||||
"value": 6028,
|
||||
"comment": "Vector"
|
||||
},
|
||||
"m_vecTurningInaccuracyEyeDirLast": {
|
||||
"value": 5800,
|
||||
"value": 5808,
|
||||
"comment": "Vector"
|
||||
},
|
||||
"m_weaponMode": {
|
||||
"value": 5792,
|
||||
"value": 5800,
|
||||
"comment": "CSWeaponMode"
|
||||
}
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:26 +0000
|
||||
Thu, 7 Dec 2023 03:13:25 +0000
|
||||
'''
|
||||
|
||||
class ActiveModelConfig_t:
|
||||
@ -1192,10 +1192,10 @@ class C_BaseCSGrenade: # C_CSWeaponBase
|
||||
m_flThrowStrength = 0x1A10 # float
|
||||
m_flThrowStrengthApproach = 0x1A14 # float
|
||||
m_fDropTime = 0x1A18 # GameTime_t
|
||||
m_nNextHoldTick = 0x1A1C # GameTick_t
|
||||
m_flNextHoldFrac = 0x1A20 # float
|
||||
m_bJustPulledPin = 0x1A24 # bool
|
||||
m_bSwitchWeaponAfterThrow = 0x1A25 # bool
|
||||
m_bJustPulledPin = 0x1A1C # bool
|
||||
m_nNextHoldTick = 0x1A20 # GameTick_t
|
||||
m_flNextHoldFrac = 0x1A24 # float
|
||||
m_hSwitchToWeaponAfterThrow = 0x1A28 # CHandle<C_CSWeaponBase>
|
||||
|
||||
class C_BaseCSGrenadeProjectile: # C_BaseGrenade
|
||||
m_vInitialPosition = 0x1068 # Vector
|
||||
@ -1604,9 +1604,9 @@ class C_CSGO_PreviewModel: # C_BaseFlex
|
||||
class C_CSGO_PreviewModelAlias_csgo_item_previewmodel: # C_CSGO_PreviewModel
|
||||
|
||||
class C_CSGO_PreviewPlayer: # C_CSPlayerPawn
|
||||
m_animgraph = 0x23A0 # CUtlString
|
||||
m_animgraphCharacterModeString = 0x23A8 # CUtlString
|
||||
m_flInitialModelScale = 0x23B0 # float
|
||||
m_animgraph = 0x23B0 # CUtlString
|
||||
m_animgraphCharacterModeString = 0x23B8 # CUtlString
|
||||
m_flInitialModelScale = 0x23C0 # float
|
||||
|
||||
class C_CSGO_PreviewPlayerAlias_csgo_player_previewmodel: # C_CSGO_PreviewPlayer
|
||||
|
||||
@ -1807,11 +1807,11 @@ class C_CSPlayerPawn: # C_CSPlayerPawnBase
|
||||
m_szRagdollDamageWeaponName = 0x1D20 # char[64]
|
||||
m_bRagdollDamageHeadshot = 0x1D60 # bool
|
||||
m_vRagdollServerOrigin = 0x1D64 # Vector
|
||||
m_bLastHeadBoneTransformIsValid = 0x2368 # bool
|
||||
m_lastLandTime = 0x236C # GameTime_t
|
||||
m_bOnGroundLastTick = 0x2370 # bool
|
||||
m_qDeathEyeAngles = 0x238C # QAngle
|
||||
m_bSkipOneHeadConstraintUpdate = 0x2398 # bool
|
||||
m_bLastHeadBoneTransformIsValid = 0x2378 # bool
|
||||
m_lastLandTime = 0x237C # GameTime_t
|
||||
m_bOnGroundLastTick = 0x2380 # bool
|
||||
m_qDeathEyeAngles = 0x239C # QAngle
|
||||
m_bSkipOneHeadConstraintUpdate = 0x23A8 # bool
|
||||
|
||||
class C_CSPlayerPawnBase: # C_BasePlayerPawn
|
||||
m_pPingServices = 0x1268 # CCSPlayer_PingServices*
|
||||
@ -1991,59 +1991,59 @@ class C_CSWeaponBase: # C_BasePlayerWeapon
|
||||
m_thirdPersonFireSequences = 0x15F8 # CUtlVector<HSequence>
|
||||
m_hCurrentThirdPersonSequence = 0x1610 # HSequence
|
||||
m_nSilencerBoneIndex = 0x1614 # int32_t
|
||||
m_thirdPersonSequences = 0x1618 # HSequence[6]
|
||||
m_ClientPreviousWeaponState = 0x1648 # CSWeaponState_t
|
||||
m_iState = 0x164C # CSWeaponState_t
|
||||
m_flCrosshairDistance = 0x1650 # float
|
||||
m_iAmmoLastCheck = 0x1654 # int32_t
|
||||
m_iAlpha = 0x1658 # int32_t
|
||||
m_iScopeTextureID = 0x165C # int32_t
|
||||
m_iCrosshairTextureID = 0x1660 # int32_t
|
||||
m_flGunAccuracyPosition = 0x1664 # float
|
||||
m_nViewModelIndex = 0x1668 # uint32_t
|
||||
m_bReloadsWithClips = 0x166C # bool
|
||||
m_flTimeWeaponIdle = 0x1670 # GameTime_t
|
||||
m_bFireOnEmpty = 0x1674 # bool
|
||||
m_OnPlayerPickup = 0x1678 # CEntityIOOutput
|
||||
m_weaponMode = 0x16A0 # CSWeaponMode
|
||||
m_flTurningInaccuracyDelta = 0x16A4 # float
|
||||
m_vecTurningInaccuracyEyeDirLast = 0x16A8 # Vector
|
||||
m_flTurningInaccuracy = 0x16B4 # float
|
||||
m_fAccuracyPenalty = 0x16B8 # float
|
||||
m_flLastAccuracyUpdateTime = 0x16BC # GameTime_t
|
||||
m_fAccuracySmoothedForZoom = 0x16C0 # float
|
||||
m_fScopeZoomEndTime = 0x16C4 # GameTime_t
|
||||
m_iRecoilIndex = 0x16C8 # int32_t
|
||||
m_flRecoilIndex = 0x16CC # float
|
||||
m_bBurstMode = 0x16D0 # bool
|
||||
m_nPostponeFireReadyTicks = 0x16D4 # GameTick_t
|
||||
m_flPostponeFireReadyFrac = 0x16D8 # float
|
||||
m_bInReload = 0x16DC # bool
|
||||
m_bReloadVisuallyComplete = 0x16DD # bool
|
||||
m_flDroppedAtTime = 0x16E0 # GameTime_t
|
||||
m_bIsHauledBack = 0x16E4 # bool
|
||||
m_bSilencerOn = 0x16E5 # bool
|
||||
m_flTimeSilencerSwitchComplete = 0x16E8 # GameTime_t
|
||||
m_iOriginalTeamNumber = 0x16EC # int32_t
|
||||
m_flNextAttackRenderTimeOffset = 0x16F0 # float
|
||||
m_bVisualsDataSet = 0x1778 # bool
|
||||
m_bOldFirstPersonSpectatedState = 0x1779 # bool
|
||||
m_hOurPing = 0x177C # CHandle<C_BaseEntity>
|
||||
m_nOurPingIndex = 0x1780 # CEntityIndex
|
||||
m_vecOurPingPos = 0x1784 # Vector
|
||||
m_bGlowForPing = 0x1790 # bool
|
||||
m_bUIWeapon = 0x1791 # bool
|
||||
m_hPrevOwner = 0x17A0 # CHandle<C_CSPlayerPawn>
|
||||
m_nDropTick = 0x17A4 # GameTick_t
|
||||
m_donated = 0x17C4 # bool
|
||||
m_fLastShotTime = 0x17C8 # GameTime_t
|
||||
m_bWasOwnedByCT = 0x17CC # bool
|
||||
m_bWasOwnedByTerrorist = 0x17CD # bool
|
||||
m_gunHeat = 0x17D0 # float
|
||||
m_smokeAttachments = 0x17D4 # uint32_t
|
||||
m_lastSmokeTime = 0x17D8 # GameTime_t
|
||||
m_flNextClientFireBulletTime = 0x17DC # float
|
||||
m_flNextClientFireBulletTime_Repredict = 0x17E0 # float
|
||||
m_thirdPersonSequences = 0x1618 # HSequence[7]
|
||||
m_ClientPreviousWeaponState = 0x1650 # CSWeaponState_t
|
||||
m_iState = 0x1654 # CSWeaponState_t
|
||||
m_flCrosshairDistance = 0x1658 # float
|
||||
m_iAmmoLastCheck = 0x165C # int32_t
|
||||
m_iAlpha = 0x1660 # int32_t
|
||||
m_iScopeTextureID = 0x1664 # int32_t
|
||||
m_iCrosshairTextureID = 0x1668 # int32_t
|
||||
m_flGunAccuracyPosition = 0x166C # float
|
||||
m_nViewModelIndex = 0x1670 # uint32_t
|
||||
m_bReloadsWithClips = 0x1674 # bool
|
||||
m_flTimeWeaponIdle = 0x1678 # GameTime_t
|
||||
m_bFireOnEmpty = 0x167C # bool
|
||||
m_OnPlayerPickup = 0x1680 # CEntityIOOutput
|
||||
m_weaponMode = 0x16A8 # CSWeaponMode
|
||||
m_flTurningInaccuracyDelta = 0x16AC # float
|
||||
m_vecTurningInaccuracyEyeDirLast = 0x16B0 # Vector
|
||||
m_flTurningInaccuracy = 0x16BC # float
|
||||
m_fAccuracyPenalty = 0x16C0 # float
|
||||
m_flLastAccuracyUpdateTime = 0x16C4 # GameTime_t
|
||||
m_fAccuracySmoothedForZoom = 0x16C8 # float
|
||||
m_fScopeZoomEndTime = 0x16CC # GameTime_t
|
||||
m_iRecoilIndex = 0x16D0 # int32_t
|
||||
m_flRecoilIndex = 0x16D4 # float
|
||||
m_bBurstMode = 0x16D8 # bool
|
||||
m_nPostponeFireReadyTicks = 0x16DC # GameTick_t
|
||||
m_flPostponeFireReadyFrac = 0x16E0 # float
|
||||
m_bInReload = 0x16E4 # bool
|
||||
m_bReloadVisuallyComplete = 0x16E5 # bool
|
||||
m_flDroppedAtTime = 0x16E8 # GameTime_t
|
||||
m_bIsHauledBack = 0x16EC # bool
|
||||
m_bSilencerOn = 0x16ED # bool
|
||||
m_flTimeSilencerSwitchComplete = 0x16F0 # GameTime_t
|
||||
m_iOriginalTeamNumber = 0x16F4 # int32_t
|
||||
m_flNextAttackRenderTimeOffset = 0x16F8 # float
|
||||
m_bVisualsDataSet = 0x1780 # bool
|
||||
m_bOldFirstPersonSpectatedState = 0x1781 # bool
|
||||
m_hOurPing = 0x1784 # CHandle<C_BaseEntity>
|
||||
m_nOurPingIndex = 0x1788 # CEntityIndex
|
||||
m_vecOurPingPos = 0x178C # Vector
|
||||
m_bGlowForPing = 0x1798 # bool
|
||||
m_bUIWeapon = 0x1799 # bool
|
||||
m_hPrevOwner = 0x17A8 # CHandle<C_CSPlayerPawn>
|
||||
m_nDropTick = 0x17AC # GameTick_t
|
||||
m_donated = 0x17CC # bool
|
||||
m_fLastShotTime = 0x17D0 # GameTime_t
|
||||
m_bWasOwnedByCT = 0x17D4 # bool
|
||||
m_bWasOwnedByTerrorist = 0x17D5 # bool
|
||||
m_gunHeat = 0x17D8 # float
|
||||
m_smokeAttachments = 0x17DC # uint32_t
|
||||
m_lastSmokeTime = 0x17E0 # GameTime_t
|
||||
m_flNextClientFireBulletTime = 0x17E4 # float
|
||||
m_flNextClientFireBulletTime_Repredict = 0x17E8 # float
|
||||
m_IronSightController = 0x18C0 # C_IronSightController
|
||||
m_iIronSightMode = 0x1970 # int32_t
|
||||
m_flLastLOSTraceFailureTime = 0x1980 # GameTime_t
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:26 +0000
|
||||
* Thu, 7 Dec 2023 03:13:25 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
@ -1318,10 +1318,10 @@ pub mod C_BaseCSGrenade { // C_CSWeaponBase
|
||||
pub const m_flThrowStrength: usize = 0x1A10; // float
|
||||
pub const m_flThrowStrengthApproach: usize = 0x1A14; // float
|
||||
pub const m_fDropTime: usize = 0x1A18; // GameTime_t
|
||||
pub const m_nNextHoldTick: usize = 0x1A1C; // GameTick_t
|
||||
pub const m_flNextHoldFrac: usize = 0x1A20; // float
|
||||
pub const m_bJustPulledPin: usize = 0x1A24; // bool
|
||||
pub const m_bSwitchWeaponAfterThrow: usize = 0x1A25; // bool
|
||||
pub const m_bJustPulledPin: usize = 0x1A1C; // bool
|
||||
pub const m_nNextHoldTick: usize = 0x1A20; // GameTick_t
|
||||
pub const m_flNextHoldFrac: usize = 0x1A24; // float
|
||||
pub const m_hSwitchToWeaponAfterThrow: usize = 0x1A28; // CHandle<C_CSWeaponBase>
|
||||
}
|
||||
|
||||
pub mod C_BaseCSGrenadeProjectile { // C_BaseGrenade
|
||||
@ -1764,9 +1764,9 @@ pub mod C_CSGO_PreviewModelAlias_csgo_item_previewmodel { // C_CSGO_PreviewModel
|
||||
}
|
||||
|
||||
pub mod C_CSGO_PreviewPlayer { // C_CSPlayerPawn
|
||||
pub const m_animgraph: usize = 0x23A0; // CUtlString
|
||||
pub const m_animgraphCharacterModeString: usize = 0x23A8; // CUtlString
|
||||
pub const m_flInitialModelScale: usize = 0x23B0; // float
|
||||
pub const m_animgraph: usize = 0x23B0; // CUtlString
|
||||
pub const m_animgraphCharacterModeString: usize = 0x23B8; // CUtlString
|
||||
pub const m_flInitialModelScale: usize = 0x23C0; // float
|
||||
}
|
||||
|
||||
pub mod C_CSGO_PreviewPlayerAlias_csgo_player_previewmodel { // C_CSGO_PreviewPlayer
|
||||
@ -1985,11 +1985,11 @@ pub mod C_CSPlayerPawn { // C_CSPlayerPawnBase
|
||||
pub const m_szRagdollDamageWeaponName: usize = 0x1D20; // char[64]
|
||||
pub const m_bRagdollDamageHeadshot: usize = 0x1D60; // bool
|
||||
pub const m_vRagdollServerOrigin: usize = 0x1D64; // Vector
|
||||
pub const m_bLastHeadBoneTransformIsValid: usize = 0x2368; // bool
|
||||
pub const m_lastLandTime: usize = 0x236C; // GameTime_t
|
||||
pub const m_bOnGroundLastTick: usize = 0x2370; // bool
|
||||
pub const m_qDeathEyeAngles: usize = 0x238C; // QAngle
|
||||
pub const m_bSkipOneHeadConstraintUpdate: usize = 0x2398; // bool
|
||||
pub const m_bLastHeadBoneTransformIsValid: usize = 0x2378; // bool
|
||||
pub const m_lastLandTime: usize = 0x237C; // GameTime_t
|
||||
pub const m_bOnGroundLastTick: usize = 0x2380; // bool
|
||||
pub const m_qDeathEyeAngles: usize = 0x239C; // QAngle
|
||||
pub const m_bSkipOneHeadConstraintUpdate: usize = 0x23A8; // bool
|
||||
}
|
||||
|
||||
pub mod C_CSPlayerPawnBase { // C_BasePlayerPawn
|
||||
@ -2173,59 +2173,59 @@ pub mod C_CSWeaponBase { // C_BasePlayerWeapon
|
||||
pub const m_thirdPersonFireSequences: usize = 0x15F8; // CUtlVector<HSequence>
|
||||
pub const m_hCurrentThirdPersonSequence: usize = 0x1610; // HSequence
|
||||
pub const m_nSilencerBoneIndex: usize = 0x1614; // int32_t
|
||||
pub const m_thirdPersonSequences: usize = 0x1618; // HSequence[6]
|
||||
pub const m_ClientPreviousWeaponState: usize = 0x1648; // CSWeaponState_t
|
||||
pub const m_iState: usize = 0x164C; // CSWeaponState_t
|
||||
pub const m_flCrosshairDistance: usize = 0x1650; // float
|
||||
pub const m_iAmmoLastCheck: usize = 0x1654; // int32_t
|
||||
pub const m_iAlpha: usize = 0x1658; // int32_t
|
||||
pub const m_iScopeTextureID: usize = 0x165C; // int32_t
|
||||
pub const m_iCrosshairTextureID: usize = 0x1660; // int32_t
|
||||
pub const m_flGunAccuracyPosition: usize = 0x1664; // float
|
||||
pub const m_nViewModelIndex: usize = 0x1668; // uint32_t
|
||||
pub const m_bReloadsWithClips: usize = 0x166C; // bool
|
||||
pub const m_flTimeWeaponIdle: usize = 0x1670; // GameTime_t
|
||||
pub const m_bFireOnEmpty: usize = 0x1674; // bool
|
||||
pub const m_OnPlayerPickup: usize = 0x1678; // CEntityIOOutput
|
||||
pub const m_weaponMode: usize = 0x16A0; // CSWeaponMode
|
||||
pub const m_flTurningInaccuracyDelta: usize = 0x16A4; // float
|
||||
pub const m_vecTurningInaccuracyEyeDirLast: usize = 0x16A8; // Vector
|
||||
pub const m_flTurningInaccuracy: usize = 0x16B4; // float
|
||||
pub const m_fAccuracyPenalty: usize = 0x16B8; // float
|
||||
pub const m_flLastAccuracyUpdateTime: usize = 0x16BC; // GameTime_t
|
||||
pub const m_fAccuracySmoothedForZoom: usize = 0x16C0; // float
|
||||
pub const m_fScopeZoomEndTime: usize = 0x16C4; // GameTime_t
|
||||
pub const m_iRecoilIndex: usize = 0x16C8; // int32_t
|
||||
pub const m_flRecoilIndex: usize = 0x16CC; // float
|
||||
pub const m_bBurstMode: usize = 0x16D0; // bool
|
||||
pub const m_nPostponeFireReadyTicks: usize = 0x16D4; // GameTick_t
|
||||
pub const m_flPostponeFireReadyFrac: usize = 0x16D8; // float
|
||||
pub const m_bInReload: usize = 0x16DC; // bool
|
||||
pub const m_bReloadVisuallyComplete: usize = 0x16DD; // bool
|
||||
pub const m_flDroppedAtTime: usize = 0x16E0; // GameTime_t
|
||||
pub const m_bIsHauledBack: usize = 0x16E4; // bool
|
||||
pub const m_bSilencerOn: usize = 0x16E5; // bool
|
||||
pub const m_flTimeSilencerSwitchComplete: usize = 0x16E8; // GameTime_t
|
||||
pub const m_iOriginalTeamNumber: usize = 0x16EC; // int32_t
|
||||
pub const m_flNextAttackRenderTimeOffset: usize = 0x16F0; // float
|
||||
pub const m_bVisualsDataSet: usize = 0x1778; // bool
|
||||
pub const m_bOldFirstPersonSpectatedState: usize = 0x1779; // bool
|
||||
pub const m_hOurPing: usize = 0x177C; // CHandle<C_BaseEntity>
|
||||
pub const m_nOurPingIndex: usize = 0x1780; // CEntityIndex
|
||||
pub const m_vecOurPingPos: usize = 0x1784; // Vector
|
||||
pub const m_bGlowForPing: usize = 0x1790; // bool
|
||||
pub const m_bUIWeapon: usize = 0x1791; // bool
|
||||
pub const m_hPrevOwner: usize = 0x17A0; // CHandle<C_CSPlayerPawn>
|
||||
pub const m_nDropTick: usize = 0x17A4; // GameTick_t
|
||||
pub const m_donated: usize = 0x17C4; // bool
|
||||
pub const m_fLastShotTime: usize = 0x17C8; // GameTime_t
|
||||
pub const m_bWasOwnedByCT: usize = 0x17CC; // bool
|
||||
pub const m_bWasOwnedByTerrorist: usize = 0x17CD; // bool
|
||||
pub const m_gunHeat: usize = 0x17D0; // float
|
||||
pub const m_smokeAttachments: usize = 0x17D4; // uint32_t
|
||||
pub const m_lastSmokeTime: usize = 0x17D8; // GameTime_t
|
||||
pub const m_flNextClientFireBulletTime: usize = 0x17DC; // float
|
||||
pub const m_flNextClientFireBulletTime_Repredict: usize = 0x17E0; // float
|
||||
pub const m_thirdPersonSequences: usize = 0x1618; // HSequence[7]
|
||||
pub const m_ClientPreviousWeaponState: usize = 0x1650; // CSWeaponState_t
|
||||
pub const m_iState: usize = 0x1654; // CSWeaponState_t
|
||||
pub const m_flCrosshairDistance: usize = 0x1658; // float
|
||||
pub const m_iAmmoLastCheck: usize = 0x165C; // int32_t
|
||||
pub const m_iAlpha: usize = 0x1660; // int32_t
|
||||
pub const m_iScopeTextureID: usize = 0x1664; // int32_t
|
||||
pub const m_iCrosshairTextureID: usize = 0x1668; // int32_t
|
||||
pub const m_flGunAccuracyPosition: usize = 0x166C; // float
|
||||
pub const m_nViewModelIndex: usize = 0x1670; // uint32_t
|
||||
pub const m_bReloadsWithClips: usize = 0x1674; // bool
|
||||
pub const m_flTimeWeaponIdle: usize = 0x1678; // GameTime_t
|
||||
pub const m_bFireOnEmpty: usize = 0x167C; // bool
|
||||
pub const m_OnPlayerPickup: usize = 0x1680; // CEntityIOOutput
|
||||
pub const m_weaponMode: usize = 0x16A8; // CSWeaponMode
|
||||
pub const m_flTurningInaccuracyDelta: usize = 0x16AC; // float
|
||||
pub const m_vecTurningInaccuracyEyeDirLast: usize = 0x16B0; // Vector
|
||||
pub const m_flTurningInaccuracy: usize = 0x16BC; // float
|
||||
pub const m_fAccuracyPenalty: usize = 0x16C0; // float
|
||||
pub const m_flLastAccuracyUpdateTime: usize = 0x16C4; // GameTime_t
|
||||
pub const m_fAccuracySmoothedForZoom: usize = 0x16C8; // float
|
||||
pub const m_fScopeZoomEndTime: usize = 0x16CC; // GameTime_t
|
||||
pub const m_iRecoilIndex: usize = 0x16D0; // int32_t
|
||||
pub const m_flRecoilIndex: usize = 0x16D4; // float
|
||||
pub const m_bBurstMode: usize = 0x16D8; // bool
|
||||
pub const m_nPostponeFireReadyTicks: usize = 0x16DC; // GameTick_t
|
||||
pub const m_flPostponeFireReadyFrac: usize = 0x16E0; // float
|
||||
pub const m_bInReload: usize = 0x16E4; // bool
|
||||
pub const m_bReloadVisuallyComplete: usize = 0x16E5; // bool
|
||||
pub const m_flDroppedAtTime: usize = 0x16E8; // GameTime_t
|
||||
pub const m_bIsHauledBack: usize = 0x16EC; // bool
|
||||
pub const m_bSilencerOn: usize = 0x16ED; // bool
|
||||
pub const m_flTimeSilencerSwitchComplete: usize = 0x16F0; // GameTime_t
|
||||
pub const m_iOriginalTeamNumber: usize = 0x16F4; // int32_t
|
||||
pub const m_flNextAttackRenderTimeOffset: usize = 0x16F8; // float
|
||||
pub const m_bVisualsDataSet: usize = 0x1780; // bool
|
||||
pub const m_bOldFirstPersonSpectatedState: usize = 0x1781; // bool
|
||||
pub const m_hOurPing: usize = 0x1784; // CHandle<C_BaseEntity>
|
||||
pub const m_nOurPingIndex: usize = 0x1788; // CEntityIndex
|
||||
pub const m_vecOurPingPos: usize = 0x178C; // Vector
|
||||
pub const m_bGlowForPing: usize = 0x1798; // bool
|
||||
pub const m_bUIWeapon: usize = 0x1799; // bool
|
||||
pub const m_hPrevOwner: usize = 0x17A8; // CHandle<C_CSPlayerPawn>
|
||||
pub const m_nDropTick: usize = 0x17AC; // GameTick_t
|
||||
pub const m_donated: usize = 0x17CC; // bool
|
||||
pub const m_fLastShotTime: usize = 0x17D0; // GameTime_t
|
||||
pub const m_bWasOwnedByCT: usize = 0x17D4; // bool
|
||||
pub const m_bWasOwnedByTerrorist: usize = 0x17D5; // bool
|
||||
pub const m_gunHeat: usize = 0x17D8; // float
|
||||
pub const m_smokeAttachments: usize = 0x17DC; // uint32_t
|
||||
pub const m_lastSmokeTime: usize = 0x17E0; // GameTime_t
|
||||
pub const m_flNextClientFireBulletTime: usize = 0x17E4; // float
|
||||
pub const m_flNextClientFireBulletTime_Repredict: usize = 0x17E8; // float
|
||||
pub const m_IronSightController: usize = 0x18C0; // C_IronSightController
|
||||
pub const m_iIronSightMode: usize = 0x1970; // int32_t
|
||||
pub const m_flLastLOSTraceFailureTime: usize = 0x1980; // GameTime_t
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
public static class CEmptyEntityInstance {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:24 +0000
|
||||
Thu, 7 Dec 2023 03:13:23 +0000
|
||||
'''
|
||||
|
||||
class CEmptyEntityInstance:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:26 +0000
|
||||
* Thu, 7 Dec 2023 03:13:25 +0000
|
||||
*/
|
||||
|
||||
public static class CAnimScriptBase {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:26 +0000
|
||||
* Thu, 7 Dec 2023 03:13:25 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:26 +0000
|
||||
Thu, 7 Dec 2023 03:13:25 +0000
|
||||
'''
|
||||
|
||||
class CAnimScriptBase:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:26 +0000
|
||||
* Thu, 7 Dec 2023 03:13:25 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:26 +0000
|
||||
* Thu, 7 Dec 2023 03:13:25 +0000
|
||||
*/
|
||||
|
||||
public static class animationsystem_dll { // animationsystem.dll
|
||||
@ -9,49 +9,49 @@ public static class animationsystem_dll { // animationsystem.dll
|
||||
}
|
||||
|
||||
public static class client_dll { // client.dll
|
||||
public const nint LegacyGameUI001 = 0x89FA80;
|
||||
public const nint Source2ClientUI001 = 0x88ECC0;
|
||||
public const nint Source2ClientPrediction001 = 0x7A6DF0;
|
||||
public const nint ClientToolsInfo_001 = 0x732BA0;
|
||||
public const nint Source2Client002 = 0x732BC0;
|
||||
public const nint GameClientExports001 = 0x732BB0;
|
||||
public const nint EmptyWorldService001_Client = 0x490110;
|
||||
public const nint Source2ClientConfig001 = 0x477050;
|
||||
public const nint LegacyGameUI001 = 0x8A0140;
|
||||
public const nint Source2ClientUI001 = 0x88F380;
|
||||
public const nint Source2ClientPrediction001 = 0x7A74B0;
|
||||
public const nint ClientToolsInfo_001 = 0x733260;
|
||||
public const nint Source2Client002 = 0x733280;
|
||||
public const nint GameClientExports001 = 0x733270;
|
||||
public const nint EmptyWorldService001_Client = 0x490590;
|
||||
public const nint Source2ClientConfig001 = 0x4774D0;
|
||||
}
|
||||
|
||||
public static class engine2_dll { // engine2.dll
|
||||
public const nint SimpleEngineLoopService_001 = 0x1E4610;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x1DA110;
|
||||
public const nint KeyValueCache001 = 0x1D6750;
|
||||
public const nint HostStateMgr001 = 0x1D3F50;
|
||||
public const nint GameEventSystemServerV001 = 0x1CF5F0;
|
||||
public const nint GameEventSystemClientV001 = 0x1CF5E0;
|
||||
public const nint EngineServiceMgr001 = 0x1CB2B0;
|
||||
public const nint VProfService_001 = 0x1B8BB0;
|
||||
public const nint ToolService_001 = 0x1B7900;
|
||||
public const nint StatsService_001 = 0x1B2B80;
|
||||
public const nint SplitScreenService_001 = 0x1AFD20;
|
||||
public const nint SoundService_001 = 0x1AA800;
|
||||
public const nint ScreenshotService001 = 0x1A66D0;
|
||||
public const nint RenderService_001 = 0x1A3A30;
|
||||
public const nint NetworkService_001 = 0x1A3540;
|
||||
public const nint NetworkServerService_001 = 0x19E3F0;
|
||||
public const nint NetworkP2PService_001 = 0x199EA0;
|
||||
public const nint NetworkClientService_001 = 0x193B30;
|
||||
public const nint MapListService_001 = 0x18CB00;
|
||||
public const nint InputService_001 = 0x17ABE0;
|
||||
public const nint GameUIService_001 = 0x175310;
|
||||
public const nint GameResourceServiceServerV001 = 0x173070;
|
||||
public const nint GameResourceServiceClientV001 = 0x173060;
|
||||
public const nint BugService001 = 0x16C050;
|
||||
public const nint BenchmarkService001 = 0x16A7F0;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x118300;
|
||||
public const nint EngineGameUI001 = 0x117690;
|
||||
public const nint INETSUPPORT_001 = 0xE6CD0;
|
||||
public const nint Source2EngineToServerStringTable001 = 0xA2150;
|
||||
public const nint Source2EngineToServer001 = 0x8B160;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x83C30;
|
||||
public const nint Source2EngineToClient001 = 0x5A3D0;
|
||||
public const nint SimpleEngineLoopService_001 = 0x1E47C0;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x1DA2C0;
|
||||
public const nint KeyValueCache001 = 0x1D6900;
|
||||
public const nint HostStateMgr001 = 0x1D4100;
|
||||
public const nint GameEventSystemServerV001 = 0x1CF7A0;
|
||||
public const nint GameEventSystemClientV001 = 0x1CF790;
|
||||
public const nint EngineServiceMgr001 = 0x1CB460;
|
||||
public const nint VProfService_001 = 0x1B8D60;
|
||||
public const nint ToolService_001 = 0x1B7AB0;
|
||||
public const nint StatsService_001 = 0x1B2D30;
|
||||
public const nint SplitScreenService_001 = 0x1AFED0;
|
||||
public const nint SoundService_001 = 0x1AA9B0;
|
||||
public const nint ScreenshotService001 = 0x1A6880;
|
||||
public const nint RenderService_001 = 0x1A3BE0;
|
||||
public const nint NetworkService_001 = 0x1A36F0;
|
||||
public const nint NetworkServerService_001 = 0x19E5A0;
|
||||
public const nint NetworkP2PService_001 = 0x19A050;
|
||||
public const nint NetworkClientService_001 = 0x193CE0;
|
||||
public const nint MapListService_001 = 0x18CCB0;
|
||||
public const nint InputService_001 = 0x17AD90;
|
||||
public const nint GameUIService_001 = 0x1754C0;
|
||||
public const nint GameResourceServiceServerV001 = 0x173220;
|
||||
public const nint GameResourceServiceClientV001 = 0x173210;
|
||||
public const nint BugService001 = 0x16C200;
|
||||
public const nint BenchmarkService001 = 0x16A9A0;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x1184B0;
|
||||
public const nint EngineGameUI001 = 0x117840;
|
||||
public const nint INETSUPPORT_001 = 0xE6E80;
|
||||
public const nint Source2EngineToServerStringTable001 = 0xA2300;
|
||||
public const nint Source2EngineToServer001 = 0x8B310;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x83DE0;
|
||||
public const nint Source2EngineToClient001 = 0x5A570;
|
||||
}
|
||||
|
||||
public static class filesystem_stdio_dll { // filesystem_stdio.dll
|
||||
@ -157,14 +157,14 @@ public static class schemasystem_dll { // schemasystem.dll
|
||||
}
|
||||
|
||||
public static class server_dll { // server.dll
|
||||
public const nint NavGameTest001 = 0xA3C380;
|
||||
public const nint ServerToolsInfo_001 = 0x83F1C0;
|
||||
public const nint Source2GameClients001 = 0x83F1D0;
|
||||
public const nint Source2GameEntities001 = 0x83F1E0;
|
||||
public const nint Source2Server001 = 0x83F1F0;
|
||||
public const nint EmptyWorldService001_Server = 0x591BE0;
|
||||
public const nint Source2ServerConfig001 = 0x571B10;
|
||||
public const nint EntitySubclassUtilsV001 = 0x2D07B0;
|
||||
public const nint NavGameTest001 = 0xA3C7E0;
|
||||
public const nint ServerToolsInfo_001 = 0x83F620;
|
||||
public const nint Source2GameClients001 = 0x83F630;
|
||||
public const nint Source2GameEntities001 = 0x83F640;
|
||||
public const nint Source2Server001 = 0x83F650;
|
||||
public const nint EmptyWorldService001_Server = 0x591C80;
|
||||
public const nint Source2ServerConfig001 = 0x571BB0;
|
||||
public const nint EntitySubclassUtilsV001 = 0x2D0850;
|
||||
public const nint customnavsystem001 = 0x24D7E0;
|
||||
public const nint Source2GameDirector001 = 0x145580;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:26 +0000
|
||||
* Thu, 7 Dec 2023 03:13:25 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@ -13,49 +13,49 @@ namespace animationsystem_dll { // animationsystem.dll
|
||||
}
|
||||
|
||||
namespace client_dll { // client.dll
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x89FA80;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x88ECC0;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7A6DF0;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x732BA0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x732BC0;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x732BB0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x490110;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x477050;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8A0140;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x88F380;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7A74B0;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x733260;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x733280;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x733270;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x490590;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x4774D0;
|
||||
}
|
||||
|
||||
namespace engine2_dll { // engine2.dll
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1E4610;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1DA110;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x1D6750;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x1D3F50;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1CF5F0;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1CF5E0;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1CB2B0;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x1B8BB0;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x1B7900;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x1B2B80;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x1AFD20;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x1AA800;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x1A66D0;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x1A3A30;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x1A3540;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x19E3F0;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x199EA0;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x193B30;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x18CB00;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x17ABE0;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x175310;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x173070;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x173060;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x16C050;
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x16A7F0;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x118300;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x117690;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0xE6CD0;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0xA2150;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x8B160;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x83C30;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x5A3D0;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1E47C0;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1DA2C0;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x1D6900;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x1D4100;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1CF7A0;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1CF790;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1CB460;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x1B8D60;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x1B7AB0;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x1B2D30;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x1AFED0;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x1AA9B0;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x1A6880;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x1A3BE0;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x1A36F0;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x19E5A0;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x19A050;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x193CE0;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x18CCB0;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x17AD90;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x1754C0;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x173220;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x173210;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x16C200;
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x16A9A0;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x1184B0;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x117840;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0xE6E80;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0xA2300;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x8B310;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x83DE0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x5A570;
|
||||
}
|
||||
|
||||
namespace filesystem_stdio_dll { // filesystem_stdio.dll
|
||||
@ -161,14 +161,14 @@ namespace schemasystem_dll { // schemasystem.dll
|
||||
}
|
||||
|
||||
namespace server_dll { // server.dll
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0xA3C380;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x83F1C0;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x83F1D0;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x83F1E0;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x83F1F0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x591BE0;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x571B10;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2D07B0;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0xA3C7E0;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x83F620;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x83F630;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x83F640;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x83F650;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x591C80;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x571BB0;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2D0850;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x24D7E0;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x145580;
|
||||
}
|
||||
|
@ -15,35 +15,35 @@
|
||||
"client_dll": {
|
||||
"data": {
|
||||
"ClientToolsInfo_001": {
|
||||
"value": 7547808,
|
||||
"value": 7549536,
|
||||
"comment": null
|
||||
},
|
||||
"EmptyWorldService001_Client": {
|
||||
"value": 4784400,
|
||||
"value": 4785552,
|
||||
"comment": null
|
||||
},
|
||||
"GameClientExports001": {
|
||||
"value": 7547824,
|
||||
"value": 7549552,
|
||||
"comment": null
|
||||
},
|
||||
"LegacyGameUI001": {
|
||||
"value": 9042560,
|
||||
"value": 9044288,
|
||||
"comment": null
|
||||
},
|
||||
"Source2Client002": {
|
||||
"value": 7547840,
|
||||
"value": 7549568,
|
||||
"comment": null
|
||||
},
|
||||
"Source2ClientConfig001": {
|
||||
"value": 4681808,
|
||||
"value": 4682960,
|
||||
"comment": null
|
||||
},
|
||||
"Source2ClientPrediction001": {
|
||||
"value": 8023536,
|
||||
"value": 8025264,
|
||||
"comment": null
|
||||
},
|
||||
"Source2ClientUI001": {
|
||||
"value": 8973504,
|
||||
"value": 8975232,
|
||||
"comment": null
|
||||
}
|
||||
},
|
||||
@ -52,131 +52,131 @@
|
||||
"engine2_dll": {
|
||||
"data": {
|
||||
"BenchmarkService001": {
|
||||
"value": 1484784,
|
||||
"value": 1485216,
|
||||
"comment": null
|
||||
},
|
||||
"BugService001": {
|
||||
"value": 1491024,
|
||||
"value": 1491456,
|
||||
"comment": null
|
||||
},
|
||||
"ClientServerEngineLoopService_001": {
|
||||
"value": 1941776,
|
||||
"value": 1942208,
|
||||
"comment": null
|
||||
},
|
||||
"EngineGameUI001": {
|
||||
"value": 1144464,
|
||||
"value": 1144896,
|
||||
"comment": null
|
||||
},
|
||||
"EngineServiceMgr001": {
|
||||
"value": 1880752,
|
||||
"value": 1881184,
|
||||
"comment": null
|
||||
},
|
||||
"GameEventSystemClientV001": {
|
||||
"value": 1897952,
|
||||
"value": 1898384,
|
||||
"comment": null
|
||||
},
|
||||
"GameEventSystemServerV001": {
|
||||
"value": 1897968,
|
||||
"value": 1898400,
|
||||
"comment": null
|
||||
},
|
||||
"GameResourceServiceClientV001": {
|
||||
"value": 1519712,
|
||||
"value": 1520144,
|
||||
"comment": null
|
||||
},
|
||||
"GameResourceServiceServerV001": {
|
||||
"value": 1519728,
|
||||
"value": 1520160,
|
||||
"comment": null
|
||||
},
|
||||
"GameUIService_001": {
|
||||
"value": 1528592,
|
||||
"value": 1529024,
|
||||
"comment": null
|
||||
},
|
||||
"HostStateMgr001": {
|
||||
"value": 1916752,
|
||||
"value": 1917184,
|
||||
"comment": null
|
||||
},
|
||||
"INETSUPPORT_001": {
|
||||
"value": 945360,
|
||||
"value": 945792,
|
||||
"comment": null
|
||||
},
|
||||
"InputService_001": {
|
||||
"value": 1551328,
|
||||
"value": 1551760,
|
||||
"comment": null
|
||||
},
|
||||
"KeyValueCache001": {
|
||||
"value": 1926992,
|
||||
"value": 1927424,
|
||||
"comment": null
|
||||
},
|
||||
"MapListService_001": {
|
||||
"value": 1624832,
|
||||
"value": 1625264,
|
||||
"comment": null
|
||||
},
|
||||
"NetworkClientService_001": {
|
||||
"value": 1653552,
|
||||
"value": 1653984,
|
||||
"comment": null
|
||||
},
|
||||
"NetworkP2PService_001": {
|
||||
"value": 1679008,
|
||||
"value": 1679440,
|
||||
"comment": null
|
||||
},
|
||||
"NetworkServerService_001": {
|
||||
"value": 1696752,
|
||||
"value": 1697184,
|
||||
"comment": null
|
||||
},
|
||||
"NetworkService_001": {
|
||||
"value": 1717568,
|
||||
"value": 1718000,
|
||||
"comment": null
|
||||
},
|
||||
"RenderService_001": {
|
||||
"value": 1718832,
|
||||
"value": 1719264,
|
||||
"comment": null
|
||||
},
|
||||
"ScreenshotService001": {
|
||||
"value": 1730256,
|
||||
"value": 1730688,
|
||||
"comment": null
|
||||
},
|
||||
"SimpleEngineLoopService_001": {
|
||||
"value": 1984016,
|
||||
"value": 1984448,
|
||||
"comment": null
|
||||
},
|
||||
"SoundService_001": {
|
||||
"value": 1746944,
|
||||
"value": 1747376,
|
||||
"comment": null
|
||||
},
|
||||
"Source2EngineToClient001": {
|
||||
"value": 369616,
|
||||
"value": 370032,
|
||||
"comment": null
|
||||
},
|
||||
"Source2EngineToClientStringTable001": {
|
||||
"value": 539696,
|
||||
"value": 540128,
|
||||
"comment": null
|
||||
},
|
||||
"Source2EngineToServer001": {
|
||||
"value": 569696,
|
||||
"value": 570128,
|
||||
"comment": null
|
||||
},
|
||||
"Source2EngineToServerStringTable001": {
|
||||
"value": 663888,
|
||||
"value": 664320,
|
||||
"comment": null
|
||||
},
|
||||
"SplitScreenService_001": {
|
||||
"value": 1768736,
|
||||
"value": 1769168,
|
||||
"comment": null
|
||||
},
|
||||
"StatsService_001": {
|
||||
"value": 1780608,
|
||||
"value": 1781040,
|
||||
"comment": null
|
||||
},
|
||||
"ToolService_001": {
|
||||
"value": 1800448,
|
||||
"value": 1800880,
|
||||
"comment": null
|
||||
},
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": {
|
||||
"value": 1147648,
|
||||
"value": 1148080,
|
||||
"comment": null
|
||||
},
|
||||
"VProfService_001": {
|
||||
"value": 1805232,
|
||||
"value": 1805664,
|
||||
"comment": null
|
||||
}
|
||||
},
|
||||
@ -453,23 +453,23 @@
|
||||
"server_dll": {
|
||||
"data": {
|
||||
"EmptyWorldService001_Server": {
|
||||
"value": 5839840,
|
||||
"value": 5840000,
|
||||
"comment": null
|
||||
},
|
||||
"EntitySubclassUtilsV001": {
|
||||
"value": 2951088,
|
||||
"value": 2951248,
|
||||
"comment": null
|
||||
},
|
||||
"NavGameTest001": {
|
||||
"value": 10732416,
|
||||
"value": 10733536,
|
||||
"comment": null
|
||||
},
|
||||
"ServerToolsInfo_001": {
|
||||
"value": 8647104,
|
||||
"value": 8648224,
|
||||
"comment": null
|
||||
},
|
||||
"Source2GameClients001": {
|
||||
"value": 8647120,
|
||||
"value": 8648240,
|
||||
"comment": null
|
||||
},
|
||||
"Source2GameDirector001": {
|
||||
@ -477,15 +477,15 @@
|
||||
"comment": null
|
||||
},
|
||||
"Source2GameEntities001": {
|
||||
"value": 8647136,
|
||||
"value": 8648256,
|
||||
"comment": null
|
||||
},
|
||||
"Source2Server001": {
|
||||
"value": 8647152,
|
||||
"value": 8648272,
|
||||
"comment": null
|
||||
},
|
||||
"Source2ServerConfig001": {
|
||||
"value": 5708560,
|
||||
"value": 5708720,
|
||||
"comment": null
|
||||
},
|
||||
"customnavsystem001": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:26 +0000
|
||||
Thu, 7 Dec 2023 03:13:25 +0000
|
||||
'''
|
||||
|
||||
class animationsystem_dll: # animationsystem.dll
|
||||
@ -8,48 +8,48 @@ class animationsystem_dll: # animationsystem.dll
|
||||
AnimationSystem_001 = 0x5F1D0
|
||||
|
||||
class client_dll: # client.dll
|
||||
LegacyGameUI001 = 0x89FA80
|
||||
Source2ClientUI001 = 0x88ECC0
|
||||
Source2ClientPrediction001 = 0x7A6DF0
|
||||
ClientToolsInfo_001 = 0x732BA0
|
||||
Source2Client002 = 0x732BC0
|
||||
GameClientExports001 = 0x732BB0
|
||||
EmptyWorldService001_Client = 0x490110
|
||||
Source2ClientConfig001 = 0x477050
|
||||
LegacyGameUI001 = 0x8A0140
|
||||
Source2ClientUI001 = 0x88F380
|
||||
Source2ClientPrediction001 = 0x7A74B0
|
||||
ClientToolsInfo_001 = 0x733260
|
||||
Source2Client002 = 0x733280
|
||||
GameClientExports001 = 0x733270
|
||||
EmptyWorldService001_Client = 0x490590
|
||||
Source2ClientConfig001 = 0x4774D0
|
||||
|
||||
class engine2_dll: # engine2.dll
|
||||
SimpleEngineLoopService_001 = 0x1E4610
|
||||
ClientServerEngineLoopService_001 = 0x1DA110
|
||||
KeyValueCache001 = 0x1D6750
|
||||
HostStateMgr001 = 0x1D3F50
|
||||
GameEventSystemServerV001 = 0x1CF5F0
|
||||
GameEventSystemClientV001 = 0x1CF5E0
|
||||
EngineServiceMgr001 = 0x1CB2B0
|
||||
VProfService_001 = 0x1B8BB0
|
||||
ToolService_001 = 0x1B7900
|
||||
StatsService_001 = 0x1B2B80
|
||||
SplitScreenService_001 = 0x1AFD20
|
||||
SoundService_001 = 0x1AA800
|
||||
ScreenshotService001 = 0x1A66D0
|
||||
RenderService_001 = 0x1A3A30
|
||||
NetworkService_001 = 0x1A3540
|
||||
NetworkServerService_001 = 0x19E3F0
|
||||
NetworkP2PService_001 = 0x199EA0
|
||||
NetworkClientService_001 = 0x193B30
|
||||
MapListService_001 = 0x18CB00
|
||||
InputService_001 = 0x17ABE0
|
||||
GameUIService_001 = 0x175310
|
||||
GameResourceServiceServerV001 = 0x173070
|
||||
GameResourceServiceClientV001 = 0x173060
|
||||
BugService001 = 0x16C050
|
||||
BenchmarkService001 = 0x16A7F0
|
||||
VENGINE_GAMEUIFUNCS_VERSION005 = 0x118300
|
||||
EngineGameUI001 = 0x117690
|
||||
INETSUPPORT_001 = 0xE6CD0
|
||||
Source2EngineToServerStringTable001 = 0xA2150
|
||||
Source2EngineToServer001 = 0x8B160
|
||||
Source2EngineToClientStringTable001 = 0x83C30
|
||||
Source2EngineToClient001 = 0x5A3D0
|
||||
SimpleEngineLoopService_001 = 0x1E47C0
|
||||
ClientServerEngineLoopService_001 = 0x1DA2C0
|
||||
KeyValueCache001 = 0x1D6900
|
||||
HostStateMgr001 = 0x1D4100
|
||||
GameEventSystemServerV001 = 0x1CF7A0
|
||||
GameEventSystemClientV001 = 0x1CF790
|
||||
EngineServiceMgr001 = 0x1CB460
|
||||
VProfService_001 = 0x1B8D60
|
||||
ToolService_001 = 0x1B7AB0
|
||||
StatsService_001 = 0x1B2D30
|
||||
SplitScreenService_001 = 0x1AFED0
|
||||
SoundService_001 = 0x1AA9B0
|
||||
ScreenshotService001 = 0x1A6880
|
||||
RenderService_001 = 0x1A3BE0
|
||||
NetworkService_001 = 0x1A36F0
|
||||
NetworkServerService_001 = 0x19E5A0
|
||||
NetworkP2PService_001 = 0x19A050
|
||||
NetworkClientService_001 = 0x193CE0
|
||||
MapListService_001 = 0x18CCB0
|
||||
InputService_001 = 0x17AD90
|
||||
GameUIService_001 = 0x1754C0
|
||||
GameResourceServiceServerV001 = 0x173220
|
||||
GameResourceServiceClientV001 = 0x173210
|
||||
BugService001 = 0x16C200
|
||||
BenchmarkService001 = 0x16A9A0
|
||||
VENGINE_GAMEUIFUNCS_VERSION005 = 0x1184B0
|
||||
EngineGameUI001 = 0x117840
|
||||
INETSUPPORT_001 = 0xE6E80
|
||||
Source2EngineToServerStringTable001 = 0xA2300
|
||||
Source2EngineToServer001 = 0x8B310
|
||||
Source2EngineToClientStringTable001 = 0x83DE0
|
||||
Source2EngineToClient001 = 0x5A570
|
||||
|
||||
class filesystem_stdio_dll: # filesystem_stdio.dll
|
||||
VAsyncFileSystem2_001 = 0x66D30
|
||||
@ -134,14 +134,14 @@ class schemasystem_dll: # schemasystem.dll
|
||||
SchemaSystem_001 = 0xA930
|
||||
|
||||
class server_dll: # server.dll
|
||||
NavGameTest001 = 0xA3C380
|
||||
ServerToolsInfo_001 = 0x83F1C0
|
||||
Source2GameClients001 = 0x83F1D0
|
||||
Source2GameEntities001 = 0x83F1E0
|
||||
Source2Server001 = 0x83F1F0
|
||||
EmptyWorldService001_Server = 0x591BE0
|
||||
Source2ServerConfig001 = 0x571B10
|
||||
EntitySubclassUtilsV001 = 0x2D07B0
|
||||
NavGameTest001 = 0xA3C7E0
|
||||
ServerToolsInfo_001 = 0x83F620
|
||||
Source2GameClients001 = 0x83F630
|
||||
Source2GameEntities001 = 0x83F640
|
||||
Source2Server001 = 0x83F650
|
||||
EmptyWorldService001_Server = 0x591C80
|
||||
Source2ServerConfig001 = 0x571BB0
|
||||
EntitySubclassUtilsV001 = 0x2D0850
|
||||
customnavsystem001 = 0x24D7E0
|
||||
Source2GameDirector001 = 0x145580
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:26 +0000
|
||||
* Thu, 7 Dec 2023 03:13:25 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
@ -11,49 +11,49 @@ pub mod animationsystem_dll { // animationsystem.dll
|
||||
}
|
||||
|
||||
pub mod client_dll { // client.dll
|
||||
pub const LegacyGameUI001: usize = 0x89FA80;
|
||||
pub const Source2ClientUI001: usize = 0x88ECC0;
|
||||
pub const Source2ClientPrediction001: usize = 0x7A6DF0;
|
||||
pub const ClientToolsInfo_001: usize = 0x732BA0;
|
||||
pub const Source2Client002: usize = 0x732BC0;
|
||||
pub const GameClientExports001: usize = 0x732BB0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x490110;
|
||||
pub const Source2ClientConfig001: usize = 0x477050;
|
||||
pub const LegacyGameUI001: usize = 0x8A0140;
|
||||
pub const Source2ClientUI001: usize = 0x88F380;
|
||||
pub const Source2ClientPrediction001: usize = 0x7A74B0;
|
||||
pub const ClientToolsInfo_001: usize = 0x733260;
|
||||
pub const Source2Client002: usize = 0x733280;
|
||||
pub const GameClientExports001: usize = 0x733270;
|
||||
pub const EmptyWorldService001_Client: usize = 0x490590;
|
||||
pub const Source2ClientConfig001: usize = 0x4774D0;
|
||||
}
|
||||
|
||||
pub mod engine2_dll { // engine2.dll
|
||||
pub const SimpleEngineLoopService_001: usize = 0x1E4610;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x1DA110;
|
||||
pub const KeyValueCache001: usize = 0x1D6750;
|
||||
pub const HostStateMgr001: usize = 0x1D3F50;
|
||||
pub const GameEventSystemServerV001: usize = 0x1CF5F0;
|
||||
pub const GameEventSystemClientV001: usize = 0x1CF5E0;
|
||||
pub const EngineServiceMgr001: usize = 0x1CB2B0;
|
||||
pub const VProfService_001: usize = 0x1B8BB0;
|
||||
pub const ToolService_001: usize = 0x1B7900;
|
||||
pub const StatsService_001: usize = 0x1B2B80;
|
||||
pub const SplitScreenService_001: usize = 0x1AFD20;
|
||||
pub const SoundService_001: usize = 0x1AA800;
|
||||
pub const ScreenshotService001: usize = 0x1A66D0;
|
||||
pub const RenderService_001: usize = 0x1A3A30;
|
||||
pub const NetworkService_001: usize = 0x1A3540;
|
||||
pub const NetworkServerService_001: usize = 0x19E3F0;
|
||||
pub const NetworkP2PService_001: usize = 0x199EA0;
|
||||
pub const NetworkClientService_001: usize = 0x193B30;
|
||||
pub const MapListService_001: usize = 0x18CB00;
|
||||
pub const InputService_001: usize = 0x17ABE0;
|
||||
pub const GameUIService_001: usize = 0x175310;
|
||||
pub const GameResourceServiceServerV001: usize = 0x173070;
|
||||
pub const GameResourceServiceClientV001: usize = 0x173060;
|
||||
pub const BugService001: usize = 0x16C050;
|
||||
pub const BenchmarkService001: usize = 0x16A7F0;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x118300;
|
||||
pub const EngineGameUI001: usize = 0x117690;
|
||||
pub const INETSUPPORT_001: usize = 0xE6CD0;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0xA2150;
|
||||
pub const Source2EngineToServer001: usize = 0x8B160;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x83C30;
|
||||
pub const Source2EngineToClient001: usize = 0x5A3D0;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x1E47C0;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x1DA2C0;
|
||||
pub const KeyValueCache001: usize = 0x1D6900;
|
||||
pub const HostStateMgr001: usize = 0x1D4100;
|
||||
pub const GameEventSystemServerV001: usize = 0x1CF7A0;
|
||||
pub const GameEventSystemClientV001: usize = 0x1CF790;
|
||||
pub const EngineServiceMgr001: usize = 0x1CB460;
|
||||
pub const VProfService_001: usize = 0x1B8D60;
|
||||
pub const ToolService_001: usize = 0x1B7AB0;
|
||||
pub const StatsService_001: usize = 0x1B2D30;
|
||||
pub const SplitScreenService_001: usize = 0x1AFED0;
|
||||
pub const SoundService_001: usize = 0x1AA9B0;
|
||||
pub const ScreenshotService001: usize = 0x1A6880;
|
||||
pub const RenderService_001: usize = 0x1A3BE0;
|
||||
pub const NetworkService_001: usize = 0x1A36F0;
|
||||
pub const NetworkServerService_001: usize = 0x19E5A0;
|
||||
pub const NetworkP2PService_001: usize = 0x19A050;
|
||||
pub const NetworkClientService_001: usize = 0x193CE0;
|
||||
pub const MapListService_001: usize = 0x18CCB0;
|
||||
pub const InputService_001: usize = 0x17AD90;
|
||||
pub const GameUIService_001: usize = 0x1754C0;
|
||||
pub const GameResourceServiceServerV001: usize = 0x173220;
|
||||
pub const GameResourceServiceClientV001: usize = 0x173210;
|
||||
pub const BugService001: usize = 0x16C200;
|
||||
pub const BenchmarkService001: usize = 0x16A9A0;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x1184B0;
|
||||
pub const EngineGameUI001: usize = 0x117840;
|
||||
pub const INETSUPPORT_001: usize = 0xE6E80;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0xA2300;
|
||||
pub const Source2EngineToServer001: usize = 0x8B310;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x83DE0;
|
||||
pub const Source2EngineToClient001: usize = 0x5A570;
|
||||
}
|
||||
|
||||
pub mod filesystem_stdio_dll { // filesystem_stdio.dll
|
||||
@ -159,14 +159,14 @@ pub mod schemasystem_dll { // schemasystem.dll
|
||||
}
|
||||
|
||||
pub mod server_dll { // server.dll
|
||||
pub const NavGameTest001: usize = 0xA3C380;
|
||||
pub const ServerToolsInfo_001: usize = 0x83F1C0;
|
||||
pub const Source2GameClients001: usize = 0x83F1D0;
|
||||
pub const Source2GameEntities001: usize = 0x83F1E0;
|
||||
pub const Source2Server001: usize = 0x83F1F0;
|
||||
pub const EmptyWorldService001_Server: usize = 0x591BE0;
|
||||
pub const Source2ServerConfig001: usize = 0x571B10;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x2D07B0;
|
||||
pub const NavGameTest001: usize = 0xA3C7E0;
|
||||
pub const ServerToolsInfo_001: usize = 0x83F620;
|
||||
pub const Source2GameClients001: usize = 0x83F630;
|
||||
pub const Source2GameEntities001: usize = 0x83F640;
|
||||
pub const Source2Server001: usize = 0x83F650;
|
||||
pub const EmptyWorldService001_Server: usize = 0x591C80;
|
||||
pub const Source2ServerConfig001: usize = 0x571BB0;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x2D0850;
|
||||
pub const customnavsystem001: usize = 0x24D7E0;
|
||||
pub const Source2GameDirector001: usize = 0x145580;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
public static class MaterialParamBuffer_t { // MaterialParam_t
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:24 +0000
|
||||
Thu, 7 Dec 2023 03:13:23 +0000
|
||||
'''
|
||||
|
||||
class MaterialParamBuffer_t: # MaterialParam_t
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
public static class ChangeAccessorFieldPathIndex_t {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:24 +0000
|
||||
Thu, 7 Dec 2023 03:13:23 +0000
|
||||
'''
|
||||
|
||||
class ChangeAccessorFieldPathIndex_t:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,43 +1,43 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:26 +0000
|
||||
* Thu, 7 Dec 2023 03:13:26 +0000
|
||||
*/
|
||||
|
||||
public static class client_dll { // client.dll
|
||||
public const nint dwEntityList = 0x17BB5B0;
|
||||
public const nint dwForceAttack = 0x16BBA70;
|
||||
public const nint dwForceAttack2 = 0x16BBB00;
|
||||
public const nint dwForceBackward = 0x16BBD40;
|
||||
public const nint dwForceCrouch = 0x16BC010;
|
||||
public const nint dwForceForward = 0x16BBCB0;
|
||||
public const nint dwForceJump = 0x16BBF80;
|
||||
public const nint dwForceLeft = 0x16BBDD0;
|
||||
public const nint dwForceRight = 0x16BBE60;
|
||||
public const nint dwGameEntitySystem = 0x18E6DE0;
|
||||
public const nint dwEntityList = 0x17BB860;
|
||||
public const nint dwForceAttack = 0x16BBD30;
|
||||
public const nint dwForceAttack2 = 0x16BBDC0;
|
||||
public const nint dwForceBackward = 0x16BC000;
|
||||
public const nint dwForceCrouch = 0x16BC2D0;
|
||||
public const nint dwForceForward = 0x16BBF70;
|
||||
public const nint dwForceJump = 0x16BC240;
|
||||
public const nint dwForceLeft = 0x16BC090;
|
||||
public const nint dwForceRight = 0x16BC120;
|
||||
public const nint dwGameEntitySystem = 0x18E7060;
|
||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||
public const nint dwGameRules = 0x18173C8;
|
||||
public const nint dwGlobalVars = 0x16B7BE0;
|
||||
public const nint dwGlowManager = 0x18173E8;
|
||||
public const nint dwInterfaceLinkList = 0x1914A78;
|
||||
public const nint dwLocalPlayerController = 0x180AA20;
|
||||
public const nint dwLocalPlayerPawn = 0x16C2B18;
|
||||
public const nint dwPlantedC4 = 0x181E988;
|
||||
public const nint dwPrediction = 0x16C29E0;
|
||||
public const nint dwSensitivity = 0x1818AD8;
|
||||
public const nint dwGameRules = 0x1817658;
|
||||
public const nint dwGlobalVars = 0x16B7EA0;
|
||||
public const nint dwGlowManager = 0x1817678;
|
||||
public const nint dwInterfaceLinkList = 0x1914CF8;
|
||||
public const nint dwLocalPlayerController = 0x180ACB0;
|
||||
public const nint dwLocalPlayerPawn = 0x16C2DD8;
|
||||
public const nint dwPlantedC4 = 0x181ED38;
|
||||
public const nint dwPrediction = 0x16C2CA0;
|
||||
public const nint dwSensitivity = 0x1818D68;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x187A9D0;
|
||||
public const nint dwViewMatrix = 0x1819D40;
|
||||
public const nint dwViewRender = 0x181A5C0;
|
||||
public const nint dwViewAngles = 0x187AC50;
|
||||
public const nint dwViewMatrix = 0x1819FD0;
|
||||
public const nint dwViewRender = 0x181A850;
|
||||
}
|
||||
|
||||
public static class engine2_dll { // engine2.dll
|
||||
public const nint dwBuildNumber = 0x48A344;
|
||||
public const nint dwNetworkGameClient = 0x4898F8;
|
||||
public const nint dwBuildNumber = 0x48B344;
|
||||
public const nint dwNetworkGameClient = 0x48A8F8;
|
||||
public const nint dwNetworkGameClient_getLocalPlayer = 0xF0;
|
||||
public const nint dwNetworkGameClient_maxClients = 0x250;
|
||||
public const nint dwNetworkGameClient_signOnState = 0x240;
|
||||
public const nint dwWindowHeight = 0x540A4C;
|
||||
public const nint dwWindowWidth = 0x540A48;
|
||||
public const nint dwWindowHeight = 0x541A6C;
|
||||
public const nint dwWindowWidth = 0x541A68;
|
||||
}
|
||||
|
||||
public static class inputsystem_dll { // inputsystem.dll
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:26 +0000
|
||||
* Thu, 7 Dec 2023 03:13:26 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@ -8,40 +8,40 @@
|
||||
#include <cstddef>
|
||||
|
||||
namespace client_dll { // client.dll
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x17BB5B0;
|
||||
constexpr std::ptrdiff_t dwForceAttack = 0x16BBA70;
|
||||
constexpr std::ptrdiff_t dwForceAttack2 = 0x16BBB00;
|
||||
constexpr std::ptrdiff_t dwForceBackward = 0x16BBD40;
|
||||
constexpr std::ptrdiff_t dwForceCrouch = 0x16BC010;
|
||||
constexpr std::ptrdiff_t dwForceForward = 0x16BBCB0;
|
||||
constexpr std::ptrdiff_t dwForceJump = 0x16BBF80;
|
||||
constexpr std::ptrdiff_t dwForceLeft = 0x16BBDD0;
|
||||
constexpr std::ptrdiff_t dwForceRight = 0x16BBE60;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x18E6DE0;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x17BB860;
|
||||
constexpr std::ptrdiff_t dwForceAttack = 0x16BBD30;
|
||||
constexpr std::ptrdiff_t dwForceAttack2 = 0x16BBDC0;
|
||||
constexpr std::ptrdiff_t dwForceBackward = 0x16BC000;
|
||||
constexpr std::ptrdiff_t dwForceCrouch = 0x16BC2D0;
|
||||
constexpr std::ptrdiff_t dwForceForward = 0x16BBF70;
|
||||
constexpr std::ptrdiff_t dwForceJump = 0x16BC240;
|
||||
constexpr std::ptrdiff_t dwForceLeft = 0x16BC090;
|
||||
constexpr std::ptrdiff_t dwForceRight = 0x16BC120;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x18E7060;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x18173C8;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x16B7BE0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x18173E8;
|
||||
constexpr std::ptrdiff_t dwInterfaceLinkList = 0x1914A78;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x180AA20;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x16C2B18;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x181E988;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x16C29E0;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1818AD8;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1817658;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x16B7EA0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1817678;
|
||||
constexpr std::ptrdiff_t dwInterfaceLinkList = 0x1914CF8;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x180ACB0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x16C2DD8;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x181ED38;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x16C2CA0;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1818D68;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x187A9D0;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1819D40;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x181A5C0;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x187AC50;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1819FD0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x181A850;
|
||||
}
|
||||
|
||||
namespace engine2_dll { // engine2.dll
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x48A344;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x4898F8;
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x48B344;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x48A8F8;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_getLocalPlayer = 0xF0;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x250;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x240;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x540A4C;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x540A48;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x541A6C;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x541A68;
|
||||
}
|
||||
|
||||
namespace inputsystem_dll { // inputsystem.dll
|
||||
|
@ -2,43 +2,43 @@
|
||||
"client_dll": {
|
||||
"data": {
|
||||
"dwEntityList": {
|
||||
"value": 24884656,
|
||||
"value": 24885344,
|
||||
"comment": null
|
||||
},
|
||||
"dwForceAttack": {
|
||||
"value": 23837296,
|
||||
"value": 23838000,
|
||||
"comment": null
|
||||
},
|
||||
"dwForceAttack2": {
|
||||
"value": 23837440,
|
||||
"value": 23838144,
|
||||
"comment": null
|
||||
},
|
||||
"dwForceBackward": {
|
||||
"value": 23838016,
|
||||
"value": 23838720,
|
||||
"comment": null
|
||||
},
|
||||
"dwForceCrouch": {
|
||||
"value": 23838736,
|
||||
"value": 23839440,
|
||||
"comment": null
|
||||
},
|
||||
"dwForceForward": {
|
||||
"value": 23837872,
|
||||
"value": 23838576,
|
||||
"comment": null
|
||||
},
|
||||
"dwForceJump": {
|
||||
"value": 23838592,
|
||||
"value": 23839296,
|
||||
"comment": null
|
||||
},
|
||||
"dwForceLeft": {
|
||||
"value": 23838160,
|
||||
"value": 23838864,
|
||||
"comment": null
|
||||
},
|
||||
"dwForceRight": {
|
||||
"value": 23838304,
|
||||
"value": 23839008,
|
||||
"comment": null
|
||||
},
|
||||
"dwGameEntitySystem": {
|
||||
"value": 26111456,
|
||||
"value": 26112096,
|
||||
"comment": null
|
||||
},
|
||||
"dwGameEntitySystem_getHighestEntityIndex": {
|
||||
@ -46,39 +46,39 @@
|
||||
"comment": null
|
||||
},
|
||||
"dwGameRules": {
|
||||
"value": 25261000,
|
||||
"value": 25261656,
|
||||
"comment": null
|
||||
},
|
||||
"dwGlobalVars": {
|
||||
"value": 23821280,
|
||||
"value": 23821984,
|
||||
"comment": null
|
||||
},
|
||||
"dwGlowManager": {
|
||||
"value": 25261032,
|
||||
"value": 25261688,
|
||||
"comment": null
|
||||
},
|
||||
"dwInterfaceLinkList": {
|
||||
"value": 26299000,
|
||||
"value": 26299640,
|
||||
"comment": null
|
||||
},
|
||||
"dwLocalPlayerController": {
|
||||
"value": 25209376,
|
||||
"value": 25210032,
|
||||
"comment": null
|
||||
},
|
||||
"dwLocalPlayerPawn": {
|
||||
"value": 23866136,
|
||||
"value": 23866840,
|
||||
"comment": null
|
||||
},
|
||||
"dwPlantedC4": {
|
||||
"value": 25291144,
|
||||
"value": 25292088,
|
||||
"comment": null
|
||||
},
|
||||
"dwPrediction": {
|
||||
"value": 23865824,
|
||||
"value": 23866528,
|
||||
"comment": null
|
||||
},
|
||||
"dwSensitivity": {
|
||||
"value": 25266904,
|
||||
"value": 25267560,
|
||||
"comment": null
|
||||
},
|
||||
"dwSensitivity_sensitivity": {
|
||||
@ -86,15 +86,15 @@
|
||||
"comment": null
|
||||
},
|
||||
"dwViewAngles": {
|
||||
"value": 25668048,
|
||||
"value": 25668688,
|
||||
"comment": null
|
||||
},
|
||||
"dwViewMatrix": {
|
||||
"value": 25271616,
|
||||
"value": 25272272,
|
||||
"comment": null
|
||||
},
|
||||
"dwViewRender": {
|
||||
"value": 25273792,
|
||||
"value": 25274448,
|
||||
"comment": null
|
||||
}
|
||||
},
|
||||
@ -103,11 +103,11 @@
|
||||
"engine2_dll": {
|
||||
"data": {
|
||||
"dwBuildNumber": {
|
||||
"value": 4760388,
|
||||
"value": 4764484,
|
||||
"comment": null
|
||||
},
|
||||
"dwNetworkGameClient": {
|
||||
"value": 4757752,
|
||||
"value": 4761848,
|
||||
"comment": null
|
||||
},
|
||||
"dwNetworkGameClient_getLocalPlayer": {
|
||||
@ -123,11 +123,11 @@
|
||||
"comment": null
|
||||
},
|
||||
"dwWindowHeight": {
|
||||
"value": 5507660,
|
||||
"value": 5511788,
|
||||
"comment": null
|
||||
},
|
||||
"dwWindowWidth": {
|
||||
"value": 5507656,
|
||||
"value": 5511784,
|
||||
"comment": null
|
||||
}
|
||||
},
|
||||
|
@ -1,42 +1,42 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:26 +0000
|
||||
Thu, 7 Dec 2023 03:13:26 +0000
|
||||
'''
|
||||
|
||||
class client_dll: # client.dll
|
||||
dwEntityList = 0x17BB5B0
|
||||
dwForceAttack = 0x16BBA70
|
||||
dwForceAttack2 = 0x16BBB00
|
||||
dwForceBackward = 0x16BBD40
|
||||
dwForceCrouch = 0x16BC010
|
||||
dwForceForward = 0x16BBCB0
|
||||
dwForceJump = 0x16BBF80
|
||||
dwForceLeft = 0x16BBDD0
|
||||
dwForceRight = 0x16BBE60
|
||||
dwGameEntitySystem = 0x18E6DE0
|
||||
dwEntityList = 0x17BB860
|
||||
dwForceAttack = 0x16BBD30
|
||||
dwForceAttack2 = 0x16BBDC0
|
||||
dwForceBackward = 0x16BC000
|
||||
dwForceCrouch = 0x16BC2D0
|
||||
dwForceForward = 0x16BBF70
|
||||
dwForceJump = 0x16BC240
|
||||
dwForceLeft = 0x16BC090
|
||||
dwForceRight = 0x16BC120
|
||||
dwGameEntitySystem = 0x18E7060
|
||||
dwGameEntitySystem_getHighestEntityIndex = 0x1510
|
||||
dwGameRules = 0x18173C8
|
||||
dwGlobalVars = 0x16B7BE0
|
||||
dwGlowManager = 0x18173E8
|
||||
dwInterfaceLinkList = 0x1914A78
|
||||
dwLocalPlayerController = 0x180AA20
|
||||
dwLocalPlayerPawn = 0x16C2B18
|
||||
dwPlantedC4 = 0x181E988
|
||||
dwPrediction = 0x16C29E0
|
||||
dwSensitivity = 0x1818AD8
|
||||
dwGameRules = 0x1817658
|
||||
dwGlobalVars = 0x16B7EA0
|
||||
dwGlowManager = 0x1817678
|
||||
dwInterfaceLinkList = 0x1914CF8
|
||||
dwLocalPlayerController = 0x180ACB0
|
||||
dwLocalPlayerPawn = 0x16C2DD8
|
||||
dwPlantedC4 = 0x181ED38
|
||||
dwPrediction = 0x16C2CA0
|
||||
dwSensitivity = 0x1818D68
|
||||
dwSensitivity_sensitivity = 0x40
|
||||
dwViewAngles = 0x187A9D0
|
||||
dwViewMatrix = 0x1819D40
|
||||
dwViewRender = 0x181A5C0
|
||||
dwViewAngles = 0x187AC50
|
||||
dwViewMatrix = 0x1819FD0
|
||||
dwViewRender = 0x181A850
|
||||
|
||||
class engine2_dll: # engine2.dll
|
||||
dwBuildNumber = 0x48A344
|
||||
dwNetworkGameClient = 0x4898F8
|
||||
dwBuildNumber = 0x48B344
|
||||
dwNetworkGameClient = 0x48A8F8
|
||||
dwNetworkGameClient_getLocalPlayer = 0xF0
|
||||
dwNetworkGameClient_maxClients = 0x250
|
||||
dwNetworkGameClient_signOnState = 0x240
|
||||
dwWindowHeight = 0x540A4C
|
||||
dwWindowWidth = 0x540A48
|
||||
dwWindowHeight = 0x541A6C
|
||||
dwWindowWidth = 0x541A68
|
||||
|
||||
class inputsystem_dll: # inputsystem.dll
|
||||
dwInputSystem = 0x35760
|
||||
|
@ -1,45 +1,45 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:26 +0000
|
||||
* Thu, 7 Dec 2023 03:13:26 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
pub mod client_dll { // client.dll
|
||||
pub const dwEntityList: usize = 0x17BB5B0;
|
||||
pub const dwForceAttack: usize = 0x16BBA70;
|
||||
pub const dwForceAttack2: usize = 0x16BBB00;
|
||||
pub const dwForceBackward: usize = 0x16BBD40;
|
||||
pub const dwForceCrouch: usize = 0x16BC010;
|
||||
pub const dwForceForward: usize = 0x16BBCB0;
|
||||
pub const dwForceJump: usize = 0x16BBF80;
|
||||
pub const dwForceLeft: usize = 0x16BBDD0;
|
||||
pub const dwForceRight: usize = 0x16BBE60;
|
||||
pub const dwGameEntitySystem: usize = 0x18E6DE0;
|
||||
pub const dwEntityList: usize = 0x17BB860;
|
||||
pub const dwForceAttack: usize = 0x16BBD30;
|
||||
pub const dwForceAttack2: usize = 0x16BBDC0;
|
||||
pub const dwForceBackward: usize = 0x16BC000;
|
||||
pub const dwForceCrouch: usize = 0x16BC2D0;
|
||||
pub const dwForceForward: usize = 0x16BBF70;
|
||||
pub const dwForceJump: usize = 0x16BC240;
|
||||
pub const dwForceLeft: usize = 0x16BC090;
|
||||
pub const dwForceRight: usize = 0x16BC120;
|
||||
pub const dwGameEntitySystem: usize = 0x18E7060;
|
||||
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510;
|
||||
pub const dwGameRules: usize = 0x18173C8;
|
||||
pub const dwGlobalVars: usize = 0x16B7BE0;
|
||||
pub const dwGlowManager: usize = 0x18173E8;
|
||||
pub const dwInterfaceLinkList: usize = 0x1914A78;
|
||||
pub const dwLocalPlayerController: usize = 0x180AA20;
|
||||
pub const dwLocalPlayerPawn: usize = 0x16C2B18;
|
||||
pub const dwPlantedC4: usize = 0x181E988;
|
||||
pub const dwPrediction: usize = 0x16C29E0;
|
||||
pub const dwSensitivity: usize = 0x1818AD8;
|
||||
pub const dwGameRules: usize = 0x1817658;
|
||||
pub const dwGlobalVars: usize = 0x16B7EA0;
|
||||
pub const dwGlowManager: usize = 0x1817678;
|
||||
pub const dwInterfaceLinkList: usize = 0x1914CF8;
|
||||
pub const dwLocalPlayerController: usize = 0x180ACB0;
|
||||
pub const dwLocalPlayerPawn: usize = 0x16C2DD8;
|
||||
pub const dwPlantedC4: usize = 0x181ED38;
|
||||
pub const dwPrediction: usize = 0x16C2CA0;
|
||||
pub const dwSensitivity: usize = 0x1818D68;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||
pub const dwViewAngles: usize = 0x187A9D0;
|
||||
pub const dwViewMatrix: usize = 0x1819D40;
|
||||
pub const dwViewRender: usize = 0x181A5C0;
|
||||
pub const dwViewAngles: usize = 0x187AC50;
|
||||
pub const dwViewMatrix: usize = 0x1819FD0;
|
||||
pub const dwViewRender: usize = 0x181A850;
|
||||
}
|
||||
|
||||
pub mod engine2_dll { // engine2.dll
|
||||
pub const dwBuildNumber: usize = 0x48A344;
|
||||
pub const dwNetworkGameClient: usize = 0x4898F8;
|
||||
pub const dwBuildNumber: usize = 0x48B344;
|
||||
pub const dwNetworkGameClient: usize = 0x48A8F8;
|
||||
pub const dwNetworkGameClient_getLocalPlayer: usize = 0xF0;
|
||||
pub const dwNetworkGameClient_maxClients: usize = 0x250;
|
||||
pub const dwNetworkGameClient_signOnState: usize = 0x240;
|
||||
pub const dwWindowHeight: usize = 0x540A4C;
|
||||
pub const dwWindowWidth: usize = 0x540A48;
|
||||
pub const dwWindowHeight: usize = 0x541A6C;
|
||||
pub const dwWindowWidth: usize = 0x541A68;
|
||||
}
|
||||
|
||||
pub mod inputsystem_dll { // inputsystem.dll
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:25 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
public static class CBaseRendererSource2 { // CParticleFunctionRenderer
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:25 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:25 +0000
|
||||
Thu, 7 Dec 2023 03:13:24 +0000
|
||||
'''
|
||||
|
||||
class CBaseRendererSource2: # CParticleFunctionRenderer
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:25 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
public static class CBasePulseGraphInstance {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:24 +0000
|
||||
Thu, 7 Dec 2023 03:13:24 +0000
|
||||
'''
|
||||
|
||||
class CBasePulseGraphInstance:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
public static class RenderInputLayoutField_t {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:24 +0000
|
||||
Thu, 7 Dec 2023 03:13:23 +0000
|
||||
'''
|
||||
|
||||
class RenderInputLayoutField_t:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
public static class AABB_t {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:24 +0000
|
||||
Thu, 7 Dec 2023 03:13:23 +0000
|
||||
'''
|
||||
|
||||
class AABB_t:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
public static class CSSDSEndFrameViewInfo {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:24 +0000
|
||||
Thu, 7 Dec 2023 03:13:24 +0000
|
||||
'''
|
||||
|
||||
class CSSDSEndFrameViewInfo:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
public static class CExampleSchemaVData_Monomorphic {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:24 +0000
|
||||
Thu, 7 Dec 2023 03:13:23 +0000
|
||||
'''
|
||||
|
||||
class CExampleSchemaVData_Monomorphic:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:23 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:25 +0000
|
||||
* Thu, 7 Dec 2023 03:13:25 +0000
|
||||
*/
|
||||
|
||||
public static class ActiveModelConfig_t {
|
||||
@ -257,19 +257,19 @@ public static class CBaseButton { // CBaseToggle
|
||||
}
|
||||
|
||||
public static class CBaseCSGrenade { // CCSWeaponBase
|
||||
public const nint m_bRedraw = 0xE28; // bool
|
||||
public const nint m_bIsHeldByPlayer = 0xE29; // bool
|
||||
public const nint m_bPinPulled = 0xE2A; // bool
|
||||
public const nint m_bJumpThrow = 0xE2B; // bool
|
||||
public const nint m_eThrowStatus = 0xE2C; // EGrenadeThrowState
|
||||
public const nint m_fThrowTime = 0xE30; // GameTime_t
|
||||
public const nint m_flThrowStrength = 0xE34; // float
|
||||
public const nint m_flThrowStrengthApproach = 0xE38; // float
|
||||
public const nint m_fDropTime = 0xE3C; // GameTime_t
|
||||
public const nint m_nNextHoldTick = 0xE40; // GameTick_t
|
||||
public const nint m_flNextHoldFrac = 0xE44; // float
|
||||
public const nint m_bRedraw = 0xE30; // bool
|
||||
public const nint m_bIsHeldByPlayer = 0xE31; // bool
|
||||
public const nint m_bPinPulled = 0xE32; // bool
|
||||
public const nint m_bJumpThrow = 0xE33; // bool
|
||||
public const nint m_eThrowStatus = 0xE34; // EGrenadeThrowState
|
||||
public const nint m_fThrowTime = 0xE38; // GameTime_t
|
||||
public const nint m_flThrowStrength = 0xE3C; // float
|
||||
public const nint m_flThrowStrengthApproach = 0xE40; // float
|
||||
public const nint m_fDropTime = 0xE44; // GameTime_t
|
||||
public const nint m_bJustPulledPin = 0xE48; // bool
|
||||
public const nint m_bSwitchWeaponAfterThrow = 0xE49; // bool
|
||||
public const nint m_nNextHoldTick = 0xE4C; // GameTick_t
|
||||
public const nint m_flNextHoldFrac = 0xE50; // float
|
||||
public const nint m_hSwitchToWeaponAfterThrow = 0xE54; // CHandle<CCSWeaponBase>
|
||||
}
|
||||
|
||||
public static class CBaseCSGrenadeProjectile { // CBaseGrenade
|
||||
@ -980,18 +980,18 @@ public static class CBuyZone { // CBaseTrigger
|
||||
}
|
||||
|
||||
public static class CC4 { // CCSWeaponBase
|
||||
public const nint m_vecLastValidPlayerHeldPosition = 0xE28; // Vector
|
||||
public const nint m_vecLastValidDroppedPosition = 0xE34; // Vector
|
||||
public const nint m_bDoValidDroppedPositionCheck = 0xE40; // bool
|
||||
public const nint m_bStartedArming = 0xE41; // bool
|
||||
public const nint m_fArmedTime = 0xE44; // GameTime_t
|
||||
public const nint m_bBombPlacedAnimation = 0xE48; // bool
|
||||
public const nint m_bIsPlantingViaUse = 0xE49; // bool
|
||||
public const nint m_entitySpottedState = 0xE50; // EntitySpottedState_t
|
||||
public const nint m_nSpotRules = 0xE68; // int32_t
|
||||
public const nint m_bPlayedArmingBeeps = 0xE6C; // bool[7]
|
||||
public const nint m_bBombPlanted = 0xE73; // bool
|
||||
public const nint m_bDroppedFromDeath = 0xE74; // bool
|
||||
public const nint m_vecLastValidPlayerHeldPosition = 0xE30; // Vector
|
||||
public const nint m_vecLastValidDroppedPosition = 0xE3C; // Vector
|
||||
public const nint m_bDoValidDroppedPositionCheck = 0xE48; // bool
|
||||
public const nint m_bStartedArming = 0xE49; // bool
|
||||
public const nint m_fArmedTime = 0xE4C; // GameTime_t
|
||||
public const nint m_bBombPlacedAnimation = 0xE50; // bool
|
||||
public const nint m_bIsPlantingViaUse = 0xE51; // bool
|
||||
public const nint m_entitySpottedState = 0xE58; // EntitySpottedState_t
|
||||
public const nint m_nSpotRules = 0xE70; // int32_t
|
||||
public const nint m_bPlayedArmingBeeps = 0xE74; // bool[7]
|
||||
public const nint m_bBombPlanted = 0xE7B; // bool
|
||||
public const nint m_bDroppedFromDeath = 0xE7C; // bool
|
||||
}
|
||||
|
||||
public static class CCSBot { // CBot
|
||||
@ -1590,23 +1590,23 @@ public static class CCSPlayerPawn { // CCSPlayerPawnBase
|
||||
public const nint m_aimPunchTickFraction = 0x16A0; // float
|
||||
public const nint m_aimPunchCache = 0x16A8; // CUtlVector<QAngle>
|
||||
public const nint m_bIsBuyMenuOpen = 0x16C0; // bool
|
||||
public const nint m_xLastHeadBoneTransform = 0x1CF0; // CTransform
|
||||
public const nint m_bLastHeadBoneTransformIsValid = 0x1D10; // bool
|
||||
public const nint m_lastLandTime = 0x1D14; // GameTime_t
|
||||
public const nint m_bOnGroundLastTick = 0x1D18; // bool
|
||||
public const nint m_iPlayerLocked = 0x1D1C; // int32_t
|
||||
public const nint m_flTimeOfLastInjury = 0x1D24; // GameTime_t
|
||||
public const nint m_flNextSprayDecalTime = 0x1D28; // GameTime_t
|
||||
public const nint m_bNextSprayDecalTimeExpedited = 0x1D2C; // bool
|
||||
public const nint m_nRagdollDamageBone = 0x1D30; // int32_t
|
||||
public const nint m_vRagdollDamageForce = 0x1D34; // Vector
|
||||
public const nint m_vRagdollDamagePosition = 0x1D40; // Vector
|
||||
public const nint m_szRagdollDamageWeaponName = 0x1D4C; // char[64]
|
||||
public const nint m_bRagdollDamageHeadshot = 0x1D8C; // bool
|
||||
public const nint m_vRagdollServerOrigin = 0x1D90; // Vector
|
||||
public const nint m_EconGloves = 0x1DA0; // CEconItemView
|
||||
public const nint m_qDeathEyeAngles = 0x2018; // QAngle
|
||||
public const nint m_bSkipOneHeadConstraintUpdate = 0x2024; // bool
|
||||
public const nint m_xLastHeadBoneTransform = 0x1D00; // CTransform
|
||||
public const nint m_bLastHeadBoneTransformIsValid = 0x1D20; // bool
|
||||
public const nint m_lastLandTime = 0x1D24; // GameTime_t
|
||||
public const nint m_bOnGroundLastTick = 0x1D28; // bool
|
||||
public const nint m_iPlayerLocked = 0x1D2C; // int32_t
|
||||
public const nint m_flTimeOfLastInjury = 0x1D34; // GameTime_t
|
||||
public const nint m_flNextSprayDecalTime = 0x1D38; // GameTime_t
|
||||
public const nint m_bNextSprayDecalTimeExpedited = 0x1D3C; // bool
|
||||
public const nint m_nRagdollDamageBone = 0x1D40; // int32_t
|
||||
public const nint m_vRagdollDamageForce = 0x1D44; // Vector
|
||||
public const nint m_vRagdollDamagePosition = 0x1D50; // Vector
|
||||
public const nint m_szRagdollDamageWeaponName = 0x1D5C; // char[64]
|
||||
public const nint m_bRagdollDamageHeadshot = 0x1D9C; // bool
|
||||
public const nint m_vRagdollServerOrigin = 0x1DA0; // Vector
|
||||
public const nint m_EconGloves = 0x1DB0; // CEconItemView
|
||||
public const nint m_qDeathEyeAngles = 0x2028; // QAngle
|
||||
public const nint m_bSkipOneHeadConstraintUpdate = 0x2034; // bool
|
||||
}
|
||||
|
||||
public static class CCSPlayerPawnBase { // CBasePlayerPawn
|
||||
@ -1918,66 +1918,66 @@ public static class CCSWeaponBase { // CBasePlayerWeapon
|
||||
public const nint m_thirdPersonFireSequences = 0xCB0; // CUtlVector<HSequence>
|
||||
public const nint m_hCurrentThirdPersonSequence = 0xCC8; // HSequence
|
||||
public const nint m_nSilencerBoneIndex = 0xCCC; // int32_t
|
||||
public const nint m_thirdPersonSequences = 0xCD0; // HSequence[6]
|
||||
public const nint m_bPlayerAmmoStockOnPickup = 0xCF0; // bool
|
||||
public const nint m_bRequireUseToTouch = 0xCF1; // bool
|
||||
public const nint m_iState = 0xCF4; // CSWeaponState_t
|
||||
public const nint m_flLastTimeInAir = 0xCF8; // GameTime_t
|
||||
public const nint m_flLastDeployTime = 0xCFC; // GameTime_t
|
||||
public const nint m_nViewModelIndex = 0xD00; // uint32_t
|
||||
public const nint m_bReloadsWithClips = 0xD04; // bool
|
||||
public const nint m_flTimeWeaponIdle = 0xD20; // GameTime_t
|
||||
public const nint m_bFireOnEmpty = 0xD24; // bool
|
||||
public const nint m_OnPlayerPickup = 0xD28; // CEntityIOOutput
|
||||
public const nint m_weaponMode = 0xD50; // CSWeaponMode
|
||||
public const nint m_flTurningInaccuracyDelta = 0xD54; // float
|
||||
public const nint m_vecTurningInaccuracyEyeDirLast = 0xD58; // Vector
|
||||
public const nint m_flTurningInaccuracy = 0xD64; // float
|
||||
public const nint m_fAccuracyPenalty = 0xD68; // float
|
||||
public const nint m_flLastAccuracyUpdateTime = 0xD6C; // GameTime_t
|
||||
public const nint m_fAccuracySmoothedForZoom = 0xD70; // float
|
||||
public const nint m_fScopeZoomEndTime = 0xD74; // GameTime_t
|
||||
public const nint m_iRecoilIndex = 0xD78; // int32_t
|
||||
public const nint m_flRecoilIndex = 0xD7C; // float
|
||||
public const nint m_bBurstMode = 0xD80; // bool
|
||||
public const nint m_nPostponeFireReadyTicks = 0xD84; // GameTick_t
|
||||
public const nint m_flPostponeFireReadyFrac = 0xD88; // float
|
||||
public const nint m_bInReload = 0xD8C; // bool
|
||||
public const nint m_bReloadVisuallyComplete = 0xD8D; // bool
|
||||
public const nint m_flDroppedAtTime = 0xD90; // GameTime_t
|
||||
public const nint m_bIsHauledBack = 0xD94; // bool
|
||||
public const nint m_bSilencerOn = 0xD95; // bool
|
||||
public const nint m_flTimeSilencerSwitchComplete = 0xD98; // GameTime_t
|
||||
public const nint m_iOriginalTeamNumber = 0xD9C; // int32_t
|
||||
public const nint m_flNextAttackRenderTimeOffset = 0xDA0; // float
|
||||
public const nint m_bCanBePickedUp = 0xDB8; // bool
|
||||
public const nint m_bUseCanOverrideNextOwnerTouchTime = 0xDB9; // bool
|
||||
public const nint m_nextOwnerTouchTime = 0xDBC; // GameTime_t
|
||||
public const nint m_nextPrevOwnerTouchTime = 0xDC0; // GameTime_t
|
||||
public const nint m_hPrevOwner = 0xDC4; // CHandle<CCSPlayerPawn>
|
||||
public const nint m_nDropTick = 0xDC8; // GameTick_t
|
||||
public const nint m_donated = 0xDEC; // bool
|
||||
public const nint m_fLastShotTime = 0xDF0; // GameTime_t
|
||||
public const nint m_bWasOwnedByCT = 0xDF4; // bool
|
||||
public const nint m_bWasOwnedByTerrorist = 0xDF5; // bool
|
||||
public const nint m_bFiredOutOfAmmoEvent = 0xDF6; // bool
|
||||
public const nint m_numRemoveUnownedWeaponThink = 0xDF8; // int32_t
|
||||
public const nint m_IronSightController = 0xE00; // CIronSightController
|
||||
public const nint m_iIronSightMode = 0xE18; // int32_t
|
||||
public const nint m_flLastLOSTraceFailureTime = 0xE1C; // GameTime_t
|
||||
public const nint m_iNumEmptyAttacks = 0xE20; // int32_t
|
||||
public const nint m_thirdPersonSequences = 0xCD0; // HSequence[7]
|
||||
public const nint m_bPlayerAmmoStockOnPickup = 0xCF8; // bool
|
||||
public const nint m_bRequireUseToTouch = 0xCF9; // bool
|
||||
public const nint m_iState = 0xCFC; // CSWeaponState_t
|
||||
public const nint m_flLastTimeInAir = 0xD00; // GameTime_t
|
||||
public const nint m_flLastDeployTime = 0xD04; // GameTime_t
|
||||
public const nint m_nViewModelIndex = 0xD08; // uint32_t
|
||||
public const nint m_bReloadsWithClips = 0xD0C; // bool
|
||||
public const nint m_flTimeWeaponIdle = 0xD28; // GameTime_t
|
||||
public const nint m_bFireOnEmpty = 0xD2C; // bool
|
||||
public const nint m_OnPlayerPickup = 0xD30; // CEntityIOOutput
|
||||
public const nint m_weaponMode = 0xD58; // CSWeaponMode
|
||||
public const nint m_flTurningInaccuracyDelta = 0xD5C; // float
|
||||
public const nint m_vecTurningInaccuracyEyeDirLast = 0xD60; // Vector
|
||||
public const nint m_flTurningInaccuracy = 0xD6C; // float
|
||||
public const nint m_fAccuracyPenalty = 0xD70; // float
|
||||
public const nint m_flLastAccuracyUpdateTime = 0xD74; // GameTime_t
|
||||
public const nint m_fAccuracySmoothedForZoom = 0xD78; // float
|
||||
public const nint m_fScopeZoomEndTime = 0xD7C; // GameTime_t
|
||||
public const nint m_iRecoilIndex = 0xD80; // int32_t
|
||||
public const nint m_flRecoilIndex = 0xD84; // float
|
||||
public const nint m_bBurstMode = 0xD88; // bool
|
||||
public const nint m_nPostponeFireReadyTicks = 0xD8C; // GameTick_t
|
||||
public const nint m_flPostponeFireReadyFrac = 0xD90; // float
|
||||
public const nint m_bInReload = 0xD94; // bool
|
||||
public const nint m_bReloadVisuallyComplete = 0xD95; // bool
|
||||
public const nint m_flDroppedAtTime = 0xD98; // GameTime_t
|
||||
public const nint m_bIsHauledBack = 0xD9C; // bool
|
||||
public const nint m_bSilencerOn = 0xD9D; // bool
|
||||
public const nint m_flTimeSilencerSwitchComplete = 0xDA0; // GameTime_t
|
||||
public const nint m_iOriginalTeamNumber = 0xDA4; // int32_t
|
||||
public const nint m_flNextAttackRenderTimeOffset = 0xDA8; // float
|
||||
public const nint m_bCanBePickedUp = 0xDC0; // bool
|
||||
public const nint m_bUseCanOverrideNextOwnerTouchTime = 0xDC1; // bool
|
||||
public const nint m_nextOwnerTouchTime = 0xDC4; // GameTime_t
|
||||
public const nint m_nextPrevOwnerTouchTime = 0xDC8; // GameTime_t
|
||||
public const nint m_hPrevOwner = 0xDCC; // CHandle<CCSPlayerPawn>
|
||||
public const nint m_nDropTick = 0xDD0; // GameTick_t
|
||||
public const nint m_donated = 0xDF4; // bool
|
||||
public const nint m_fLastShotTime = 0xDF8; // GameTime_t
|
||||
public const nint m_bWasOwnedByCT = 0xDFC; // bool
|
||||
public const nint m_bWasOwnedByTerrorist = 0xDFD; // bool
|
||||
public const nint m_bFiredOutOfAmmoEvent = 0xDFE; // bool
|
||||
public const nint m_numRemoveUnownedWeaponThink = 0xE00; // int32_t
|
||||
public const nint m_IronSightController = 0xE08; // CIronSightController
|
||||
public const nint m_iIronSightMode = 0xE20; // int32_t
|
||||
public const nint m_flLastLOSTraceFailureTime = 0xE24; // GameTime_t
|
||||
public const nint m_iNumEmptyAttacks = 0xE28; // int32_t
|
||||
}
|
||||
|
||||
public static class CCSWeaponBaseGun { // CCSWeaponBase
|
||||
public const nint m_zoomLevel = 0xE28; // int32_t
|
||||
public const nint m_iBurstShotsRemaining = 0xE2C; // int32_t
|
||||
public const nint m_silencedModelIndex = 0xE38; // int32_t
|
||||
public const nint m_inPrecache = 0xE3C; // bool
|
||||
public const nint m_bNeedsBoltAction = 0xE3D; // bool
|
||||
public const nint m_bSkillReloadAvailable = 0xE3E; // bool
|
||||
public const nint m_bSkillReloadLiftedReloadKey = 0xE3F; // bool
|
||||
public const nint m_bSkillBoltInterruptAvailable = 0xE40; // bool
|
||||
public const nint m_bSkillBoltLiftedFireKey = 0xE41; // bool
|
||||
public const nint m_zoomLevel = 0xE30; // int32_t
|
||||
public const nint m_iBurstShotsRemaining = 0xE34; // int32_t
|
||||
public const nint m_silencedModelIndex = 0xE40; // int32_t
|
||||
public const nint m_inPrecache = 0xE44; // bool
|
||||
public const nint m_bNeedsBoltAction = 0xE45; // bool
|
||||
public const nint m_bSkillReloadAvailable = 0xE46; // bool
|
||||
public const nint m_bSkillReloadLiftedReloadKey = 0xE47; // bool
|
||||
public const nint m_bSkillBoltInterruptAvailable = 0xE48; // bool
|
||||
public const nint m_bSkillBoltLiftedFireKey = 0xE49; // bool
|
||||
}
|
||||
|
||||
public static class CCSWeaponBaseVData { // CBasePlayerWeaponVData
|
||||
@ -3056,13 +3056,13 @@ public static class CFishPool { // CBaseEntity
|
||||
}
|
||||
|
||||
public static class CFists { // CCSWeaponBase
|
||||
public const nint m_bPlayingUninterruptableAct = 0xE28; // bool
|
||||
public const nint m_nUninterruptableActivity = 0xE2C; // PlayerAnimEvent_t
|
||||
public const nint m_bRestorePrevWep = 0xE30; // bool
|
||||
public const nint m_hWeaponBeforePrevious = 0xE34; // CHandle<CBasePlayerWeapon>
|
||||
public const nint m_hWeaponPrevious = 0xE38; // CHandle<CBasePlayerWeapon>
|
||||
public const nint m_bDelayedHardPunchIncoming = 0xE3C; // bool
|
||||
public const nint m_bDestroyAfterTaunt = 0xE3D; // bool
|
||||
public const nint m_bPlayingUninterruptableAct = 0xE30; // bool
|
||||
public const nint m_nUninterruptableActivity = 0xE34; // PlayerAnimEvent_t
|
||||
public const nint m_bRestorePrevWep = 0xE38; // bool
|
||||
public const nint m_hWeaponBeforePrevious = 0xE3C; // CHandle<CBasePlayerWeapon>
|
||||
public const nint m_hWeaponPrevious = 0xE40; // CHandle<CBasePlayerWeapon>
|
||||
public const nint m_bDelayedHardPunchIncoming = 0xE44; // bool
|
||||
public const nint m_bDestroyAfterTaunt = 0xE45; // bool
|
||||
}
|
||||
|
||||
public static class CFlashbang { // CBaseCSGrenade
|
||||
@ -3901,7 +3901,7 @@ public static class CKeepUpright { // CPointEntity
|
||||
}
|
||||
|
||||
public static class CKnife { // CCSWeaponBase
|
||||
public const nint m_bFirstAttack = 0xE28; // bool
|
||||
public const nint m_bFirstAttack = 0xE30; // bool
|
||||
}
|
||||
|
||||
public static class CLightComponent { // CEntityComponent
|
||||
@ -6667,8 +6667,8 @@ public static class CWeaponAug { // CCSWeaponBaseGun
|
||||
}
|
||||
|
||||
public static class CWeaponBaseItem { // CCSWeaponBase
|
||||
public const nint m_SequenceCompleteTimer = 0xE28; // CountdownTimer
|
||||
public const nint m_bRedraw = 0xE40; // bool
|
||||
public const nint m_SequenceCompleteTimer = 0xE30; // CountdownTimer
|
||||
public const nint m_bRedraw = 0xE48; // bool
|
||||
}
|
||||
|
||||
public static class CWeaponBizon { // CCSWeaponBaseGun
|
||||
@ -6750,13 +6750,13 @@ public static class CWeaponSawedoff { // CCSWeaponBase
|
||||
}
|
||||
|
||||
public static class CWeaponShield { // CCSWeaponBaseGun
|
||||
public const nint m_flBulletDamageAbsorbed = 0xE48; // float
|
||||
public const nint m_flLastBulletHitSoundTime = 0xE4C; // GameTime_t
|
||||
public const nint m_flDisplayHealth = 0xE50; // float
|
||||
public const nint m_flBulletDamageAbsorbed = 0xE50; // float
|
||||
public const nint m_flLastBulletHitSoundTime = 0xE54; // GameTime_t
|
||||
public const nint m_flDisplayHealth = 0xE58; // float
|
||||
}
|
||||
|
||||
public static class CWeaponTaser { // CCSWeaponBaseGun
|
||||
public const nint m_fFireTime = 0xE48; // GameTime_t
|
||||
public const nint m_fFireTime = 0xE50; // GameTime_t
|
||||
}
|
||||
|
||||
public static class CWeaponTec9 { // CCSWeaponBaseGun
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:25 +0000
|
||||
* Thu, 7 Dec 2023 03:13:25 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@ -261,19 +261,19 @@ namespace CBaseButton { // CBaseToggle
|
||||
}
|
||||
|
||||
namespace CBaseCSGrenade { // CCSWeaponBase
|
||||
constexpr std::ptrdiff_t m_bRedraw = 0xE28; // bool
|
||||
constexpr std::ptrdiff_t m_bIsHeldByPlayer = 0xE29; // bool
|
||||
constexpr std::ptrdiff_t m_bPinPulled = 0xE2A; // bool
|
||||
constexpr std::ptrdiff_t m_bJumpThrow = 0xE2B; // bool
|
||||
constexpr std::ptrdiff_t m_eThrowStatus = 0xE2C; // EGrenadeThrowState
|
||||
constexpr std::ptrdiff_t m_fThrowTime = 0xE30; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flThrowStrength = 0xE34; // float
|
||||
constexpr std::ptrdiff_t m_flThrowStrengthApproach = 0xE38; // float
|
||||
constexpr std::ptrdiff_t m_fDropTime = 0xE3C; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_nNextHoldTick = 0xE40; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_flNextHoldFrac = 0xE44; // float
|
||||
constexpr std::ptrdiff_t m_bRedraw = 0xE30; // bool
|
||||
constexpr std::ptrdiff_t m_bIsHeldByPlayer = 0xE31; // bool
|
||||
constexpr std::ptrdiff_t m_bPinPulled = 0xE32; // bool
|
||||
constexpr std::ptrdiff_t m_bJumpThrow = 0xE33; // bool
|
||||
constexpr std::ptrdiff_t m_eThrowStatus = 0xE34; // EGrenadeThrowState
|
||||
constexpr std::ptrdiff_t m_fThrowTime = 0xE38; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flThrowStrength = 0xE3C; // float
|
||||
constexpr std::ptrdiff_t m_flThrowStrengthApproach = 0xE40; // float
|
||||
constexpr std::ptrdiff_t m_fDropTime = 0xE44; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bJustPulledPin = 0xE48; // bool
|
||||
constexpr std::ptrdiff_t m_bSwitchWeaponAfterThrow = 0xE49; // bool
|
||||
constexpr std::ptrdiff_t m_nNextHoldTick = 0xE4C; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_flNextHoldFrac = 0xE50; // float
|
||||
constexpr std::ptrdiff_t m_hSwitchToWeaponAfterThrow = 0xE54; // CHandle<CCSWeaponBase>
|
||||
}
|
||||
|
||||
namespace CBaseCSGrenadeProjectile { // CBaseGrenade
|
||||
@ -984,18 +984,18 @@ namespace CBuyZone { // CBaseTrigger
|
||||
}
|
||||
|
||||
namespace CC4 { // CCSWeaponBase
|
||||
constexpr std::ptrdiff_t m_vecLastValidPlayerHeldPosition = 0xE28; // Vector
|
||||
constexpr std::ptrdiff_t m_vecLastValidDroppedPosition = 0xE34; // Vector
|
||||
constexpr std::ptrdiff_t m_bDoValidDroppedPositionCheck = 0xE40; // bool
|
||||
constexpr std::ptrdiff_t m_bStartedArming = 0xE41; // bool
|
||||
constexpr std::ptrdiff_t m_fArmedTime = 0xE44; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bBombPlacedAnimation = 0xE48; // bool
|
||||
constexpr std::ptrdiff_t m_bIsPlantingViaUse = 0xE49; // bool
|
||||
constexpr std::ptrdiff_t m_entitySpottedState = 0xE50; // EntitySpottedState_t
|
||||
constexpr std::ptrdiff_t m_nSpotRules = 0xE68; // int32_t
|
||||
constexpr std::ptrdiff_t m_bPlayedArmingBeeps = 0xE6C; // bool[7]
|
||||
constexpr std::ptrdiff_t m_bBombPlanted = 0xE73; // bool
|
||||
constexpr std::ptrdiff_t m_bDroppedFromDeath = 0xE74; // bool
|
||||
constexpr std::ptrdiff_t m_vecLastValidPlayerHeldPosition = 0xE30; // Vector
|
||||
constexpr std::ptrdiff_t m_vecLastValidDroppedPosition = 0xE3C; // Vector
|
||||
constexpr std::ptrdiff_t m_bDoValidDroppedPositionCheck = 0xE48; // bool
|
||||
constexpr std::ptrdiff_t m_bStartedArming = 0xE49; // bool
|
||||
constexpr std::ptrdiff_t m_fArmedTime = 0xE4C; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bBombPlacedAnimation = 0xE50; // bool
|
||||
constexpr std::ptrdiff_t m_bIsPlantingViaUse = 0xE51; // bool
|
||||
constexpr std::ptrdiff_t m_entitySpottedState = 0xE58; // EntitySpottedState_t
|
||||
constexpr std::ptrdiff_t m_nSpotRules = 0xE70; // int32_t
|
||||
constexpr std::ptrdiff_t m_bPlayedArmingBeeps = 0xE74; // bool[7]
|
||||
constexpr std::ptrdiff_t m_bBombPlanted = 0xE7B; // bool
|
||||
constexpr std::ptrdiff_t m_bDroppedFromDeath = 0xE7C; // bool
|
||||
}
|
||||
|
||||
namespace CCSBot { // CBot
|
||||
@ -1594,23 +1594,23 @@ namespace CCSPlayerPawn { // CCSPlayerPawnBase
|
||||
constexpr std::ptrdiff_t m_aimPunchTickFraction = 0x16A0; // float
|
||||
constexpr std::ptrdiff_t m_aimPunchCache = 0x16A8; // CUtlVector<QAngle>
|
||||
constexpr std::ptrdiff_t m_bIsBuyMenuOpen = 0x16C0; // bool
|
||||
constexpr std::ptrdiff_t m_xLastHeadBoneTransform = 0x1CF0; // CTransform
|
||||
constexpr std::ptrdiff_t m_bLastHeadBoneTransformIsValid = 0x1D10; // bool
|
||||
constexpr std::ptrdiff_t m_lastLandTime = 0x1D14; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bOnGroundLastTick = 0x1D18; // bool
|
||||
constexpr std::ptrdiff_t m_iPlayerLocked = 0x1D1C; // int32_t
|
||||
constexpr std::ptrdiff_t m_flTimeOfLastInjury = 0x1D24; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flNextSprayDecalTime = 0x1D28; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bNextSprayDecalTimeExpedited = 0x1D2C; // bool
|
||||
constexpr std::ptrdiff_t m_nRagdollDamageBone = 0x1D30; // int32_t
|
||||
constexpr std::ptrdiff_t m_vRagdollDamageForce = 0x1D34; // Vector
|
||||
constexpr std::ptrdiff_t m_vRagdollDamagePosition = 0x1D40; // Vector
|
||||
constexpr std::ptrdiff_t m_szRagdollDamageWeaponName = 0x1D4C; // char[64]
|
||||
constexpr std::ptrdiff_t m_bRagdollDamageHeadshot = 0x1D8C; // bool
|
||||
constexpr std::ptrdiff_t m_vRagdollServerOrigin = 0x1D90; // Vector
|
||||
constexpr std::ptrdiff_t m_EconGloves = 0x1DA0; // CEconItemView
|
||||
constexpr std::ptrdiff_t m_qDeathEyeAngles = 0x2018; // QAngle
|
||||
constexpr std::ptrdiff_t m_bSkipOneHeadConstraintUpdate = 0x2024; // bool
|
||||
constexpr std::ptrdiff_t m_xLastHeadBoneTransform = 0x1D00; // CTransform
|
||||
constexpr std::ptrdiff_t m_bLastHeadBoneTransformIsValid = 0x1D20; // bool
|
||||
constexpr std::ptrdiff_t m_lastLandTime = 0x1D24; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bOnGroundLastTick = 0x1D28; // bool
|
||||
constexpr std::ptrdiff_t m_iPlayerLocked = 0x1D2C; // int32_t
|
||||
constexpr std::ptrdiff_t m_flTimeOfLastInjury = 0x1D34; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flNextSprayDecalTime = 0x1D38; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bNextSprayDecalTimeExpedited = 0x1D3C; // bool
|
||||
constexpr std::ptrdiff_t m_nRagdollDamageBone = 0x1D40; // int32_t
|
||||
constexpr std::ptrdiff_t m_vRagdollDamageForce = 0x1D44; // Vector
|
||||
constexpr std::ptrdiff_t m_vRagdollDamagePosition = 0x1D50; // Vector
|
||||
constexpr std::ptrdiff_t m_szRagdollDamageWeaponName = 0x1D5C; // char[64]
|
||||
constexpr std::ptrdiff_t m_bRagdollDamageHeadshot = 0x1D9C; // bool
|
||||
constexpr std::ptrdiff_t m_vRagdollServerOrigin = 0x1DA0; // Vector
|
||||
constexpr std::ptrdiff_t m_EconGloves = 0x1DB0; // CEconItemView
|
||||
constexpr std::ptrdiff_t m_qDeathEyeAngles = 0x2028; // QAngle
|
||||
constexpr std::ptrdiff_t m_bSkipOneHeadConstraintUpdate = 0x2034; // bool
|
||||
}
|
||||
|
||||
namespace CCSPlayerPawnBase { // CBasePlayerPawn
|
||||
@ -1922,66 +1922,66 @@ namespace CCSWeaponBase { // CBasePlayerWeapon
|
||||
constexpr std::ptrdiff_t m_thirdPersonFireSequences = 0xCB0; // CUtlVector<HSequence>
|
||||
constexpr std::ptrdiff_t m_hCurrentThirdPersonSequence = 0xCC8; // HSequence
|
||||
constexpr std::ptrdiff_t m_nSilencerBoneIndex = 0xCCC; // int32_t
|
||||
constexpr std::ptrdiff_t m_thirdPersonSequences = 0xCD0; // HSequence[6]
|
||||
constexpr std::ptrdiff_t m_bPlayerAmmoStockOnPickup = 0xCF0; // bool
|
||||
constexpr std::ptrdiff_t m_bRequireUseToTouch = 0xCF1; // bool
|
||||
constexpr std::ptrdiff_t m_iState = 0xCF4; // CSWeaponState_t
|
||||
constexpr std::ptrdiff_t m_flLastTimeInAir = 0xCF8; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flLastDeployTime = 0xCFC; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_nViewModelIndex = 0xD00; // uint32_t
|
||||
constexpr std::ptrdiff_t m_bReloadsWithClips = 0xD04; // bool
|
||||
constexpr std::ptrdiff_t m_flTimeWeaponIdle = 0xD20; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bFireOnEmpty = 0xD24; // bool
|
||||
constexpr std::ptrdiff_t m_OnPlayerPickup = 0xD28; // CEntityIOOutput
|
||||
constexpr std::ptrdiff_t m_weaponMode = 0xD50; // CSWeaponMode
|
||||
constexpr std::ptrdiff_t m_flTurningInaccuracyDelta = 0xD54; // float
|
||||
constexpr std::ptrdiff_t m_vecTurningInaccuracyEyeDirLast = 0xD58; // Vector
|
||||
constexpr std::ptrdiff_t m_flTurningInaccuracy = 0xD64; // float
|
||||
constexpr std::ptrdiff_t m_fAccuracyPenalty = 0xD68; // float
|
||||
constexpr std::ptrdiff_t m_flLastAccuracyUpdateTime = 0xD6C; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_fAccuracySmoothedForZoom = 0xD70; // float
|
||||
constexpr std::ptrdiff_t m_fScopeZoomEndTime = 0xD74; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_iRecoilIndex = 0xD78; // int32_t
|
||||
constexpr std::ptrdiff_t m_flRecoilIndex = 0xD7C; // float
|
||||
constexpr std::ptrdiff_t m_bBurstMode = 0xD80; // bool
|
||||
constexpr std::ptrdiff_t m_nPostponeFireReadyTicks = 0xD84; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_flPostponeFireReadyFrac = 0xD88; // float
|
||||
constexpr std::ptrdiff_t m_bInReload = 0xD8C; // bool
|
||||
constexpr std::ptrdiff_t m_bReloadVisuallyComplete = 0xD8D; // bool
|
||||
constexpr std::ptrdiff_t m_flDroppedAtTime = 0xD90; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bIsHauledBack = 0xD94; // bool
|
||||
constexpr std::ptrdiff_t m_bSilencerOn = 0xD95; // bool
|
||||
constexpr std::ptrdiff_t m_flTimeSilencerSwitchComplete = 0xD98; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_iOriginalTeamNumber = 0xD9C; // int32_t
|
||||
constexpr std::ptrdiff_t m_flNextAttackRenderTimeOffset = 0xDA0; // float
|
||||
constexpr std::ptrdiff_t m_bCanBePickedUp = 0xDB8; // bool
|
||||
constexpr std::ptrdiff_t m_bUseCanOverrideNextOwnerTouchTime = 0xDB9; // bool
|
||||
constexpr std::ptrdiff_t m_nextOwnerTouchTime = 0xDBC; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_nextPrevOwnerTouchTime = 0xDC0; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_hPrevOwner = 0xDC4; // CHandle<CCSPlayerPawn>
|
||||
constexpr std::ptrdiff_t m_nDropTick = 0xDC8; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_donated = 0xDEC; // bool
|
||||
constexpr std::ptrdiff_t m_fLastShotTime = 0xDF0; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bWasOwnedByCT = 0xDF4; // bool
|
||||
constexpr std::ptrdiff_t m_bWasOwnedByTerrorist = 0xDF5; // bool
|
||||
constexpr std::ptrdiff_t m_bFiredOutOfAmmoEvent = 0xDF6; // bool
|
||||
constexpr std::ptrdiff_t m_numRemoveUnownedWeaponThink = 0xDF8; // int32_t
|
||||
constexpr std::ptrdiff_t m_IronSightController = 0xE00; // CIronSightController
|
||||
constexpr std::ptrdiff_t m_iIronSightMode = 0xE18; // int32_t
|
||||
constexpr std::ptrdiff_t m_flLastLOSTraceFailureTime = 0xE1C; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_iNumEmptyAttacks = 0xE20; // int32_t
|
||||
constexpr std::ptrdiff_t m_thirdPersonSequences = 0xCD0; // HSequence[7]
|
||||
constexpr std::ptrdiff_t m_bPlayerAmmoStockOnPickup = 0xCF8; // bool
|
||||
constexpr std::ptrdiff_t m_bRequireUseToTouch = 0xCF9; // bool
|
||||
constexpr std::ptrdiff_t m_iState = 0xCFC; // CSWeaponState_t
|
||||
constexpr std::ptrdiff_t m_flLastTimeInAir = 0xD00; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flLastDeployTime = 0xD04; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_nViewModelIndex = 0xD08; // uint32_t
|
||||
constexpr std::ptrdiff_t m_bReloadsWithClips = 0xD0C; // bool
|
||||
constexpr std::ptrdiff_t m_flTimeWeaponIdle = 0xD28; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bFireOnEmpty = 0xD2C; // bool
|
||||
constexpr std::ptrdiff_t m_OnPlayerPickup = 0xD30; // CEntityIOOutput
|
||||
constexpr std::ptrdiff_t m_weaponMode = 0xD58; // CSWeaponMode
|
||||
constexpr std::ptrdiff_t m_flTurningInaccuracyDelta = 0xD5C; // float
|
||||
constexpr std::ptrdiff_t m_vecTurningInaccuracyEyeDirLast = 0xD60; // Vector
|
||||
constexpr std::ptrdiff_t m_flTurningInaccuracy = 0xD6C; // float
|
||||
constexpr std::ptrdiff_t m_fAccuracyPenalty = 0xD70; // float
|
||||
constexpr std::ptrdiff_t m_flLastAccuracyUpdateTime = 0xD74; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_fAccuracySmoothedForZoom = 0xD78; // float
|
||||
constexpr std::ptrdiff_t m_fScopeZoomEndTime = 0xD7C; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_iRecoilIndex = 0xD80; // int32_t
|
||||
constexpr std::ptrdiff_t m_flRecoilIndex = 0xD84; // float
|
||||
constexpr std::ptrdiff_t m_bBurstMode = 0xD88; // bool
|
||||
constexpr std::ptrdiff_t m_nPostponeFireReadyTicks = 0xD8C; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_flPostponeFireReadyFrac = 0xD90; // float
|
||||
constexpr std::ptrdiff_t m_bInReload = 0xD94; // bool
|
||||
constexpr std::ptrdiff_t m_bReloadVisuallyComplete = 0xD95; // bool
|
||||
constexpr std::ptrdiff_t m_flDroppedAtTime = 0xD98; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bIsHauledBack = 0xD9C; // bool
|
||||
constexpr std::ptrdiff_t m_bSilencerOn = 0xD9D; // bool
|
||||
constexpr std::ptrdiff_t m_flTimeSilencerSwitchComplete = 0xDA0; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_iOriginalTeamNumber = 0xDA4; // int32_t
|
||||
constexpr std::ptrdiff_t m_flNextAttackRenderTimeOffset = 0xDA8; // float
|
||||
constexpr std::ptrdiff_t m_bCanBePickedUp = 0xDC0; // bool
|
||||
constexpr std::ptrdiff_t m_bUseCanOverrideNextOwnerTouchTime = 0xDC1; // bool
|
||||
constexpr std::ptrdiff_t m_nextOwnerTouchTime = 0xDC4; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_nextPrevOwnerTouchTime = 0xDC8; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_hPrevOwner = 0xDCC; // CHandle<CCSPlayerPawn>
|
||||
constexpr std::ptrdiff_t m_nDropTick = 0xDD0; // GameTick_t
|
||||
constexpr std::ptrdiff_t m_donated = 0xDF4; // bool
|
||||
constexpr std::ptrdiff_t m_fLastShotTime = 0xDF8; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_bWasOwnedByCT = 0xDFC; // bool
|
||||
constexpr std::ptrdiff_t m_bWasOwnedByTerrorist = 0xDFD; // bool
|
||||
constexpr std::ptrdiff_t m_bFiredOutOfAmmoEvent = 0xDFE; // bool
|
||||
constexpr std::ptrdiff_t m_numRemoveUnownedWeaponThink = 0xE00; // int32_t
|
||||
constexpr std::ptrdiff_t m_IronSightController = 0xE08; // CIronSightController
|
||||
constexpr std::ptrdiff_t m_iIronSightMode = 0xE20; // int32_t
|
||||
constexpr std::ptrdiff_t m_flLastLOSTraceFailureTime = 0xE24; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_iNumEmptyAttacks = 0xE28; // int32_t
|
||||
}
|
||||
|
||||
namespace CCSWeaponBaseGun { // CCSWeaponBase
|
||||
constexpr std::ptrdiff_t m_zoomLevel = 0xE28; // int32_t
|
||||
constexpr std::ptrdiff_t m_iBurstShotsRemaining = 0xE2C; // int32_t
|
||||
constexpr std::ptrdiff_t m_silencedModelIndex = 0xE38; // int32_t
|
||||
constexpr std::ptrdiff_t m_inPrecache = 0xE3C; // bool
|
||||
constexpr std::ptrdiff_t m_bNeedsBoltAction = 0xE3D; // bool
|
||||
constexpr std::ptrdiff_t m_bSkillReloadAvailable = 0xE3E; // bool
|
||||
constexpr std::ptrdiff_t m_bSkillReloadLiftedReloadKey = 0xE3F; // bool
|
||||
constexpr std::ptrdiff_t m_bSkillBoltInterruptAvailable = 0xE40; // bool
|
||||
constexpr std::ptrdiff_t m_bSkillBoltLiftedFireKey = 0xE41; // bool
|
||||
constexpr std::ptrdiff_t m_zoomLevel = 0xE30; // int32_t
|
||||
constexpr std::ptrdiff_t m_iBurstShotsRemaining = 0xE34; // int32_t
|
||||
constexpr std::ptrdiff_t m_silencedModelIndex = 0xE40; // int32_t
|
||||
constexpr std::ptrdiff_t m_inPrecache = 0xE44; // bool
|
||||
constexpr std::ptrdiff_t m_bNeedsBoltAction = 0xE45; // bool
|
||||
constexpr std::ptrdiff_t m_bSkillReloadAvailable = 0xE46; // bool
|
||||
constexpr std::ptrdiff_t m_bSkillReloadLiftedReloadKey = 0xE47; // bool
|
||||
constexpr std::ptrdiff_t m_bSkillBoltInterruptAvailable = 0xE48; // bool
|
||||
constexpr std::ptrdiff_t m_bSkillBoltLiftedFireKey = 0xE49; // bool
|
||||
}
|
||||
|
||||
namespace CCSWeaponBaseVData { // CBasePlayerWeaponVData
|
||||
@ -3060,13 +3060,13 @@ namespace CFishPool { // CBaseEntity
|
||||
}
|
||||
|
||||
namespace CFists { // CCSWeaponBase
|
||||
constexpr std::ptrdiff_t m_bPlayingUninterruptableAct = 0xE28; // bool
|
||||
constexpr std::ptrdiff_t m_nUninterruptableActivity = 0xE2C; // PlayerAnimEvent_t
|
||||
constexpr std::ptrdiff_t m_bRestorePrevWep = 0xE30; // bool
|
||||
constexpr std::ptrdiff_t m_hWeaponBeforePrevious = 0xE34; // CHandle<CBasePlayerWeapon>
|
||||
constexpr std::ptrdiff_t m_hWeaponPrevious = 0xE38; // CHandle<CBasePlayerWeapon>
|
||||
constexpr std::ptrdiff_t m_bDelayedHardPunchIncoming = 0xE3C; // bool
|
||||
constexpr std::ptrdiff_t m_bDestroyAfterTaunt = 0xE3D; // bool
|
||||
constexpr std::ptrdiff_t m_bPlayingUninterruptableAct = 0xE30; // bool
|
||||
constexpr std::ptrdiff_t m_nUninterruptableActivity = 0xE34; // PlayerAnimEvent_t
|
||||
constexpr std::ptrdiff_t m_bRestorePrevWep = 0xE38; // bool
|
||||
constexpr std::ptrdiff_t m_hWeaponBeforePrevious = 0xE3C; // CHandle<CBasePlayerWeapon>
|
||||
constexpr std::ptrdiff_t m_hWeaponPrevious = 0xE40; // CHandle<CBasePlayerWeapon>
|
||||
constexpr std::ptrdiff_t m_bDelayedHardPunchIncoming = 0xE44; // bool
|
||||
constexpr std::ptrdiff_t m_bDestroyAfterTaunt = 0xE45; // bool
|
||||
}
|
||||
|
||||
namespace CFlashbang { // CBaseCSGrenade
|
||||
@ -3905,7 +3905,7 @@ namespace CKeepUpright { // CPointEntity
|
||||
}
|
||||
|
||||
namespace CKnife { // CCSWeaponBase
|
||||
constexpr std::ptrdiff_t m_bFirstAttack = 0xE28; // bool
|
||||
constexpr std::ptrdiff_t m_bFirstAttack = 0xE30; // bool
|
||||
}
|
||||
|
||||
namespace CLightComponent { // CEntityComponent
|
||||
@ -6671,8 +6671,8 @@ namespace CWeaponAug { // CCSWeaponBaseGun
|
||||
}
|
||||
|
||||
namespace CWeaponBaseItem { // CCSWeaponBase
|
||||
constexpr std::ptrdiff_t m_SequenceCompleteTimer = 0xE28; // CountdownTimer
|
||||
constexpr std::ptrdiff_t m_bRedraw = 0xE40; // bool
|
||||
constexpr std::ptrdiff_t m_SequenceCompleteTimer = 0xE30; // CountdownTimer
|
||||
constexpr std::ptrdiff_t m_bRedraw = 0xE48; // bool
|
||||
}
|
||||
|
||||
namespace CWeaponBizon { // CCSWeaponBaseGun
|
||||
@ -6754,13 +6754,13 @@ namespace CWeaponSawedoff { // CCSWeaponBase
|
||||
}
|
||||
|
||||
namespace CWeaponShield { // CCSWeaponBaseGun
|
||||
constexpr std::ptrdiff_t m_flBulletDamageAbsorbed = 0xE48; // float
|
||||
constexpr std::ptrdiff_t m_flLastBulletHitSoundTime = 0xE4C; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flDisplayHealth = 0xE50; // float
|
||||
constexpr std::ptrdiff_t m_flBulletDamageAbsorbed = 0xE50; // float
|
||||
constexpr std::ptrdiff_t m_flLastBulletHitSoundTime = 0xE54; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_flDisplayHealth = 0xE58; // float
|
||||
}
|
||||
|
||||
namespace CWeaponTaser { // CCSWeaponBaseGun
|
||||
constexpr std::ptrdiff_t m_fFireTime = 0xE48; // GameTime_t
|
||||
constexpr std::ptrdiff_t m_fFireTime = 0xE50; // GameTime_t
|
||||
}
|
||||
|
||||
namespace CWeaponTec9 { // CCSWeaponBaseGun
|
||||
|
@ -834,11 +834,11 @@
|
||||
"CBaseCSGrenade": {
|
||||
"data": {
|
||||
"m_bIsHeldByPlayer": {
|
||||
"value": 3625,
|
||||
"value": 3633,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bJumpThrow": {
|
||||
"value": 3627,
|
||||
"value": 3635,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bJustPulledPin": {
|
||||
@ -846,43 +846,43 @@
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bPinPulled": {
|
||||
"value": 3626,
|
||||
"value": 3634,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bRedraw": {
|
||||
"value": 3624,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bSwitchWeaponAfterThrow": {
|
||||
"value": 3657,
|
||||
"value": 3632,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_eThrowStatus": {
|
||||
"value": 3628,
|
||||
"value": 3636,
|
||||
"comment": "EGrenadeThrowState"
|
||||
},
|
||||
"m_fDropTime": {
|
||||
"value": 3644,
|
||||
"value": 3652,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_fThrowTime": {
|
||||
"value": 3632,
|
||||
"value": 3640,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flNextHoldFrac": {
|
||||
"value": 3652,
|
||||
"value": 3664,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flThrowStrength": {
|
||||
"value": 3636,
|
||||
"value": 3644,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flThrowStrengthApproach": {
|
||||
"value": 3640,
|
||||
"value": 3648,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_hSwitchToWeaponAfterThrow": {
|
||||
"value": 3668,
|
||||
"comment": "CHandle<CCSWeaponBase>"
|
||||
},
|
||||
"m_nNextHoldTick": {
|
||||
"value": 3648,
|
||||
"value": 3660,
|
||||
"comment": "GameTick_t"
|
||||
}
|
||||
},
|
||||
@ -3340,51 +3340,51 @@
|
||||
"CC4": {
|
||||
"data": {
|
||||
"m_bBombPlacedAnimation": {
|
||||
"value": 3656,
|
||||
"value": 3664,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bBombPlanted": {
|
||||
"value": 3699,
|
||||
"value": 3707,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bDoValidDroppedPositionCheck": {
|
||||
"value": 3648,
|
||||
"value": 3656,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bDroppedFromDeath": {
|
||||
"value": 3700,
|
||||
"value": 3708,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bIsPlantingViaUse": {
|
||||
"value": 3657,
|
||||
"value": 3665,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bPlayedArmingBeeps": {
|
||||
"value": 3692,
|
||||
"value": 3700,
|
||||
"comment": "bool[7]"
|
||||
},
|
||||
"m_bStartedArming": {
|
||||
"value": 3649,
|
||||
"value": 3657,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_entitySpottedState": {
|
||||
"value": 3664,
|
||||
"value": 3672,
|
||||
"comment": "EntitySpottedState_t"
|
||||
},
|
||||
"m_fArmedTime": {
|
||||
"value": 3652,
|
||||
"value": 3660,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_nSpotRules": {
|
||||
"value": 3688,
|
||||
"value": 3696,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_vecLastValidDroppedPosition": {
|
||||
"value": 3636,
|
||||
"value": 3644,
|
||||
"comment": "Vector"
|
||||
},
|
||||
"m_vecLastValidPlayerHeldPosition": {
|
||||
"value": 3624,
|
||||
"value": 3632,
|
||||
"comment": "Vector"
|
||||
}
|
||||
},
|
||||
@ -5391,7 +5391,7 @@
|
||||
"CCSPlayerPawn": {
|
||||
"data": {
|
||||
"m_EconGloves": {
|
||||
"value": 7584,
|
||||
"value": 7600,
|
||||
"comment": "CEconItemView"
|
||||
},
|
||||
"m_RetakesMVPBoostExtraUtility": {
|
||||
@ -5443,19 +5443,19 @@
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bLastHeadBoneTransformIsValid": {
|
||||
"value": 7440,
|
||||
"value": 7456,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bNextSprayDecalTimeExpedited": {
|
||||
"value": 7468,
|
||||
"value": 7484,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bOnGroundLastTick": {
|
||||
"value": 7448,
|
||||
"value": 7464,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bRagdollDamageHeadshot": {
|
||||
"value": 7564,
|
||||
"value": 7580,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bRetakesHasDefuseKit": {
|
||||
@ -5467,7 +5467,7 @@
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bSkipOneHeadConstraintUpdate": {
|
||||
"value": 8228,
|
||||
"value": 8244,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bWasInBuyZone": {
|
||||
@ -5487,11 +5487,11 @@
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flNextSprayDecalTime": {
|
||||
"value": 7464,
|
||||
"value": 7480,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flTimeOfLastInjury": {
|
||||
"value": 7460,
|
||||
"value": 7476,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_hPreviousModel": {
|
||||
@ -5499,7 +5499,7 @@
|
||||
"comment": "CStrongHandle<InfoForResourceTypeCModel>"
|
||||
},
|
||||
"m_iPlayerLocked": {
|
||||
"value": 7452,
|
||||
"value": 7468,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_iRetakesMVPBoostItem": {
|
||||
@ -5515,7 +5515,7 @@
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_lastLandTime": {
|
||||
"value": 7444,
|
||||
"value": 7460,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_nCharacterDefIndex": {
|
||||
@ -5523,7 +5523,7 @@
|
||||
"comment": "uint16_t"
|
||||
},
|
||||
"m_nRagdollDamageBone": {
|
||||
"value": 7472,
|
||||
"value": 7488,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_pActionTrackingServices": {
|
||||
@ -5551,7 +5551,7 @@
|
||||
"comment": "CCSPlayer_RadioServices*"
|
||||
},
|
||||
"m_qDeathEyeAngles": {
|
||||
"value": 8216,
|
||||
"value": 8232,
|
||||
"comment": "QAngle"
|
||||
},
|
||||
"m_strVOPrefix": {
|
||||
@ -5563,23 +5563,23 @@
|
||||
"comment": "char[18]"
|
||||
},
|
||||
"m_szRagdollDamageWeaponName": {
|
||||
"value": 7500,
|
||||
"value": 7516,
|
||||
"comment": "char[64]"
|
||||
},
|
||||
"m_vRagdollDamageForce": {
|
||||
"value": 7476,
|
||||
"value": 7492,
|
||||
"comment": "Vector"
|
||||
},
|
||||
"m_vRagdollDamagePosition": {
|
||||
"value": 7488,
|
||||
"value": 7504,
|
||||
"comment": "Vector"
|
||||
},
|
||||
"m_vRagdollServerOrigin": {
|
||||
"value": 7568,
|
||||
"value": 7584,
|
||||
"comment": "Vector"
|
||||
},
|
||||
"m_xLastHeadBoneTransform": {
|
||||
"value": 7408,
|
||||
"value": 7424,
|
||||
"comment": "CTransform"
|
||||
}
|
||||
},
|
||||
@ -6635,47 +6635,47 @@
|
||||
"CCSWeaponBase": {
|
||||
"data": {
|
||||
"m_IronSightController": {
|
||||
"value": 3584,
|
||||
"value": 3592,
|
||||
"comment": "CIronSightController"
|
||||
},
|
||||
"m_OnPlayerPickup": {
|
||||
"value": 3368,
|
||||
"value": 3376,
|
||||
"comment": "CEntityIOOutput"
|
||||
},
|
||||
"m_bBurstMode": {
|
||||
"value": 3456,
|
||||
"value": 3464,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bCanBePickedUp": {
|
||||
"value": 3512,
|
||||
"value": 3520,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bFireOnEmpty": {
|
||||
"value": 3364,
|
||||
"value": 3372,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bFiredOutOfAmmoEvent": {
|
||||
"value": 3574,
|
||||
"value": 3582,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bInReload": {
|
||||
"value": 3468,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bIsHauledBack": {
|
||||
"value": 3476,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bIsHauledBack": {
|
||||
"value": 3484,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bPlayerAmmoStockOnPickup": {
|
||||
"value": 3312,
|
||||
"value": 3320,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bReloadVisuallyComplete": {
|
||||
"value": 3469,
|
||||
"value": 3477,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bReloadsWithClips": {
|
||||
"value": 3332,
|
||||
"value": 3340,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bRemoveable": {
|
||||
@ -6683,27 +6683,27 @@
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bRequireUseToTouch": {
|
||||
"value": 3313,
|
||||
"value": 3321,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bSilencerOn": {
|
||||
"value": 3477,
|
||||
"value": 3485,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bUseCanOverrideNextOwnerTouchTime": {
|
||||
"value": 3513,
|
||||
"value": 3521,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bWasOwnedByCT": {
|
||||
"value": 3572,
|
||||
"value": 3580,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bWasOwnedByTerrorist": {
|
||||
"value": 3573,
|
||||
"value": 3581,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_donated": {
|
||||
"value": 3564,
|
||||
"value": 3572,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_ePlayerFireEvent": {
|
||||
@ -6715,23 +6715,23 @@
|
||||
"comment": "WeaponAttackType_t"
|
||||
},
|
||||
"m_fAccuracyPenalty": {
|
||||
"value": 3432,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_fAccuracySmoothedForZoom": {
|
||||
"value": 3440,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_fAccuracySmoothedForZoom": {
|
||||
"value": 3448,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_fLastShotTime": {
|
||||
"value": 3568,
|
||||
"value": 3576,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_fScopeZoomEndTime": {
|
||||
"value": 3444,
|
||||
"value": 3452,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flDroppedAtTime": {
|
||||
"value": 3472,
|
||||
"value": 3480,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flFireSequenceStartTime": {
|
||||
@ -6739,47 +6739,47 @@
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flLastAccuracyUpdateTime": {
|
||||
"value": 3436,
|
||||
"value": 3444,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flLastDeployTime": {
|
||||
"value": 3324,
|
||||
"value": 3332,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flLastLOSTraceFailureTime": {
|
||||
"value": 3612,
|
||||
"value": 3620,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flLastTimeInAir": {
|
||||
"value": 3320,
|
||||
"value": 3328,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flNextAttackRenderTimeOffset": {
|
||||
"value": 3488,
|
||||
"value": 3496,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flPostponeFireReadyFrac": {
|
||||
"value": 3464,
|
||||
"value": 3472,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flRecoilIndex": {
|
||||
"value": 3452,
|
||||
"value": 3460,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flTimeSilencerSwitchComplete": {
|
||||
"value": 3480,
|
||||
"value": 3488,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flTimeWeaponIdle": {
|
||||
"value": 3360,
|
||||
"value": 3368,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_flTurningInaccuracy": {
|
||||
"value": 3428,
|
||||
"value": 3436,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flTurningInaccuracyDelta": {
|
||||
"value": 3412,
|
||||
"value": 3420,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_hCurrentThirdPersonSequence": {
|
||||
@ -6787,31 +6787,31 @@
|
||||
"comment": "HSequence"
|
||||
},
|
||||
"m_hPrevOwner": {
|
||||
"value": 3524,
|
||||
"value": 3532,
|
||||
"comment": "CHandle<CCSPlayerPawn>"
|
||||
},
|
||||
"m_iIronSightMode": {
|
||||
"value": 3608,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_iNumEmptyAttacks": {
|
||||
"value": 3616,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_iNumEmptyAttacks": {
|
||||
"value": 3624,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_iOriginalTeamNumber": {
|
||||
"value": 3484,
|
||||
"value": 3492,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_iRecoilIndex": {
|
||||
"value": 3448,
|
||||
"value": 3456,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_iState": {
|
||||
"value": 3316,
|
||||
"value": 3324,
|
||||
"comment": "CSWeaponState_t"
|
||||
},
|
||||
"m_nDropTick": {
|
||||
"value": 3528,
|
||||
"value": 3536,
|
||||
"comment": "GameTick_t"
|
||||
},
|
||||
"m_nFireSequenceStartTimeAck": {
|
||||
@ -6823,7 +6823,7 @@
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_nPostponeFireReadyTicks": {
|
||||
"value": 3460,
|
||||
"value": 3468,
|
||||
"comment": "GameTick_t"
|
||||
},
|
||||
"m_nSilencerBoneIndex": {
|
||||
@ -6831,19 +6831,19 @@
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_nViewModelIndex": {
|
||||
"value": 3328,
|
||||
"value": 3336,
|
||||
"comment": "uint32_t"
|
||||
},
|
||||
"m_nextOwnerTouchTime": {
|
||||
"value": 3516,
|
||||
"value": 3524,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_nextPrevOwnerTouchTime": {
|
||||
"value": 3520,
|
||||
"value": 3528,
|
||||
"comment": "GameTime_t"
|
||||
},
|
||||
"m_numRemoveUnownedWeaponThink": {
|
||||
"value": 3576,
|
||||
"value": 3584,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_seqFirePrimary": {
|
||||
@ -6864,14 +6864,14 @@
|
||||
},
|
||||
"m_thirdPersonSequences": {
|
||||
"value": 3280,
|
||||
"comment": "HSequence[6]"
|
||||
"comment": "HSequence[7]"
|
||||
},
|
||||
"m_vecTurningInaccuracyEyeDirLast": {
|
||||
"value": 3416,
|
||||
"value": 3424,
|
||||
"comment": "Vector"
|
||||
},
|
||||
"m_weaponMode": {
|
||||
"value": 3408,
|
||||
"value": 3416,
|
||||
"comment": "CSWeaponMode"
|
||||
}
|
||||
},
|
||||
@ -6880,39 +6880,39 @@
|
||||
"CCSWeaponBaseGun": {
|
||||
"data": {
|
||||
"m_bNeedsBoltAction": {
|
||||
"value": 3645,
|
||||
"value": 3653,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bSkillBoltInterruptAvailable": {
|
||||
"value": 3648,
|
||||
"value": 3656,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bSkillBoltLiftedFireKey": {
|
||||
"value": 3649,
|
||||
"value": 3657,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bSkillReloadAvailable": {
|
||||
"value": 3646,
|
||||
"value": 3654,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bSkillReloadLiftedReloadKey": {
|
||||
"value": 3647,
|
||||
"value": 3655,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_iBurstShotsRemaining": {
|
||||
"value": 3628,
|
||||
"value": 3636,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_inPrecache": {
|
||||
"value": 3644,
|
||||
"value": 3652,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_silencedModelIndex": {
|
||||
"value": 3640,
|
||||
"value": 3648,
|
||||
"comment": "int32_t"
|
||||
},
|
||||
"m_zoomLevel": {
|
||||
"value": 3624,
|
||||
"value": 3632,
|
||||
"comment": "int32_t"
|
||||
}
|
||||
},
|
||||
@ -10509,31 +10509,31 @@
|
||||
"CFists": {
|
||||
"data": {
|
||||
"m_bDelayedHardPunchIncoming": {
|
||||
"value": 3644,
|
||||
"value": 3652,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bDestroyAfterTaunt": {
|
||||
"value": 3645,
|
||||
"value": 3653,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bPlayingUninterruptableAct": {
|
||||
"value": 3624,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bRestorePrevWep": {
|
||||
"value": 3632,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_bRestorePrevWep": {
|
||||
"value": 3640,
|
||||
"comment": "bool"
|
||||
},
|
||||
"m_hWeaponBeforePrevious": {
|
||||
"value": 3636,
|
||||
"value": 3644,
|
||||
"comment": "CHandle<CBasePlayerWeapon>"
|
||||
},
|
||||
"m_hWeaponPrevious": {
|
||||
"value": 3640,
|
||||
"value": 3648,
|
||||
"comment": "CHandle<CBasePlayerWeapon>"
|
||||
},
|
||||
"m_nUninterruptableActivity": {
|
||||
"value": 3628,
|
||||
"value": 3636,
|
||||
"comment": "PlayerAnimEvent_t"
|
||||
}
|
||||
},
|
||||
@ -13090,7 +13090,7 @@
|
||||
"CKnife": {
|
||||
"data": {
|
||||
"m_bFirstAttack": {
|
||||
"value": 3624,
|
||||
"value": 3632,
|
||||
"comment": "bool"
|
||||
}
|
||||
},
|
||||
@ -21822,11 +21822,11 @@
|
||||
"CWeaponBaseItem": {
|
||||
"data": {
|
||||
"m_SequenceCompleteTimer": {
|
||||
"value": 3624,
|
||||
"value": 3632,
|
||||
"comment": "CountdownTimer"
|
||||
},
|
||||
"m_bRedraw": {
|
||||
"value": 3648,
|
||||
"value": 3656,
|
||||
"comment": "bool"
|
||||
}
|
||||
},
|
||||
@ -21939,15 +21939,15 @@
|
||||
"CWeaponShield": {
|
||||
"data": {
|
||||
"m_flBulletDamageAbsorbed": {
|
||||
"value": 3656,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flDisplayHealth": {
|
||||
"value": 3664,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flDisplayHealth": {
|
||||
"value": 3672,
|
||||
"comment": "float"
|
||||
},
|
||||
"m_flLastBulletHitSoundTime": {
|
||||
"value": 3660,
|
||||
"value": 3668,
|
||||
"comment": "GameTime_t"
|
||||
}
|
||||
},
|
||||
@ -21956,7 +21956,7 @@
|
||||
"CWeaponTaser": {
|
||||
"data": {
|
||||
"m_fFireTime": {
|
||||
"value": 3656,
|
||||
"value": 3664,
|
||||
"comment": "GameTime_t"
|
||||
}
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:25 +0000
|
||||
Thu, 7 Dec 2023 03:13:25 +0000
|
||||
'''
|
||||
|
||||
class ActiveModelConfig_t:
|
||||
@ -232,19 +232,19 @@ class CBaseButton: # CBaseToggle
|
||||
m_szDisplayText = 0x8C0 # CUtlSymbolLarge
|
||||
|
||||
class CBaseCSGrenade: # CCSWeaponBase
|
||||
m_bRedraw = 0xE28 # bool
|
||||
m_bIsHeldByPlayer = 0xE29 # bool
|
||||
m_bPinPulled = 0xE2A # bool
|
||||
m_bJumpThrow = 0xE2B # bool
|
||||
m_eThrowStatus = 0xE2C # EGrenadeThrowState
|
||||
m_fThrowTime = 0xE30 # GameTime_t
|
||||
m_flThrowStrength = 0xE34 # float
|
||||
m_flThrowStrengthApproach = 0xE38 # float
|
||||
m_fDropTime = 0xE3C # GameTime_t
|
||||
m_nNextHoldTick = 0xE40 # GameTick_t
|
||||
m_flNextHoldFrac = 0xE44 # float
|
||||
m_bRedraw = 0xE30 # bool
|
||||
m_bIsHeldByPlayer = 0xE31 # bool
|
||||
m_bPinPulled = 0xE32 # bool
|
||||
m_bJumpThrow = 0xE33 # bool
|
||||
m_eThrowStatus = 0xE34 # EGrenadeThrowState
|
||||
m_fThrowTime = 0xE38 # GameTime_t
|
||||
m_flThrowStrength = 0xE3C # float
|
||||
m_flThrowStrengthApproach = 0xE40 # float
|
||||
m_fDropTime = 0xE44 # GameTime_t
|
||||
m_bJustPulledPin = 0xE48 # bool
|
||||
m_bSwitchWeaponAfterThrow = 0xE49 # bool
|
||||
m_nNextHoldTick = 0xE4C # GameTick_t
|
||||
m_flNextHoldFrac = 0xE50 # float
|
||||
m_hSwitchToWeaponAfterThrow = 0xE54 # CHandle<CCSWeaponBase>
|
||||
|
||||
class CBaseCSGrenadeProjectile: # CBaseGrenade
|
||||
m_vInitialPosition = 0x9C8 # Vector
|
||||
@ -901,18 +901,18 @@ class CBuyZone: # CBaseTrigger
|
||||
m_LegacyTeamNum = 0x8A8 # int32_t
|
||||
|
||||
class CC4: # CCSWeaponBase
|
||||
m_vecLastValidPlayerHeldPosition = 0xE28 # Vector
|
||||
m_vecLastValidDroppedPosition = 0xE34 # Vector
|
||||
m_bDoValidDroppedPositionCheck = 0xE40 # bool
|
||||
m_bStartedArming = 0xE41 # bool
|
||||
m_fArmedTime = 0xE44 # GameTime_t
|
||||
m_bBombPlacedAnimation = 0xE48 # bool
|
||||
m_bIsPlantingViaUse = 0xE49 # bool
|
||||
m_entitySpottedState = 0xE50 # EntitySpottedState_t
|
||||
m_nSpotRules = 0xE68 # int32_t
|
||||
m_bPlayedArmingBeeps = 0xE6C # bool[7]
|
||||
m_bBombPlanted = 0xE73 # bool
|
||||
m_bDroppedFromDeath = 0xE74 # bool
|
||||
m_vecLastValidPlayerHeldPosition = 0xE30 # Vector
|
||||
m_vecLastValidDroppedPosition = 0xE3C # Vector
|
||||
m_bDoValidDroppedPositionCheck = 0xE48 # bool
|
||||
m_bStartedArming = 0xE49 # bool
|
||||
m_fArmedTime = 0xE4C # GameTime_t
|
||||
m_bBombPlacedAnimation = 0xE50 # bool
|
||||
m_bIsPlantingViaUse = 0xE51 # bool
|
||||
m_entitySpottedState = 0xE58 # EntitySpottedState_t
|
||||
m_nSpotRules = 0xE70 # int32_t
|
||||
m_bPlayedArmingBeeps = 0xE74 # bool[7]
|
||||
m_bBombPlanted = 0xE7B # bool
|
||||
m_bDroppedFromDeath = 0xE7C # bool
|
||||
|
||||
class CCSBot: # CBot
|
||||
m_lastCoopSpawnPoint = 0xF8 # CHandle<SpawnPointCoopEnemy>
|
||||
@ -1476,23 +1476,23 @@ class CCSPlayerPawn: # CCSPlayerPawnBase
|
||||
m_aimPunchTickFraction = 0x16A0 # float
|
||||
m_aimPunchCache = 0x16A8 # CUtlVector<QAngle>
|
||||
m_bIsBuyMenuOpen = 0x16C0 # bool
|
||||
m_xLastHeadBoneTransform = 0x1CF0 # CTransform
|
||||
m_bLastHeadBoneTransformIsValid = 0x1D10 # bool
|
||||
m_lastLandTime = 0x1D14 # GameTime_t
|
||||
m_bOnGroundLastTick = 0x1D18 # bool
|
||||
m_iPlayerLocked = 0x1D1C # int32_t
|
||||
m_flTimeOfLastInjury = 0x1D24 # GameTime_t
|
||||
m_flNextSprayDecalTime = 0x1D28 # GameTime_t
|
||||
m_bNextSprayDecalTimeExpedited = 0x1D2C # bool
|
||||
m_nRagdollDamageBone = 0x1D30 # int32_t
|
||||
m_vRagdollDamageForce = 0x1D34 # Vector
|
||||
m_vRagdollDamagePosition = 0x1D40 # Vector
|
||||
m_szRagdollDamageWeaponName = 0x1D4C # char[64]
|
||||
m_bRagdollDamageHeadshot = 0x1D8C # bool
|
||||
m_vRagdollServerOrigin = 0x1D90 # Vector
|
||||
m_EconGloves = 0x1DA0 # CEconItemView
|
||||
m_qDeathEyeAngles = 0x2018 # QAngle
|
||||
m_bSkipOneHeadConstraintUpdate = 0x2024 # bool
|
||||
m_xLastHeadBoneTransform = 0x1D00 # CTransform
|
||||
m_bLastHeadBoneTransformIsValid = 0x1D20 # bool
|
||||
m_lastLandTime = 0x1D24 # GameTime_t
|
||||
m_bOnGroundLastTick = 0x1D28 # bool
|
||||
m_iPlayerLocked = 0x1D2C # int32_t
|
||||
m_flTimeOfLastInjury = 0x1D34 # GameTime_t
|
||||
m_flNextSprayDecalTime = 0x1D38 # GameTime_t
|
||||
m_bNextSprayDecalTimeExpedited = 0x1D3C # bool
|
||||
m_nRagdollDamageBone = 0x1D40 # int32_t
|
||||
m_vRagdollDamageForce = 0x1D44 # Vector
|
||||
m_vRagdollDamagePosition = 0x1D50 # Vector
|
||||
m_szRagdollDamageWeaponName = 0x1D5C # char[64]
|
||||
m_bRagdollDamageHeadshot = 0x1D9C # bool
|
||||
m_vRagdollServerOrigin = 0x1DA0 # Vector
|
||||
m_EconGloves = 0x1DB0 # CEconItemView
|
||||
m_qDeathEyeAngles = 0x2028 # QAngle
|
||||
m_bSkipOneHeadConstraintUpdate = 0x2034 # bool
|
||||
|
||||
class CCSPlayerPawnBase: # CBasePlayerPawn
|
||||
m_CTouchExpansionComponent = 0xB68 # CTouchExpansionComponent
|
||||
@ -1784,65 +1784,65 @@ class CCSWeaponBase: # CBasePlayerWeapon
|
||||
m_thirdPersonFireSequences = 0xCB0 # CUtlVector<HSequence>
|
||||
m_hCurrentThirdPersonSequence = 0xCC8 # HSequence
|
||||
m_nSilencerBoneIndex = 0xCCC # int32_t
|
||||
m_thirdPersonSequences = 0xCD0 # HSequence[6]
|
||||
m_bPlayerAmmoStockOnPickup = 0xCF0 # bool
|
||||
m_bRequireUseToTouch = 0xCF1 # bool
|
||||
m_iState = 0xCF4 # CSWeaponState_t
|
||||
m_flLastTimeInAir = 0xCF8 # GameTime_t
|
||||
m_flLastDeployTime = 0xCFC # GameTime_t
|
||||
m_nViewModelIndex = 0xD00 # uint32_t
|
||||
m_bReloadsWithClips = 0xD04 # bool
|
||||
m_flTimeWeaponIdle = 0xD20 # GameTime_t
|
||||
m_bFireOnEmpty = 0xD24 # bool
|
||||
m_OnPlayerPickup = 0xD28 # CEntityIOOutput
|
||||
m_weaponMode = 0xD50 # CSWeaponMode
|
||||
m_flTurningInaccuracyDelta = 0xD54 # float
|
||||
m_vecTurningInaccuracyEyeDirLast = 0xD58 # Vector
|
||||
m_flTurningInaccuracy = 0xD64 # float
|
||||
m_fAccuracyPenalty = 0xD68 # float
|
||||
m_flLastAccuracyUpdateTime = 0xD6C # GameTime_t
|
||||
m_fAccuracySmoothedForZoom = 0xD70 # float
|
||||
m_fScopeZoomEndTime = 0xD74 # GameTime_t
|
||||
m_iRecoilIndex = 0xD78 # int32_t
|
||||
m_flRecoilIndex = 0xD7C # float
|
||||
m_bBurstMode = 0xD80 # bool
|
||||
m_nPostponeFireReadyTicks = 0xD84 # GameTick_t
|
||||
m_flPostponeFireReadyFrac = 0xD88 # float
|
||||
m_bInReload = 0xD8C # bool
|
||||
m_bReloadVisuallyComplete = 0xD8D # bool
|
||||
m_flDroppedAtTime = 0xD90 # GameTime_t
|
||||
m_bIsHauledBack = 0xD94 # bool
|
||||
m_bSilencerOn = 0xD95 # bool
|
||||
m_flTimeSilencerSwitchComplete = 0xD98 # GameTime_t
|
||||
m_iOriginalTeamNumber = 0xD9C # int32_t
|
||||
m_flNextAttackRenderTimeOffset = 0xDA0 # float
|
||||
m_bCanBePickedUp = 0xDB8 # bool
|
||||
m_bUseCanOverrideNextOwnerTouchTime = 0xDB9 # bool
|
||||
m_nextOwnerTouchTime = 0xDBC # GameTime_t
|
||||
m_nextPrevOwnerTouchTime = 0xDC0 # GameTime_t
|
||||
m_hPrevOwner = 0xDC4 # CHandle<CCSPlayerPawn>
|
||||
m_nDropTick = 0xDC8 # GameTick_t
|
||||
m_donated = 0xDEC # bool
|
||||
m_fLastShotTime = 0xDF0 # GameTime_t
|
||||
m_bWasOwnedByCT = 0xDF4 # bool
|
||||
m_bWasOwnedByTerrorist = 0xDF5 # bool
|
||||
m_bFiredOutOfAmmoEvent = 0xDF6 # bool
|
||||
m_numRemoveUnownedWeaponThink = 0xDF8 # int32_t
|
||||
m_IronSightController = 0xE00 # CIronSightController
|
||||
m_iIronSightMode = 0xE18 # int32_t
|
||||
m_flLastLOSTraceFailureTime = 0xE1C # GameTime_t
|
||||
m_iNumEmptyAttacks = 0xE20 # int32_t
|
||||
m_thirdPersonSequences = 0xCD0 # HSequence[7]
|
||||
m_bPlayerAmmoStockOnPickup = 0xCF8 # bool
|
||||
m_bRequireUseToTouch = 0xCF9 # bool
|
||||
m_iState = 0xCFC # CSWeaponState_t
|
||||
m_flLastTimeInAir = 0xD00 # GameTime_t
|
||||
m_flLastDeployTime = 0xD04 # GameTime_t
|
||||
m_nViewModelIndex = 0xD08 # uint32_t
|
||||
m_bReloadsWithClips = 0xD0C # bool
|
||||
m_flTimeWeaponIdle = 0xD28 # GameTime_t
|
||||
m_bFireOnEmpty = 0xD2C # bool
|
||||
m_OnPlayerPickup = 0xD30 # CEntityIOOutput
|
||||
m_weaponMode = 0xD58 # CSWeaponMode
|
||||
m_flTurningInaccuracyDelta = 0xD5C # float
|
||||
m_vecTurningInaccuracyEyeDirLast = 0xD60 # Vector
|
||||
m_flTurningInaccuracy = 0xD6C # float
|
||||
m_fAccuracyPenalty = 0xD70 # float
|
||||
m_flLastAccuracyUpdateTime = 0xD74 # GameTime_t
|
||||
m_fAccuracySmoothedForZoom = 0xD78 # float
|
||||
m_fScopeZoomEndTime = 0xD7C # GameTime_t
|
||||
m_iRecoilIndex = 0xD80 # int32_t
|
||||
m_flRecoilIndex = 0xD84 # float
|
||||
m_bBurstMode = 0xD88 # bool
|
||||
m_nPostponeFireReadyTicks = 0xD8C # GameTick_t
|
||||
m_flPostponeFireReadyFrac = 0xD90 # float
|
||||
m_bInReload = 0xD94 # bool
|
||||
m_bReloadVisuallyComplete = 0xD95 # bool
|
||||
m_flDroppedAtTime = 0xD98 # GameTime_t
|
||||
m_bIsHauledBack = 0xD9C # bool
|
||||
m_bSilencerOn = 0xD9D # bool
|
||||
m_flTimeSilencerSwitchComplete = 0xDA0 # GameTime_t
|
||||
m_iOriginalTeamNumber = 0xDA4 # int32_t
|
||||
m_flNextAttackRenderTimeOffset = 0xDA8 # float
|
||||
m_bCanBePickedUp = 0xDC0 # bool
|
||||
m_bUseCanOverrideNextOwnerTouchTime = 0xDC1 # bool
|
||||
m_nextOwnerTouchTime = 0xDC4 # GameTime_t
|
||||
m_nextPrevOwnerTouchTime = 0xDC8 # GameTime_t
|
||||
m_hPrevOwner = 0xDCC # CHandle<CCSPlayerPawn>
|
||||
m_nDropTick = 0xDD0 # GameTick_t
|
||||
m_donated = 0xDF4 # bool
|
||||
m_fLastShotTime = 0xDF8 # GameTime_t
|
||||
m_bWasOwnedByCT = 0xDFC # bool
|
||||
m_bWasOwnedByTerrorist = 0xDFD # bool
|
||||
m_bFiredOutOfAmmoEvent = 0xDFE # bool
|
||||
m_numRemoveUnownedWeaponThink = 0xE00 # int32_t
|
||||
m_IronSightController = 0xE08 # CIronSightController
|
||||
m_iIronSightMode = 0xE20 # int32_t
|
||||
m_flLastLOSTraceFailureTime = 0xE24 # GameTime_t
|
||||
m_iNumEmptyAttacks = 0xE28 # int32_t
|
||||
|
||||
class CCSWeaponBaseGun: # CCSWeaponBase
|
||||
m_zoomLevel = 0xE28 # int32_t
|
||||
m_iBurstShotsRemaining = 0xE2C # int32_t
|
||||
m_silencedModelIndex = 0xE38 # int32_t
|
||||
m_inPrecache = 0xE3C # bool
|
||||
m_bNeedsBoltAction = 0xE3D # bool
|
||||
m_bSkillReloadAvailable = 0xE3E # bool
|
||||
m_bSkillReloadLiftedReloadKey = 0xE3F # bool
|
||||
m_bSkillBoltInterruptAvailable = 0xE40 # bool
|
||||
m_bSkillBoltLiftedFireKey = 0xE41 # bool
|
||||
m_zoomLevel = 0xE30 # int32_t
|
||||
m_iBurstShotsRemaining = 0xE34 # int32_t
|
||||
m_silencedModelIndex = 0xE40 # int32_t
|
||||
m_inPrecache = 0xE44 # bool
|
||||
m_bNeedsBoltAction = 0xE45 # bool
|
||||
m_bSkillReloadAvailable = 0xE46 # bool
|
||||
m_bSkillReloadLiftedReloadKey = 0xE47 # bool
|
||||
m_bSkillBoltInterruptAvailable = 0xE48 # bool
|
||||
m_bSkillBoltLiftedFireKey = 0xE49 # bool
|
||||
|
||||
class CCSWeaponBaseVData: # CBasePlayerWeaponVData
|
||||
m_WeaponType = 0x240 # CSWeaponType
|
||||
@ -2821,13 +2821,13 @@ class CFishPool: # CBaseEntity
|
||||
m_visTimer = 0x4F0 # CountdownTimer
|
||||
|
||||
class CFists: # CCSWeaponBase
|
||||
m_bPlayingUninterruptableAct = 0xE28 # bool
|
||||
m_nUninterruptableActivity = 0xE2C # PlayerAnimEvent_t
|
||||
m_bRestorePrevWep = 0xE30 # bool
|
||||
m_hWeaponBeforePrevious = 0xE34 # CHandle<CBasePlayerWeapon>
|
||||
m_hWeaponPrevious = 0xE38 # CHandle<CBasePlayerWeapon>
|
||||
m_bDelayedHardPunchIncoming = 0xE3C # bool
|
||||
m_bDestroyAfterTaunt = 0xE3D # bool
|
||||
m_bPlayingUninterruptableAct = 0xE30 # bool
|
||||
m_nUninterruptableActivity = 0xE34 # PlayerAnimEvent_t
|
||||
m_bRestorePrevWep = 0xE38 # bool
|
||||
m_hWeaponBeforePrevious = 0xE3C # CHandle<CBasePlayerWeapon>
|
||||
m_hWeaponPrevious = 0xE40 # CHandle<CBasePlayerWeapon>
|
||||
m_bDelayedHardPunchIncoming = 0xE44 # bool
|
||||
m_bDestroyAfterTaunt = 0xE45 # bool
|
||||
|
||||
class CFlashbang: # CBaseCSGrenade
|
||||
|
||||
@ -3558,7 +3558,7 @@ class CKeepUpright: # CPointEntity
|
||||
m_bDampAllRotation = 0x4E9 # bool
|
||||
|
||||
class CKnife: # CCSWeaponBase
|
||||
m_bFirstAttack = 0xE28 # bool
|
||||
m_bFirstAttack = 0xE30 # bool
|
||||
|
||||
class CLightComponent: # CEntityComponent
|
||||
__m_pChainEntity = 0x48 # CNetworkVarChainer
|
||||
@ -6002,8 +6002,8 @@ class CWeaponAWP: # CCSWeaponBaseGun
|
||||
class CWeaponAug: # CCSWeaponBaseGun
|
||||
|
||||
class CWeaponBaseItem: # CCSWeaponBase
|
||||
m_SequenceCompleteTimer = 0xE28 # CountdownTimer
|
||||
m_bRedraw = 0xE40 # bool
|
||||
m_SequenceCompleteTimer = 0xE30 # CountdownTimer
|
||||
m_bRedraw = 0xE48 # bool
|
||||
|
||||
class CWeaponBizon: # CCSWeaponBaseGun
|
||||
|
||||
@ -6058,12 +6058,12 @@ class CWeaponSSG08: # CCSWeaponBaseGun
|
||||
class CWeaponSawedoff: # CCSWeaponBase
|
||||
|
||||
class CWeaponShield: # CCSWeaponBaseGun
|
||||
m_flBulletDamageAbsorbed = 0xE48 # float
|
||||
m_flLastBulletHitSoundTime = 0xE4C # GameTime_t
|
||||
m_flDisplayHealth = 0xE50 # float
|
||||
m_flBulletDamageAbsorbed = 0xE50 # float
|
||||
m_flLastBulletHitSoundTime = 0xE54 # GameTime_t
|
||||
m_flDisplayHealth = 0xE58 # float
|
||||
|
||||
class CWeaponTaser: # CCSWeaponBaseGun
|
||||
m_fFireTime = 0xE48 # GameTime_t
|
||||
m_fFireTime = 0xE50 # GameTime_t
|
||||
|
||||
class CWeaponTec9: # CCSWeaponBaseGun
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:26 +0000
|
||||
* Thu, 7 Dec 2023 03:13:25 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
@ -259,19 +259,19 @@ pub mod CBaseButton { // CBaseToggle
|
||||
}
|
||||
|
||||
pub mod CBaseCSGrenade { // CCSWeaponBase
|
||||
pub const m_bRedraw: usize = 0xE28; // bool
|
||||
pub const m_bIsHeldByPlayer: usize = 0xE29; // bool
|
||||
pub const m_bPinPulled: usize = 0xE2A; // bool
|
||||
pub const m_bJumpThrow: usize = 0xE2B; // bool
|
||||
pub const m_eThrowStatus: usize = 0xE2C; // EGrenadeThrowState
|
||||
pub const m_fThrowTime: usize = 0xE30; // GameTime_t
|
||||
pub const m_flThrowStrength: usize = 0xE34; // float
|
||||
pub const m_flThrowStrengthApproach: usize = 0xE38; // float
|
||||
pub const m_fDropTime: usize = 0xE3C; // GameTime_t
|
||||
pub const m_nNextHoldTick: usize = 0xE40; // GameTick_t
|
||||
pub const m_flNextHoldFrac: usize = 0xE44; // float
|
||||
pub const m_bRedraw: usize = 0xE30; // bool
|
||||
pub const m_bIsHeldByPlayer: usize = 0xE31; // bool
|
||||
pub const m_bPinPulled: usize = 0xE32; // bool
|
||||
pub const m_bJumpThrow: usize = 0xE33; // bool
|
||||
pub const m_eThrowStatus: usize = 0xE34; // EGrenadeThrowState
|
||||
pub const m_fThrowTime: usize = 0xE38; // GameTime_t
|
||||
pub const m_flThrowStrength: usize = 0xE3C; // float
|
||||
pub const m_flThrowStrengthApproach: usize = 0xE40; // float
|
||||
pub const m_fDropTime: usize = 0xE44; // GameTime_t
|
||||
pub const m_bJustPulledPin: usize = 0xE48; // bool
|
||||
pub const m_bSwitchWeaponAfterThrow: usize = 0xE49; // bool
|
||||
pub const m_nNextHoldTick: usize = 0xE4C; // GameTick_t
|
||||
pub const m_flNextHoldFrac: usize = 0xE50; // float
|
||||
pub const m_hSwitchToWeaponAfterThrow: usize = 0xE54; // CHandle<CCSWeaponBase>
|
||||
}
|
||||
|
||||
pub mod CBaseCSGrenadeProjectile { // CBaseGrenade
|
||||
@ -982,18 +982,18 @@ pub mod CBuyZone { // CBaseTrigger
|
||||
}
|
||||
|
||||
pub mod CC4 { // CCSWeaponBase
|
||||
pub const m_vecLastValidPlayerHeldPosition: usize = 0xE28; // Vector
|
||||
pub const m_vecLastValidDroppedPosition: usize = 0xE34; // Vector
|
||||
pub const m_bDoValidDroppedPositionCheck: usize = 0xE40; // bool
|
||||
pub const m_bStartedArming: usize = 0xE41; // bool
|
||||
pub const m_fArmedTime: usize = 0xE44; // GameTime_t
|
||||
pub const m_bBombPlacedAnimation: usize = 0xE48; // bool
|
||||
pub const m_bIsPlantingViaUse: usize = 0xE49; // bool
|
||||
pub const m_entitySpottedState: usize = 0xE50; // EntitySpottedState_t
|
||||
pub const m_nSpotRules: usize = 0xE68; // int32_t
|
||||
pub const m_bPlayedArmingBeeps: usize = 0xE6C; // bool[7]
|
||||
pub const m_bBombPlanted: usize = 0xE73; // bool
|
||||
pub const m_bDroppedFromDeath: usize = 0xE74; // bool
|
||||
pub const m_vecLastValidPlayerHeldPosition: usize = 0xE30; // Vector
|
||||
pub const m_vecLastValidDroppedPosition: usize = 0xE3C; // Vector
|
||||
pub const m_bDoValidDroppedPositionCheck: usize = 0xE48; // bool
|
||||
pub const m_bStartedArming: usize = 0xE49; // bool
|
||||
pub const m_fArmedTime: usize = 0xE4C; // GameTime_t
|
||||
pub const m_bBombPlacedAnimation: usize = 0xE50; // bool
|
||||
pub const m_bIsPlantingViaUse: usize = 0xE51; // bool
|
||||
pub const m_entitySpottedState: usize = 0xE58; // EntitySpottedState_t
|
||||
pub const m_nSpotRules: usize = 0xE70; // int32_t
|
||||
pub const m_bPlayedArmingBeeps: usize = 0xE74; // bool[7]
|
||||
pub const m_bBombPlanted: usize = 0xE7B; // bool
|
||||
pub const m_bDroppedFromDeath: usize = 0xE7C; // bool
|
||||
}
|
||||
|
||||
pub mod CCSBot { // CBot
|
||||
@ -1592,23 +1592,23 @@ pub mod CCSPlayerPawn { // CCSPlayerPawnBase
|
||||
pub const m_aimPunchTickFraction: usize = 0x16A0; // float
|
||||
pub const m_aimPunchCache: usize = 0x16A8; // CUtlVector<QAngle>
|
||||
pub const m_bIsBuyMenuOpen: usize = 0x16C0; // bool
|
||||
pub const m_xLastHeadBoneTransform: usize = 0x1CF0; // CTransform
|
||||
pub const m_bLastHeadBoneTransformIsValid: usize = 0x1D10; // bool
|
||||
pub const m_lastLandTime: usize = 0x1D14; // GameTime_t
|
||||
pub const m_bOnGroundLastTick: usize = 0x1D18; // bool
|
||||
pub const m_iPlayerLocked: usize = 0x1D1C; // int32_t
|
||||
pub const m_flTimeOfLastInjury: usize = 0x1D24; // GameTime_t
|
||||
pub const m_flNextSprayDecalTime: usize = 0x1D28; // GameTime_t
|
||||
pub const m_bNextSprayDecalTimeExpedited: usize = 0x1D2C; // bool
|
||||
pub const m_nRagdollDamageBone: usize = 0x1D30; // int32_t
|
||||
pub const m_vRagdollDamageForce: usize = 0x1D34; // Vector
|
||||
pub const m_vRagdollDamagePosition: usize = 0x1D40; // Vector
|
||||
pub const m_szRagdollDamageWeaponName: usize = 0x1D4C; // char[64]
|
||||
pub const m_bRagdollDamageHeadshot: usize = 0x1D8C; // bool
|
||||
pub const m_vRagdollServerOrigin: usize = 0x1D90; // Vector
|
||||
pub const m_EconGloves: usize = 0x1DA0; // CEconItemView
|
||||
pub const m_qDeathEyeAngles: usize = 0x2018; // QAngle
|
||||
pub const m_bSkipOneHeadConstraintUpdate: usize = 0x2024; // bool
|
||||
pub const m_xLastHeadBoneTransform: usize = 0x1D00; // CTransform
|
||||
pub const m_bLastHeadBoneTransformIsValid: usize = 0x1D20; // bool
|
||||
pub const m_lastLandTime: usize = 0x1D24; // GameTime_t
|
||||
pub const m_bOnGroundLastTick: usize = 0x1D28; // bool
|
||||
pub const m_iPlayerLocked: usize = 0x1D2C; // int32_t
|
||||
pub const m_flTimeOfLastInjury: usize = 0x1D34; // GameTime_t
|
||||
pub const m_flNextSprayDecalTime: usize = 0x1D38; // GameTime_t
|
||||
pub const m_bNextSprayDecalTimeExpedited: usize = 0x1D3C; // bool
|
||||
pub const m_nRagdollDamageBone: usize = 0x1D40; // int32_t
|
||||
pub const m_vRagdollDamageForce: usize = 0x1D44; // Vector
|
||||
pub const m_vRagdollDamagePosition: usize = 0x1D50; // Vector
|
||||
pub const m_szRagdollDamageWeaponName: usize = 0x1D5C; // char[64]
|
||||
pub const m_bRagdollDamageHeadshot: usize = 0x1D9C; // bool
|
||||
pub const m_vRagdollServerOrigin: usize = 0x1DA0; // Vector
|
||||
pub const m_EconGloves: usize = 0x1DB0; // CEconItemView
|
||||
pub const m_qDeathEyeAngles: usize = 0x2028; // QAngle
|
||||
pub const m_bSkipOneHeadConstraintUpdate: usize = 0x2034; // bool
|
||||
}
|
||||
|
||||
pub mod CCSPlayerPawnBase { // CBasePlayerPawn
|
||||
@ -1920,66 +1920,66 @@ pub mod CCSWeaponBase { // CBasePlayerWeapon
|
||||
pub const m_thirdPersonFireSequences: usize = 0xCB0; // CUtlVector<HSequence>
|
||||
pub const m_hCurrentThirdPersonSequence: usize = 0xCC8; // HSequence
|
||||
pub const m_nSilencerBoneIndex: usize = 0xCCC; // int32_t
|
||||
pub const m_thirdPersonSequences: usize = 0xCD0; // HSequence[6]
|
||||
pub const m_bPlayerAmmoStockOnPickup: usize = 0xCF0; // bool
|
||||
pub const m_bRequireUseToTouch: usize = 0xCF1; // bool
|
||||
pub const m_iState: usize = 0xCF4; // CSWeaponState_t
|
||||
pub const m_flLastTimeInAir: usize = 0xCF8; // GameTime_t
|
||||
pub const m_flLastDeployTime: usize = 0xCFC; // GameTime_t
|
||||
pub const m_nViewModelIndex: usize = 0xD00; // uint32_t
|
||||
pub const m_bReloadsWithClips: usize = 0xD04; // bool
|
||||
pub const m_flTimeWeaponIdle: usize = 0xD20; // GameTime_t
|
||||
pub const m_bFireOnEmpty: usize = 0xD24; // bool
|
||||
pub const m_OnPlayerPickup: usize = 0xD28; // CEntityIOOutput
|
||||
pub const m_weaponMode: usize = 0xD50; // CSWeaponMode
|
||||
pub const m_flTurningInaccuracyDelta: usize = 0xD54; // float
|
||||
pub const m_vecTurningInaccuracyEyeDirLast: usize = 0xD58; // Vector
|
||||
pub const m_flTurningInaccuracy: usize = 0xD64; // float
|
||||
pub const m_fAccuracyPenalty: usize = 0xD68; // float
|
||||
pub const m_flLastAccuracyUpdateTime: usize = 0xD6C; // GameTime_t
|
||||
pub const m_fAccuracySmoothedForZoom: usize = 0xD70; // float
|
||||
pub const m_fScopeZoomEndTime: usize = 0xD74; // GameTime_t
|
||||
pub const m_iRecoilIndex: usize = 0xD78; // int32_t
|
||||
pub const m_flRecoilIndex: usize = 0xD7C; // float
|
||||
pub const m_bBurstMode: usize = 0xD80; // bool
|
||||
pub const m_nPostponeFireReadyTicks: usize = 0xD84; // GameTick_t
|
||||
pub const m_flPostponeFireReadyFrac: usize = 0xD88; // float
|
||||
pub const m_bInReload: usize = 0xD8C; // bool
|
||||
pub const m_bReloadVisuallyComplete: usize = 0xD8D; // bool
|
||||
pub const m_flDroppedAtTime: usize = 0xD90; // GameTime_t
|
||||
pub const m_bIsHauledBack: usize = 0xD94; // bool
|
||||
pub const m_bSilencerOn: usize = 0xD95; // bool
|
||||
pub const m_flTimeSilencerSwitchComplete: usize = 0xD98; // GameTime_t
|
||||
pub const m_iOriginalTeamNumber: usize = 0xD9C; // int32_t
|
||||
pub const m_flNextAttackRenderTimeOffset: usize = 0xDA0; // float
|
||||
pub const m_bCanBePickedUp: usize = 0xDB8; // bool
|
||||
pub const m_bUseCanOverrideNextOwnerTouchTime: usize = 0xDB9; // bool
|
||||
pub const m_nextOwnerTouchTime: usize = 0xDBC; // GameTime_t
|
||||
pub const m_nextPrevOwnerTouchTime: usize = 0xDC0; // GameTime_t
|
||||
pub const m_hPrevOwner: usize = 0xDC4; // CHandle<CCSPlayerPawn>
|
||||
pub const m_nDropTick: usize = 0xDC8; // GameTick_t
|
||||
pub const m_donated: usize = 0xDEC; // bool
|
||||
pub const m_fLastShotTime: usize = 0xDF0; // GameTime_t
|
||||
pub const m_bWasOwnedByCT: usize = 0xDF4; // bool
|
||||
pub const m_bWasOwnedByTerrorist: usize = 0xDF5; // bool
|
||||
pub const m_bFiredOutOfAmmoEvent: usize = 0xDF6; // bool
|
||||
pub const m_numRemoveUnownedWeaponThink: usize = 0xDF8; // int32_t
|
||||
pub const m_IronSightController: usize = 0xE00; // CIronSightController
|
||||
pub const m_iIronSightMode: usize = 0xE18; // int32_t
|
||||
pub const m_flLastLOSTraceFailureTime: usize = 0xE1C; // GameTime_t
|
||||
pub const m_iNumEmptyAttacks: usize = 0xE20; // int32_t
|
||||
pub const m_thirdPersonSequences: usize = 0xCD0; // HSequence[7]
|
||||
pub const m_bPlayerAmmoStockOnPickup: usize = 0xCF8; // bool
|
||||
pub const m_bRequireUseToTouch: usize = 0xCF9; // bool
|
||||
pub const m_iState: usize = 0xCFC; // CSWeaponState_t
|
||||
pub const m_flLastTimeInAir: usize = 0xD00; // GameTime_t
|
||||
pub const m_flLastDeployTime: usize = 0xD04; // GameTime_t
|
||||
pub const m_nViewModelIndex: usize = 0xD08; // uint32_t
|
||||
pub const m_bReloadsWithClips: usize = 0xD0C; // bool
|
||||
pub const m_flTimeWeaponIdle: usize = 0xD28; // GameTime_t
|
||||
pub const m_bFireOnEmpty: usize = 0xD2C; // bool
|
||||
pub const m_OnPlayerPickup: usize = 0xD30; // CEntityIOOutput
|
||||
pub const m_weaponMode: usize = 0xD58; // CSWeaponMode
|
||||
pub const m_flTurningInaccuracyDelta: usize = 0xD5C; // float
|
||||
pub const m_vecTurningInaccuracyEyeDirLast: usize = 0xD60; // Vector
|
||||
pub const m_flTurningInaccuracy: usize = 0xD6C; // float
|
||||
pub const m_fAccuracyPenalty: usize = 0xD70; // float
|
||||
pub const m_flLastAccuracyUpdateTime: usize = 0xD74; // GameTime_t
|
||||
pub const m_fAccuracySmoothedForZoom: usize = 0xD78; // float
|
||||
pub const m_fScopeZoomEndTime: usize = 0xD7C; // GameTime_t
|
||||
pub const m_iRecoilIndex: usize = 0xD80; // int32_t
|
||||
pub const m_flRecoilIndex: usize = 0xD84; // float
|
||||
pub const m_bBurstMode: usize = 0xD88; // bool
|
||||
pub const m_nPostponeFireReadyTicks: usize = 0xD8C; // GameTick_t
|
||||
pub const m_flPostponeFireReadyFrac: usize = 0xD90; // float
|
||||
pub const m_bInReload: usize = 0xD94; // bool
|
||||
pub const m_bReloadVisuallyComplete: usize = 0xD95; // bool
|
||||
pub const m_flDroppedAtTime: usize = 0xD98; // GameTime_t
|
||||
pub const m_bIsHauledBack: usize = 0xD9C; // bool
|
||||
pub const m_bSilencerOn: usize = 0xD9D; // bool
|
||||
pub const m_flTimeSilencerSwitchComplete: usize = 0xDA0; // GameTime_t
|
||||
pub const m_iOriginalTeamNumber: usize = 0xDA4; // int32_t
|
||||
pub const m_flNextAttackRenderTimeOffset: usize = 0xDA8; // float
|
||||
pub const m_bCanBePickedUp: usize = 0xDC0; // bool
|
||||
pub const m_bUseCanOverrideNextOwnerTouchTime: usize = 0xDC1; // bool
|
||||
pub const m_nextOwnerTouchTime: usize = 0xDC4; // GameTime_t
|
||||
pub const m_nextPrevOwnerTouchTime: usize = 0xDC8; // GameTime_t
|
||||
pub const m_hPrevOwner: usize = 0xDCC; // CHandle<CCSPlayerPawn>
|
||||
pub const m_nDropTick: usize = 0xDD0; // GameTick_t
|
||||
pub const m_donated: usize = 0xDF4; // bool
|
||||
pub const m_fLastShotTime: usize = 0xDF8; // GameTime_t
|
||||
pub const m_bWasOwnedByCT: usize = 0xDFC; // bool
|
||||
pub const m_bWasOwnedByTerrorist: usize = 0xDFD; // bool
|
||||
pub const m_bFiredOutOfAmmoEvent: usize = 0xDFE; // bool
|
||||
pub const m_numRemoveUnownedWeaponThink: usize = 0xE00; // int32_t
|
||||
pub const m_IronSightController: usize = 0xE08; // CIronSightController
|
||||
pub const m_iIronSightMode: usize = 0xE20; // int32_t
|
||||
pub const m_flLastLOSTraceFailureTime: usize = 0xE24; // GameTime_t
|
||||
pub const m_iNumEmptyAttacks: usize = 0xE28; // int32_t
|
||||
}
|
||||
|
||||
pub mod CCSWeaponBaseGun { // CCSWeaponBase
|
||||
pub const m_zoomLevel: usize = 0xE28; // int32_t
|
||||
pub const m_iBurstShotsRemaining: usize = 0xE2C; // int32_t
|
||||
pub const m_silencedModelIndex: usize = 0xE38; // int32_t
|
||||
pub const m_inPrecache: usize = 0xE3C; // bool
|
||||
pub const m_bNeedsBoltAction: usize = 0xE3D; // bool
|
||||
pub const m_bSkillReloadAvailable: usize = 0xE3E; // bool
|
||||
pub const m_bSkillReloadLiftedReloadKey: usize = 0xE3F; // bool
|
||||
pub const m_bSkillBoltInterruptAvailable: usize = 0xE40; // bool
|
||||
pub const m_bSkillBoltLiftedFireKey: usize = 0xE41; // bool
|
||||
pub const m_zoomLevel: usize = 0xE30; // int32_t
|
||||
pub const m_iBurstShotsRemaining: usize = 0xE34; // int32_t
|
||||
pub const m_silencedModelIndex: usize = 0xE40; // int32_t
|
||||
pub const m_inPrecache: usize = 0xE44; // bool
|
||||
pub const m_bNeedsBoltAction: usize = 0xE45; // bool
|
||||
pub const m_bSkillReloadAvailable: usize = 0xE46; // bool
|
||||
pub const m_bSkillReloadLiftedReloadKey: usize = 0xE47; // bool
|
||||
pub const m_bSkillBoltInterruptAvailable: usize = 0xE48; // bool
|
||||
pub const m_bSkillBoltLiftedFireKey: usize = 0xE49; // bool
|
||||
}
|
||||
|
||||
pub mod CCSWeaponBaseVData { // CBasePlayerWeaponVData
|
||||
@ -3058,13 +3058,13 @@ pub mod CFishPool { // CBaseEntity
|
||||
}
|
||||
|
||||
pub mod CFists { // CCSWeaponBase
|
||||
pub const m_bPlayingUninterruptableAct: usize = 0xE28; // bool
|
||||
pub const m_nUninterruptableActivity: usize = 0xE2C; // PlayerAnimEvent_t
|
||||
pub const m_bRestorePrevWep: usize = 0xE30; // bool
|
||||
pub const m_hWeaponBeforePrevious: usize = 0xE34; // CHandle<CBasePlayerWeapon>
|
||||
pub const m_hWeaponPrevious: usize = 0xE38; // CHandle<CBasePlayerWeapon>
|
||||
pub const m_bDelayedHardPunchIncoming: usize = 0xE3C; // bool
|
||||
pub const m_bDestroyAfterTaunt: usize = 0xE3D; // bool
|
||||
pub const m_bPlayingUninterruptableAct: usize = 0xE30; // bool
|
||||
pub const m_nUninterruptableActivity: usize = 0xE34; // PlayerAnimEvent_t
|
||||
pub const m_bRestorePrevWep: usize = 0xE38; // bool
|
||||
pub const m_hWeaponBeforePrevious: usize = 0xE3C; // CHandle<CBasePlayerWeapon>
|
||||
pub const m_hWeaponPrevious: usize = 0xE40; // CHandle<CBasePlayerWeapon>
|
||||
pub const m_bDelayedHardPunchIncoming: usize = 0xE44; // bool
|
||||
pub const m_bDestroyAfterTaunt: usize = 0xE45; // bool
|
||||
}
|
||||
|
||||
pub mod CFlashbang { // CBaseCSGrenade
|
||||
@ -3903,7 +3903,7 @@ pub mod CKeepUpright { // CPointEntity
|
||||
}
|
||||
|
||||
pub mod CKnife { // CCSWeaponBase
|
||||
pub const m_bFirstAttack: usize = 0xE28; // bool
|
||||
pub const m_bFirstAttack: usize = 0xE30; // bool
|
||||
}
|
||||
|
||||
pub mod CLightComponent { // CEntityComponent
|
||||
@ -6669,8 +6669,8 @@ pub mod CWeaponAug { // CCSWeaponBaseGun
|
||||
}
|
||||
|
||||
pub mod CWeaponBaseItem { // CCSWeaponBase
|
||||
pub const m_SequenceCompleteTimer: usize = 0xE28; // CountdownTimer
|
||||
pub const m_bRedraw: usize = 0xE40; // bool
|
||||
pub const m_SequenceCompleteTimer: usize = 0xE30; // CountdownTimer
|
||||
pub const m_bRedraw: usize = 0xE48; // bool
|
||||
}
|
||||
|
||||
pub mod CWeaponBizon { // CCSWeaponBaseGun
|
||||
@ -6752,13 +6752,13 @@ pub mod CWeaponSawedoff { // CCSWeaponBase
|
||||
}
|
||||
|
||||
pub mod CWeaponShield { // CCSWeaponBaseGun
|
||||
pub const m_flBulletDamageAbsorbed: usize = 0xE48; // float
|
||||
pub const m_flLastBulletHitSoundTime: usize = 0xE4C; // GameTime_t
|
||||
pub const m_flDisplayHealth: usize = 0xE50; // float
|
||||
pub const m_flBulletDamageAbsorbed: usize = 0xE50; // float
|
||||
pub const m_flLastBulletHitSoundTime: usize = 0xE54; // GameTime_t
|
||||
pub const m_flDisplayHealth: usize = 0xE58; // float
|
||||
}
|
||||
|
||||
pub mod CWeaponTaser { // CCSWeaponBaseGun
|
||||
pub const m_fFireTime: usize = 0xE48; // GameTime_t
|
||||
pub const m_fFireTime: usize = 0xE50; // GameTime_t
|
||||
}
|
||||
|
||||
pub mod CWeaponTec9 { // CCSWeaponBaseGun
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
public static class CDSPMixgroupModifier {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:24 +0000
|
||||
Thu, 7 Dec 2023 03:13:24 +0000
|
||||
'''
|
||||
|
||||
class CDSPMixgroupModifier:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
public static class CFeIndexedJiggleBone {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:24 +0000
|
||||
Thu, 7 Dec 2023 03:13:24 +0000
|
||||
'''
|
||||
|
||||
class CFeIndexedJiggleBone:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
public static class AggregateLODSetup_t {
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
Created using https://github.com/a2x/cs2-dumper
|
||||
Tue, 5 Dec 2023 00:38:24 +0000
|
||||
Thu, 7 Dec 2023 03:13:24 +0000
|
||||
'''
|
||||
|
||||
class AggregateLODSetup_t:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 5 Dec 2023 00:38:24 +0000
|
||||
* Thu, 7 Dec 2023 03:13:24 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
@ -158,7 +158,7 @@ mod tests {
|
||||
.expect("Failed to find engine2.dll")
|
||||
.base();
|
||||
|
||||
let build_number = process.read_memory::<u32>(engine_base + 0x48A344)?; // dwBuildNumber
|
||||
let build_number = process.read_memory::<u32>(engine_base + 0x48B344)?; // dwBuildNumber
|
||||
|
||||
println!("Build number: {}", build_number);
|
||||
|
||||
@ -174,14 +174,14 @@ mod tests {
|
||||
.expect("Failed to find client.dll")
|
||||
.base();
|
||||
|
||||
let force_attack = process.read_memory::<u32>(client_base + 0x16BBA70)?; // dwForceAttack
|
||||
let force_attack_2 = process.read_memory::<u32>(client_base + 0x16BBB00)?; // dwForceAttack2
|
||||
let force_backward = process.read_memory::<u32>(client_base + 0x16BBD40)?; // dwForceBackward
|
||||
let force_crouch = process.read_memory::<u32>(client_base + 0x16BC010)?; // dwForceCrouch
|
||||
let force_forward = process.read_memory::<u32>(client_base + 0x16BBCB0)?; // dwForceForward
|
||||
let force_jump = process.read_memory::<u32>(client_base + 0x16BBF80)?; // dwForceJump
|
||||
let force_left = process.read_memory::<u32>(client_base + 0x16BBDD0)?; // dwForceLeft
|
||||
let force_right = process.read_memory::<u32>(client_base + 0x16BBE60)?; // dwForceRight
|
||||
let force_attack = process.read_memory::<u32>(client_base + 0x16BBD30)?; // dwForceAttack
|
||||
let force_attack_2 = process.read_memory::<u32>(client_base + 0x16BBDC0)?; // dwForceAttack2
|
||||
let force_backward = process.read_memory::<u32>(client_base + 0x16BC000)?; // dwForceBackward
|
||||
let force_crouch = process.read_memory::<u32>(client_base + 0x16BC2D0)?; // dwForceCrouch
|
||||
let force_forward = process.read_memory::<u32>(client_base + 0x16BBF70)?; // dwForceForward
|
||||
let force_jump = process.read_memory::<u32>(client_base + 0x16BC240)?; // dwForceJump
|
||||
let force_left = process.read_memory::<u32>(client_base + 0x16BC090)?; // dwForceLeft
|
||||
let force_right = process.read_memory::<u32>(client_base + 0x16BC120)?; // dwForceRight
|
||||
|
||||
let get_key_state = |value: u32| -> &str {
|
||||
match value {
|
||||
@ -251,7 +251,7 @@ mod tests {
|
||||
.expect("Failed to find client.dll")
|
||||
.base();
|
||||
|
||||
let global_vars = process.read_memory::<*const GlobalVarsBase>(client_base + 0x16B7BE0)?; // dwGlobalVars
|
||||
let global_vars = process.read_memory::<*const GlobalVarsBase>(client_base + 0x16B7EA0)?; // dwGlobalVars
|
||||
|
||||
let current_map_name = unsafe {
|
||||
(*global_vars)
|
||||
@ -300,7 +300,7 @@ mod tests {
|
||||
.expect("Failed to find client.dll")
|
||||
.base();
|
||||
|
||||
let local_player_controller = process.read_memory::<usize>(client_base + 0x180AA20)?; // dwLocalPlayerController
|
||||
let local_player_controller = process.read_memory::<usize>(client_base + 0x180ACB0)?; // dwLocalPlayerController
|
||||
|
||||
let player_name = process.read_string((local_player_controller + 0x640).into())?; // m_iszPlayerName
|
||||
|
||||
@ -318,7 +318,7 @@ mod tests {
|
||||
.expect("Failed to find client.dll")
|
||||
.base();
|
||||
|
||||
let local_player_pawn = process.read_memory::<usize>(client_base + 0x16C2B18)?; // dwLocalPlayerPawn
|
||||
let local_player_pawn = process.read_memory::<usize>(client_base + 0x16C2DD8)?; // dwLocalPlayerPawn
|
||||
|
||||
let game_scene_node = process.read_memory::<usize>((local_player_pawn + 0x310).into())?; // m_pGameSceneNode
|
||||
|
||||
@ -346,8 +346,8 @@ mod tests {
|
||||
.expect("Failed to find engine2.dll")
|
||||
.base();
|
||||
|
||||
let window_width = process.read_memory::<u32>(engine_base + 0x540A48)?; // dwWindowWidth
|
||||
let window_height = process.read_memory::<u32>(engine_base + 0x540A4C)?; // dwWindowHeight
|
||||
let window_width = process.read_memory::<u32>(engine_base + 0x541A68)?; // dwWindowWidth
|
||||
let window_height = process.read_memory::<u32>(engine_base + 0x541A6C)?; // dwWindowHeight
|
||||
|
||||
println!("Window size: {}x{}", window_width, window_height);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user