← back
apex · 24462039
# Apex Legends — Season 30 offsets
**SEASON 30 NEWEST PATCH | 8/4/2026 //
## Signatures — engine globals
```cpp
// Season 30 — engine globals from [Mics]
struct signatures {
uintptr_t CHLClient = 0x28561c8;
uintptr_t ClientState = 0x1e6e9d0;
uintptr_t cl_entitylist = 0x58a87d8;
uintptr_t InputSystem = 0x1f25e00;
uintptr_t LevelName = 0x1e6eba4;
uintptr_t LocalEntityHandle = 0x2550f30;
uintptr_t LocalPlayer = 0x26c3138;
uintptr_t NameList = 0x832a040;
uintptr_t NetworkVarTablePtr = 0x85a8700;
uintptr_t ObserverList = 0x58aa7f8;
uintptr_t SignonState = 0x1e6ea8c;
uintptr_t ViewMatrix = 0x11a390;
uintptr_t ViewRender = 0x3fa63a0;
uintptr_t WeaponNames = 0x3fa63f0;
uintptr_t WeaponSettingsMeta_base = 0x1908;
uintptr_t HighlightSettings = 0x60158b0;
uintptr_t ModelNames = 0x1e97d00;
uintptr_t commandNumber = 0x1e977dc;
uintptr_t netChannel = 0x1e6ea30;
};
```
## Miscellaneous offsets
```cpp
// Member offsets (from [Mics])
struct misc_offsets {
uintptr_t camera_origin = 0x1fac;
uintptr_t lastVisibleTime = 0x1a74;
uintptr_t m_vecAbsOrigin = 0x16c;
uintptr_t m_viewangle = 0x25f0;
uintptr_t observer_index = 0x974;
uintptr_t CBaseAnimating_m_pStudioHdr = 0x1000;
uintptr_t WeaponSettingsMeta_base = 0x1908;
};
```
## Input button base pointers
```cpp
// Button bases; +attack mapped to in_attack, etc.
struct apex_buttons {
uintptr_t in_attack = 0x3fa64f0;
uintptr_t in_backward = 0x3fa6448;
uintptr_t in_break = 0x3fa6e98;
uintptr_t in_camin = 0x84d2aa0;
uintptr_t in_camout = 0x832b1e0;
uintptr_t in_campitchdown = 0x832b1c0;
uintptr_t in_campitchup = 0x84d2ac0;
uintptr_t in_camyawleft = 0x832ba90;
uintptr_t in_camyawright = 0x832b1d0;
uintptr_t in_commandermousemove = 0x3fa6470;
uintptr_t in_dodge = 0x3fa6de0;
uintptr_t in_duck = 0x3fa6e78;
uintptr_t in_forward = 0x3fa6420;
uintptr_t in_graph = 0x3fa6cb8;
uintptr_t in_jump = 0x3fa6d88;
uintptr_t in_klook = 0x3fa6490;
uintptr_t in_left = 0x3fa6d40;
uintptr_t in_lookdown = 0x3fa6d98;
uintptr_t in_lookup = 0x3fa6e88;
uintptr_t in_melee = 0x3fa6480;
uintptr_t in_movedown = 0x3fa6d30;
uintptr_t in_moveleft = 0x3fa6410;
uintptr_t in_moveright = 0x3fa6438;
uintptr_t in_moveup = 0x3fa64a0;
uintptr_t in_offhand0 = 0x3fa64b0;
uintptr_t in_offhand1 = 0x3fa6d60;
uintptr_t in_offhand2 = 0x3fa6dd0;
uintptr_t in_offhand3 = 0x3fa6e00;
uintptr_t in_offhand4 = 0x3fa6e28;
uintptr_t in_pause_menu = 0x3fa6d50;
uintptr_t in_ping = 0x3fa64c0;
uintptr_t in_reload = 0x3fa6ce8;
uintptr_t in_right = 0x3fa6d78;
uintptr_t in_scriptCommand3 = 0x3fa6cc8;
uintptr_t in_speed = 0x3fa6458;
uintptr_t in_strafe = 0x3fa6cf8;
uintptr_t in_toggle_duck = 0x3fa6ca8;
uintptr_t in_toggle_zoom = 0x3fa6cd8;
uintptr_t in_use = 0x3fa6df0;
uintptr_t in_useAndReload = 0x3fa6e58;
uintptr_t in_use_alt = 0x3fa6c98;
uintptr_t in_use_long = 0x3fa6e68;
uintptr_t in_variableScopeToggle = 0x3fa6d20;
uintptr_t in_walk = 0x3fa6e48;
uintptr_t in_weaponCycle = 0x3fa6da8;
uintptr_t in_weapon_discard = 0x3fa6e38;
uintptr_t in_zoom = 0x3fa6e10;
};
```
## Weapon settings meta
```cpp
// base is member offset; list/count not in this dump
struct weapon_settings_meta {
uintptr_t base = 0x1908;
};
```
## DT_BaseEntity (core)
```cpp
// Base of every entity. Position, team, render, ownership.
struct DT_BaseEntity {
uintptr_t HighlightSettings = 0x0;
uintptr_t m_Collision = 0x3b8;
uintptr_t m_CollisionGroup = 0x438;
uintptr_t m_attachmentLerpEndTime = 0x738;
uintptr_t m_attachmentLerpStartAngles = 0x748;
uintptr_t m_attachmentLerpStartOrigin = 0x73c;
uintptr_t m_attachmentLerpStartTime = 0x734;
uintptr_t m_bIsSoundCodeControllerValueSet = 0x370;
uintptr_t m_bRenderWithViewModels = 0x39c;
uintptr_t m_baseTakeDamage = 0x6bc;
uintptr_t m_bossPlayer = 0x144;
uintptr_t m_cellX = 0x0;
uintptr_t m_cellY = 0x4;
uintptr_t m_cellZ = 0x8;
uintptr_t m_clIntensity = 0x84;
uintptr_t m_clrRender = 0x80;
uintptr_t m_collideWithOwner = 0x440;
uintptr_t m_contents = 0x43c;
uintptr_t m_dissolveEffectEntityHandle = 0x814;
uintptr_t m_exclusiveUseEnt = 0x620;
uintptr_t m_fEffects = 0x54;
uintptr_t m_fadeDist = 0x764;
uintptr_t m_firstChildEntityLink = 0x928;
uintptr_t m_firstParentEntityLink = 0x92c;
uintptr_t m_flSoundCodeControllerValue = 0x374;
uintptr_t m_grade = 0x344;
uintptr_t m_hOwnerEntity = 0x398;
uintptr_t m_holdUsePrompt = 0x610;
uintptr_t m_iName = 0x481;
uintptr_t m_iSignifierName = 0x478;
uintptr_t m_iTeamNum = 0x334;
uintptr_t m_ignoreParentRotation = 0x2dc;
uintptr_t m_ignorePredictedTriggerFlags = 0x348;
uintptr_t m_instanceNameIndex = 0x58c;
uintptr_t m_invulnerableToDamageCount = 0x6c0;
uintptr_t m_localAngles = 0x384;
uintptr_t m_localOrigin = 0xc;
uintptr_t m_meleeResponseFlags = 0x2d8;
uintptr_t m_nModelIndex = 0x60;
uintptr_t m_nRenderFX = 0x39d;
uintptr_t m_nRenderMode = 0x3a9;
uintptr_t m_networkedFlags = 0x2d0;
uintptr_t m_parentAttachment = 0x34;
uintptr_t m_parentAttachmentModel = 0x758;
uintptr_t m_passThroughDirection = 0x358;
uintptr_t m_passThroughFlags = 0x350;
uintptr_t m_passThroughThickness = 0x354;
uintptr_t m_phaseShiftFlags = 0x6b8;
uintptr_t m_pressUsePrompt = 0x618;
uintptr_t m_realmsBitMask = 0x930;
uintptr_t m_scriptNameIndex = 0x588;
uintptr_t m_usableDistanceOverride = 0x82c;
uintptr_t m_usableFOV = 0x830;
uintptr_t m_usablePriority = 0x828;
uintptr_t m_usableType = 0x5c;
uintptr_t m_usePromptSize = 0x834;
uintptr_t m_useRefractionCloak = 0x3ac;
uintptr_t m_visibilityFlags = 0x32c;
uintptr_t m_wantsScopeHighlight = 0x2cc;
uintptr_t movecollide = 0x0;
uintptr_t moveparent = 0x30;
uintptr_t movetype = 0x0;
uintptr_t predictable_id = 0x0;
};
```
## DT_BaseAnimating
```cpp
struct DT_BaseAnimating {
uintptr_t DT_BaseAnimating = 0x0;
uintptr_t m_SequenceTransitioner = 0xb50;
uintptr_t m_animActive = 0x9a0;
uintptr_t m_animAutoPlayBeginTime = 0x99c;
uintptr_t m_animCollisionEnabled = 0x9a3;
uintptr_t m_animFrozen = 0x1e;
uintptr_t m_animModelIndex = 0x14;
uintptr_t m_animNetworkFlags = 0x998;
uintptr_t m_animPlantingEnabled = 0x9a5;
uintptr_t m_animPlaybackRate = 0x10;
uintptr_t m_animRelativeData = 0x9a8;
uintptr_t m_animRelativeToGroundEnabled = 0x9a4;
uintptr_t m_bClientSideRagdoll = 0x1f;
uintptr_t m_bSequenceFinished = 0xe34;
uintptr_t m_camoIndex = 0xd90;
uintptr_t m_flEstIkOffset = 0x8c;
uintptr_t m_flModelScale = 0xe40;
uintptr_t m_flPoseParameter = 0x2c;
uintptr_t m_flSkyScaleEndTime = 0xb34;
uintptr_t m_flSkyScaleEndValue = 0xb2c;
uintptr_t m_flSkyScaleStartTime = 0xb30;
uintptr_t m_flSkyScaleStartValue = 0xb28;
uintptr_t m_itemFlavorGUID = 0xd74;
uintptr_t m_lockedAnimDeltaYaw = 0xe38;
uintptr_t m_nBody = 0xd8c;
uintptr_t m_nForceBone = 0xdd0;
uintptr_t m_nRagdollImpactFXTableId = 0xb24;
uintptr_t m_nSkin = 0xd80;
uintptr_t m_passDamageToParent = 0x6c4;
uintptr_t m_predictedAnimEventData = 0xaa0;
uintptr_t m_skinMod = 0xd84;
uintptr_t m_syncingWithEntity = 0xa98;
uintptr_t m_vecForce = 0x20;
uintptr_t serveranimdata = 0x0;
};
```
## DT_BaseAnimatingOverlay
```cpp
struct DT_BaseAnimatingOverlay {
uintptr_t DT_BaseAnimatingOverlay = 0x0;
uintptr_t m_animOverlayAnimTime = 0x100;
uintptr_t m_animOverlayFadeInDuration = 0x124;
uintptr_t m_animOverlayFadeOutDuration = 0x148;
uintptr_t m_animOverlayIsActive = 0x8;
uintptr_t m_animOverlayModelIndex = 0x80;
uintptr_t m_animOverlayOrder = 0xdc;
uintptr_t m_animOverlayPlaybackRate = 0x5c;
uintptr_t m_animOverlaySequence = 0xa4;
uintptr_t m_animOverlayStartCycle = 0x38;
uintptr_t m_animOverlayStartTime = 0x14;
uintptr_t m_animOverlayWeight = 0xb8;
uintptr_t overlay_vars = 0x0;
};
```
## DT_BaseCombatCharacter
```cpp
// Anything that can hold and fire a weapon.
struct DT_BaseCombatCharacter {
uintptr_t DT_BaseCombatCharacter = 0x0;
uintptr_t bcc_localdata = 0x0;
uintptr_t m_akimboShouldAltFire = 0x1a71;
uintptr_t m_akimboState = 0x1a70;
uintptr_t m_allowHudSelectionWhileWeaponsDisabled = 0x1a6a;
uintptr_t m_bIsPlayerOverheating = 0x1920;
uintptr_t m_cloakEndTime = 0x1bc;
uintptr_t m_cloakFadeInDuration = 0x1c8;
uintptr_t m_cloakFadeInEndTime = 0x1c0;
uintptr_t m_cloakFadeOutStartTime = 0x1c4;
uintptr_t m_cloakFlickerAmount = 0x1cc;
uintptr_t m_cloakFlickerEndTime = 0x1d0;
uintptr_t m_contextAction = 0x1a84;
uintptr_t m_deathVelocity = 0x35c;
uintptr_t m_hudInfo_visibilityTestAlwaysPasses = 0x1a72;
uintptr_t m_lastCycleSlot = 0x19ec;
uintptr_t m_lastFiredTime = 0x1940;
uintptr_t m_lastFiredWeapon = 0x1944;
uintptr_t m_lastSharedEnergyRegenTime = 0x1958;
uintptr_t m_lastSharedEnergyTakeTime = 0x1964;
uintptr_t m_latestNonOffhandWeapons = 0x19e4;
uintptr_t m_latestPrimaryWeapons = 0x19d4;
uintptr_t m_latestPrimaryWeaponsIndexZeroOrOne = 0x19dc;
uintptr_t m_meleeResponseFlags = 0x2d8;
uintptr_t m_minimapData = 0x848;
uintptr_t m_nameVisibilityFlags = 0x898;
uintptr_t m_networkedFlags = 0x2d0;
uintptr_t m_phaseShiftTimeEnd = 0x1ab8;
uintptr_t m_phaseShiftTimeStart = 0x1ab4;
uintptr_t m_phaseShiftType = 0x1ab0;
uintptr_t m_playerOverheatValue = 0x1924;
uintptr_t m_raiseFromMeleeEndTime = 0x1948;
uintptr_t m_selectedWeapons = 0x19d0;
uintptr_t m_sharedEnergy = 0x194c;
uintptr_t m_sharedEnergyLockoutThreshold = 0x1954;
uintptr_t m_sharedEnergyMax = 0x1950;
uintptr_t m_sharedEnergyRegenDelay = 0x1960;
uintptr_t m_sharedEnergyRegenRate = 0x195c;
uintptr_t m_shieldHealth = 0x190;
uintptr_t m_shieldHealthMax = 0x194;
uintptr_t m_showActiveWeapon3p = 0x10;
uintptr_t m_squadID = 0x340;
uintptr_t m_targetInfoPingValue = 0x1c50;
uintptr_t m_teamMemberIndex = 0x33c;
uintptr_t m_timeLastGeneratedPlayerOverheat = 0x1930;
uintptr_t m_vecViewOffset_x = 0x48;
uintptr_t m_vecViewOffset_y = 0x4c;
uintptr_t m_vecViewOffset_z = 0x50;
uintptr_t m_weaponAmmoRegenDisabled = 0x1a6b;
uintptr_t m_weaponAmmoRegenDisabledRefCount = 0x1a6c;
uintptr_t m_weaponDelayEnableTime = 0x19f8;
uintptr_t m_weaponDisabledFlags = 0x1a59;
uintptr_t m_weaponDisabledInScript = 0x19fc;
uintptr_t m_weaponGettingSwitchedOut = 0x8;
uintptr_t m_weaponInventorySlotLockedFlags = 0x1a5a;
uintptr_t m_weaponPermission = 0x19f4;
uintptr_t m_weaponTypeDisabledFlags = 0x1a5c;
uintptr_t m_weaponTypeDisabledRefCount = 0x1a60;
};
```
## DT_Player
```cpp
// Player identity, aim, health, movement, state.
struct DT_Player {
uintptr_t DT_Player = 0x0;
uintptr_t connectionQualityIndex = 0x0;
uintptr_t isLocalOriginLocal = 0xc;
uintptr_t localdata = 0x0;
uintptr_t m_DuckHullMax = 0x2b00;
uintptr_t m_DuckHullMin = 0x2af4;
uintptr_t m_Shared = 0x45b0;
uintptr_t m_StandHullMax = 0x2ae8;
uintptr_t m_StandHullMin = 0x2adc;
uintptr_t m_activeZipline = 0x2f7c;
uintptr_t m_ammoPoolCapacity = 0x2604;
uintptr_t m_animViewEntity = 0x2e90;
uintptr_t m_armorType = 0x48d8;
uintptr_t m_armoredLeapAirPos = 0x4a28;
uintptr_t m_armoredLeapEndPos = 0x4a34;
uintptr_t m_armoredLeapPhase = 0x4a44;
uintptr_t m_armoredLeapStartTime = 0x4a48;
uintptr_t m_armoredLeapType = 0x4a40;
uintptr_t m_autoSprintForced = 0x2a80;
uintptr_t m_bHasMatchAdminRole = 0x3870;
uintptr_t m_bShouldDrawPlayerWhileUsingViewEntity = 0x35d0;
uintptr_t m_bZooming = 0x1cc1;
uintptr_t m_bleedoutStartTime = 0x27d4;
uintptr_t m_bleedoutState = 0x27d0;
uintptr_t m_canStand = 0x2ad9;
uintptr_t m_chargeJumpStartTime = 0x37a8;
uintptr_t m_classModsActive = 0x0;
uintptr_t m_classModsActive0 = 0x2638;
uintptr_t m_communicationsAutoBlocked = 0x337e;
uintptr_t m_controllerModeActive = 0x48e0;
uintptr_t m_crossPlayChat = 0x2628;
uintptr_t m_crossPlayChatFriends = 0x2629;
uintptr_t m_currentFramePlayer = 0x2150;
uintptr_t m_damageComboLatestUpdateTime = 0x298c;
uintptr_t m_damageComboStartHealth = 0x2990;
uintptr_t m_damageImpulseNoDecelEndTime = 0x2ab0;
uintptr_t m_deviceForm = 0x48e8;
uintptr_t m_dragReviveOutroStartTime = 0x4abc;
uintptr_t m_dragReviveState = 0x4ab8;
uintptr_t m_duckState = 0x2ad0;
uintptr_t m_entitySyncingWithMe = 0x2b0c;
uintptr_t m_extraShieldHealth = 0x3058;
uintptr_t m_extraShieldTier = 0x305c;
uintptr_t m_fFlags = 0xc8;
uintptr_t m_fIsSprinting = 0x2a84;
uintptr_t m_flDeathTime = 0x371c;
uintptr_t m_flMaxspeed = 0x328;
uintptr_t m_gestureAutoKillBitfield = 0x2a44;
uintptr_t m_gestureBlendInDuration = 0x29c4;
uintptr_t m_gestureBlendOutDuration = 0x29e4;
uintptr_t m_gestureFadeOutDuration = 0x2a24;
uintptr_t m_gestureFadeOutStartTime = 0x2a04;
uintptr_t m_gestureSequences = 0x2994;
uintptr_t m_gestureStartTimes = 0x29a4;
uintptr_t m_glideMeter = 0x3080;
uintptr_t m_grapple = 0x2d60;
uintptr_t m_grappleActive = 0x2de8;
uintptr_t m_grappleDetachTime = 0x2dec;
uintptr_t m_grappleEnemyCustomMaterialIndex = 0x2e08;
uintptr_t m_grappleFriendlyCustomMaterialIndex = 0x2e04;
uintptr_t m_grappleHook = 0x3838;
uintptr_t m_hColorCorrectionCtrl = 0x41dc;
uintptr_t m_hGroundEntity = 0x320;
uintptr_t m_hViewModels = 0x2e3c;
uintptr_t m_hardware = 0x2610;
uintptr_t m_hasBadReputation = 0x2608;
uintptr_t m_hasMic = 0x337c;
uintptr_t m_helmetType = 0x48d4;
uintptr_t m_iHealth = 0x324;
uintptr_t m_iMaxHealth = 0x470;
uintptr_t m_iSpawnParity = 0x363c;
uintptr_t m_inPartyChat = 0x337d;
uintptr_t m_inventory = 0x1968;
uintptr_t m_isPerformingBoostAction = 0x30a8;
uintptr_t m_jumpPadDebounceExpireTime = 0x34c;
uintptr_t m_laserSightColor = 0x262c;
uintptr_t m_laserSightColorCustomized = 0x262a;
uintptr_t m_lastDodgeTime = 0x3768;
uintptr_t m_lastJumpWasWallHighJump = 0x3764;
uintptr_t m_lastLaunchTriggerTouched = 0x3200;
uintptr_t m_lastMoveInputTime = 0x3cd4;
uintptr_t m_lastSprintPressTime = 0x2a90;
uintptr_t m_lastTimeKilledOtherPlayer = 0x4c00;
uintptr_t m_launchCount = 0x3208;
uintptr_t m_launcherAirControlActive = 0x320c;
uintptr_t m_leanState = 0x2ad4;
uintptr_t m_lifeState = 0x698;
uintptr_t m_melee = 0x3338;
uintptr_t m_movementDisabledCount = 0x2a88;
uintptr_t m_nextTitanRespawnAvailable = 0x3874;
uintptr_t m_nucleusId = 0x2620;
uintptr_t m_overlayEventParity = 0x16f1;
uintptr_t m_passives = 0x0;
uintptr_t m_petTitan = 0x383c;
uintptr_t m_pilotClassIndex = 0x4600;
uintptr_t m_platformUserId = 0x2618;
uintptr_t m_playerFlags = 0x3374;
uintptr_t m_playerMoveSpeedScale = 0x3380;
uintptr_t m_playerScriptNetDataGlobal = 0x48cc;
uintptr_t m_playerSettingForHoldToSprint = 0x2a8d;
uintptr_t m_playerSettingForStickySprintForward = 0x2a8c;
uintptr_t m_playerVehicleCount = 0x2ac4;
uintptr_t m_playerVehicleDriven = 0x2ac8;
uintptr_t m_playerVehicleUseTime = 0x2acc;
uintptr_t m_playerVehicles = 0x2abc;
uintptr_t m_ragdollCreationOrigin = 0x3720;
uintptr_t m_ragdollCreationYaw = 0x372c;
uintptr_t m_reviveTarget = 0x4ac0;
uintptr_t m_selectedOffhands = 0x19e6;
uintptr_t m_selectedOffhandsPendingHybridAction = 0x19e9;
uintptr_t m_shadowShieldActive = 0x3050;
uintptr_t m_skill_mu = 0x386c;
uintptr_t m_skydiveContraintPostion = 0x49bc;
uintptr_t m_skydiveContraintRadius = 0x49c8;
uintptr_t m_skydiveDiveAngle = 0x4954;
uintptr_t m_skydiveForwardPoseValueTarget = 0x4908;
uintptr_t m_skydiveFromSkywardLaunch = 0x49b5;
uintptr_t m_skydiveIsDiving = 0x4958;
uintptr_t m_skydivePlayerPitch = 0x4974;
uintptr_t m_skydivePlayerYaw = 0x4978;
uintptr_t m_skydiveScriptInputOverride = 0x49b8;
uintptr_t m_skydiveSidePoseValueTarget = 0x4914;
uintptr_t m_skydiveSpeed = 0x495c;
uintptr_t m_skydiveState = 0x493c;
uintptr_t m_skydiveStrafeAngle = 0x4960;
uintptr_t m_skywardLaunchEndTime = 0x49f0;
uintptr_t m_skywardLaunchFastEndTime = 0x49e8;
uintptr_t m_skywardLaunchFastSpeed = 0x49fc;
uintptr_t m_skywardLaunchFollowing = 0x4a11;
uintptr_t m_skywardLaunchInterrupted = 0x4a10;
uintptr_t m_skywardLaunchSlowEndTime = 0x49e4;
uintptr_t m_skywardLaunchSlowSpeed = 0x49f8;
uintptr_t m_skywardLaunchSlowStartTime = 0x49e0;
uintptr_t m_skywardLaunchState = 0x49cc;
uintptr_t m_skywardObstacleAvoidanceEndPos = 0x4a14;
uintptr_t m_skywardOffset = 0x4a00;
uintptr_t m_skywardWeaponsEnabled = 0x4a20;
uintptr_t m_statusEffectsEndlessPlayerNV = 0x28c8;
uintptr_t m_statusEffectsTimedPlayerNV = 0x27d8;
uintptr_t m_stickySprintForwardDisableTime = 0x2a98;
uintptr_t m_stickySprintForwardEnableTime = 0x2a94;
uintptr_t m_tempShieldHealth = 0x3054;
uintptr_t m_timeJetpackHeightActivateCheckPassed = 0x3790;
uintptr_t m_titanSoul = 0x1aa8;
uintptr_t m_title = 0x4200;
uintptr_t m_traversalForwardDir = 0x2bcc;
uintptr_t m_traversalRefPos = 0x2bd8;
uintptr_t m_traversalState = 0x2b9c;
uintptr_t m_traversalType = 0x2ba0;
uintptr_t m_traversalYawDelta = 0x2c04;
uintptr_t m_traversalYawPoseParameter = 0x2c08;
uintptr_t m_turret = 0x2e38;
uintptr_t m_ubEFNoInterpParity = 0x41d8;
uintptr_t m_upDir = 0x2b10;
uintptr_t m_useCredit = 0x3370;
uintptr_t m_vecAbsOrigin = 0x0;
uintptr_t m_viewOffsetEntity = 0x2e50;
uintptr_t m_wallClimbSetUp = 0x2c54;
uintptr_t m_wallHanging = 0x2c55;
uintptr_t m_xp = 0x3864;
uintptr_t m_ziplineGrenadeBeginStationAttachmentId = 0x3028;
uintptr_t m_ziplineGrenadeBeginStationEntity = 0x3024;
uintptr_t m_ziplineState = 0x2f8c;
uintptr_t m_ziplineValid3pWeaponLayerAnim = 0x2f88;
uintptr_t m_zoomBaseFrac = 0x1cc8;
uintptr_t m_zoomBaseTime = 0x1ccc;
uintptr_t m_zoomFullStartTime = 0x1cd0;
uintptr_t m_zoomToggleOnStartTime = 0x1cc4;
uintptr_t pl = 0x2580;
uintptr_t portalnonlocaldata = 0x0;
uintptr_t stickerinventory = 0x0;
uintptr_t teamshareddata = 0x0;
};
```
## DT_Local
```cpp
struct DT_Local {
uintptr_t attackedCount = 0x164;
uintptr_t lastAttacker = 0x160;
uintptr_t m_accelScale = 0x64;
uintptr_t m_airMoveBlockPlaneCount = 0x19c;
uintptr_t m_airMoveBlockPlaneTime = 0x198;
uintptr_t m_airMoveBlockPlanes = 0x0;
uintptr_t m_airMoveBlockPlanes0 = 0x180;
uintptr_t m_airSlowMoFrac = 0x4c;
uintptr_t m_animNearZ = 0x15c;
uintptr_t m_audio_entIndex = 0x140;
uintptr_t m_audio_localBits = 0x13c;
uintptr_t m_audio_localSound0 = 0xd8;
uintptr_t m_audio_localSound1 = 0xe4;
uintptr_t m_audio_localSound2 = 0xf0;
uintptr_t m_audio_localSound3 = 0xfc;
uintptr_t m_audio_localSound4 = 0x108;
uintptr_t m_audio_localSound5 = 0x114;
uintptr_t m_audio_localSound6 = 0x120;
uintptr_t m_audio_localSound7 = 0x12c;
uintptr_t m_audio_soundscapeIndex = 0x138;
uintptr_t m_bAllowAutoMovement = 0x60;
uintptr_t m_bDrawViewmodel = 0x5f;
uintptr_t m_bitsActiveDevices = 0x54;
uintptr_t m_cinematicEventFlags = 0x1e4;
uintptr_t m_continuousUseBlocked = 0x2e0;
uintptr_t m_disableMeleeUntilRelease = 0x1b0;
uintptr_t m_disembarkStartTime = 0x1cc;
uintptr_t m_dodgePowerDelayScale = 0x6c;
uintptr_t m_dodgedInAir = 0x1e;
uintptr_t m_duckToggleOn = 0x5d;
uintptr_t m_ejectStartTime = 0x1c8;
uintptr_t m_fastFalling = 0x1f;
uintptr_t m_flCockpitEntryTime = 0x1c4;
uintptr_t m_flFallVelocity = 0x44;
uintptr_t m_flStepSize = 0x48;
uintptr_t m_flSuitGrapplePower = 0x40;
uintptr_t m_flSuitJumpPower = 0x3c;
uintptr_t m_flSuitPower = 0x38;
uintptr_t m_forceSlide = 0x5c;
uintptr_t m_forceStance = 0x58;
uintptr_t m_forcedDialogueOnly = 0x1e8;
uintptr_t m_groundNormal = 0x2d4;
uintptr_t m_hSkyCamera = 0x84;
uintptr_t m_hotDropImpactTime = 0x1d0;
uintptr_t m_iHideHUD = 0x14;
uintptr_t m_jetpackActivateTime = 0x30;
uintptr_t m_jetpackDeactivateTime = 0x34;
uintptr_t m_jumpPressTime = 0x28;
uintptr_t m_jumpedOffRodeo = 0x1d;
uintptr_t m_lastMantleBoostTime = 0x24;
uintptr_t m_meleeInputIndex = 0x1b8;
uintptr_t m_meleePressTime = 0x1b4;
uintptr_t m_objectiveEndTime = 0x1e0;
uintptr_t m_objectiveEntity = 0x1dc;
uintptr_t m_objectiveIndex = 0x1d8;
uintptr_t m_oneHandedWeaponUsage = 0x1c0;
uintptr_t m_outOfBoundsDeadTime = 0x1d4;
uintptr_t m_playerAnimChargingJump = 0x201;
uintptr_t m_playerAnimDodging = 0x209;
uintptr_t m_playerAnimFirstJumpFrame = 0x208;
uintptr_t m_playerAnimInAirWalk = 0x214;
uintptr_t m_playerAnimJumpActivity = 0x20a;
uintptr_t m_playerAnimJumpStartTime = 0x204;
uintptr_t m_playerAnimJumping = 0x200;
uintptr_t m_playerAnimLandStartTime = 0x210;
uintptr_t m_playerAnimLanding = 0x20c;
uintptr_t m_playerAnimMeleeParity = 0x21c;
uintptr_t m_playerAnimMeleeStartTime = 0x220;
uintptr_t m_playerAnimPrevFrameSequenceMotionYaw = 0x218;
uintptr_t m_playerAnimShouldLand = 0x20d;
uintptr_t m_playerAnimStationaryGoalFeetYaw = 0x1fc;
uintptr_t m_playerFloatLookEndTime = 0x2c8;
uintptr_t m_playerFloatLookStartTime = 0x2c4;
uintptr_t m_playerLocalGravityBlendEndDirection = 0x274;
uintptr_t m_playerLocalGravityBlendEndRotation = 0x264;
uintptr_t m_playerLocalGravityBlendEndTime = 0x284;
uintptr_t m_playerLocalGravityBlendStartRotation = 0x254;
uintptr_t m_playerLocalGravityBlendStartTime = 0x280;
uintptr_t m_playerLocalGravityBlendStrength = 0x288;
uintptr_t m_playerLocalGravityEntity = 0x2b8;
uintptr_t m_playerLocalGravityLineEnd = 0x2ac;
uintptr_t m_playerLocalGravityLineEndEntity = 0x2c0;
uintptr_t m_playerLocalGravityLineStart = 0x2a0;
uintptr_t m_playerLocalGravityLineStartEntity = 0x2bc;
uintptr_t m_playerLocalGravityPoint = 0x294;
uintptr_t m_playerLocalGravityStrength = 0x28c;
uintptr_t m_playerLocalGravityType = 0x290;
uintptr_t m_powerRegenRateScale = 0x68;
uintptr_t m_prevJumpPressTime = 0x2c;
uintptr_t m_queuedGrappleMeleeTime = 0x1a4;
uintptr_t m_queuedMeleePressTime = 0x1a0;
uintptr_t m_resetDuckToggle = 0x5e;
uintptr_t m_skybox3d_fog_HDRColorScale = 0xb4;
uintptr_t m_skybox3d_fog_botAlt = 0x90;
uintptr_t m_skybox3d_fog_densityScale = 0xac;
uintptr_t m_skybox3d_fog_dirColor = 0xbc;
uintptr_t m_skybox3d_fog_dirColorStr = 0xa4;
uintptr_t m_skybox3d_fog_direction = 0xc0;
uintptr_t m_skybox3d_fog_distColor = 0xb8;
uintptr_t m_skybox3d_fog_distColorStr = 0xa0;
uintptr_t m_skybox3d_fog_distOffset = 0xa8;
uintptr_t m_skybox3d_fog_enable = 0xd2;
uintptr_t m_skybox3d_fog_halfAngleDeg = 0xb0;
uintptr_t m_skybox3d_fog_halfDistBot = 0x98;
uintptr_t m_skybox3d_fog_halfDistTop = 0x9c;
uintptr_t m_skybox3d_fog_topAlt = 0x94;
uintptr_t m_skybox3d_scale = 0x88;
uintptr_t m_skybox3d_useWorldFog = 0x8c;
uintptr_t m_superJumpsUsed = 0x18;
uintptr_t m_titanBubbleShieldTime = 0x1f0;
uintptr_t m_titanBuildTime = 0x1ec;
uintptr_t m_titanDisembarkEnabled = 0x1f5;
uintptr_t m_titanEmbarkEnabled = 0x1f4;
uintptr_t m_trackedChildProjectileCount = 0x1bc;
uintptr_t m_useEnt = 0x2e4;
uintptr_t m_usedWallHighJump = 0x20;
uintptr_t m_voicePackIndex = 0x1f8;
uintptr_t m_wallrunFromJetpack = 0x2d0;
uintptr_t m_wallrunLatestFloorHeight = 0x2cc;
uintptr_t m_wasClimbingIntoMantle = 0x1c;
uintptr_t predictableFlags = 0x50;
};
```
## DT_PlayerState
```cpp
struct DT_PlayerState {
uintptr_t currentClass = 0x10;
uintptr_t deadflag = 0x6c;
uintptr_t onDeathClass = 0x20;
uintptr_t requestedClass = 0x18;
};
```
## DT_PlayerTeamShared
```cpp
struct DT_PlayerTeamShared {
uintptr_t m_healResources_healthTarget = 0x260c;
uintptr_t m_lastTimeDamaged = 0x31a4;
uintptr_t m_lastTimeDamagedByNPC = 0x31ac;
uintptr_t m_lastTimeDamagedByOtherPlayer = 0x31a8;
uintptr_t m_lastTimeDidDamageToNPC = 0x31b4;
uintptr_t m_lastTimeDidDamageToOtherPlayer = 0x31b0;
};
```
## DT_PlayerMelee_PlayerData
```cpp
struct DT_PlayerMelee_PlayerData {
uintptr_t attackActive = 0xc;
uintptr_t attackHitEntity = 0x14;
uintptr_t attackHitEntityTime = 0x18;
uintptr_t attackLastHitNonWorldEntity = 0x1c;
uintptr_t attackRecoveryShouldBeQuick = 0xd;
uintptr_t attackStartTime = 0x10;
uintptr_t isSprintAttack = 0xe;
uintptr_t lungeBoost = 0x28;
uintptr_t meleeAttackParity = 0x8;
uintptr_t pendingMeleePress = 0x24;
uintptr_t previousMainOffhand = 0x34;
uintptr_t scriptedState = 0x20;
};
```
## DT_WeaponPlayerData
```cpp
struct DT_WeaponPlayerData {
uintptr_t m_akimboDisabled = 0xec;
uintptr_t m_chargeAnimIndex = 0x78;
uintptr_t m_chargeAnimIndexOld = 0x7c;
uintptr_t m_chargeDebounce = 0x43;
uintptr_t m_charmAttachment = 0xe4;
uintptr_t m_charmItemFlavorGUID = 0xe8;
uintptr_t m_charmModelIndex = 0xe0;
uintptr_t m_clipModelIsHidden = 0x4b;
uintptr_t m_cooldownMilestone = 0xa4;
uintptr_t m_curZoomFOV = 0xc0;
uintptr_t m_currentAltFireAnimIndex = 0xd8;
uintptr_t m_customActivityAttachedModelAttachmentId = 0x64;
uintptr_t m_customActivityAttachedModelIndex = 0x60;
uintptr_t m_didFirstDeploy = 0x49;
uintptr_t m_fastHolster = 0x48;
uintptr_t m_fastHolsterScale = 0x3c;
uintptr_t m_fireRateLerp_startFraction = 0x6c;
uintptr_t m_fireRateLerp_startTime = 0x68;
uintptr_t m_fireRateLerp_stopFraction = 0x74;
uintptr_t m_fireRateLerp_stopTime = 0x70;
uintptr_t m_fullReloadStartTime = 0xac;
uintptr_t m_kickPatternScaleBase = 0x2c;
uintptr_t m_kickScaleBasePitch = 0x24;
uintptr_t m_kickScaleBaseYaw = 0x28;
uintptr_t m_kickSpreadADS = 0x1c;
uintptr_t m_kickSpreadHipfire = 0x18;
uintptr_t m_kickSpringHeatBaseTime = 0x30;
uintptr_t m_kickSpringHeatBaseValue = 0x34;
uintptr_t m_kickTime = 0x20;
uintptr_t m_latestDryfireTime = 0xd0;
uintptr_t m_legendaryModelIndex = 0xdc;
uintptr_t m_moveSpread = 0x8;
uintptr_t m_offhandHybridNormalMode = 0x46;
uintptr_t m_pendingReloadAttempt = 0x45;
uintptr_t m_pendingTriggerPull = 0x41;
uintptr_t m_pendingoffhandHybridToss = 0x47;
uintptr_t m_prevSeqWeight = 0xa8;
uintptr_t m_proScreen_float0 = 0x90;
uintptr_t m_proScreen_float1 = 0x94;
uintptr_t m_proScreen_float2 = 0x98;
uintptr_t m_proScreen_int0 = 0x84;
uintptr_t m_proScreen_int1 = 0x88;
uintptr_t m_proScreen_int2 = 0x8c;
uintptr_t m_proScreen_owner = 0x80;
uintptr_t m_realtimeModCanADS = 0x5c;
uintptr_t m_realtimeModCmdCount = 0x5b;
uintptr_t m_realtimeModCmdHead = 0x5a;
uintptr_t m_realtimeModCmds = 0x52;
uintptr_t m_rechamberMilestone = 0xa0;
uintptr_t m_reloadMilestone = 0x9c;
uintptr_t m_reloadStartedEmpty = 0x4d;
uintptr_t m_requestedAttackEndTime = 0xd4;
uintptr_t m_scriptFlags0 = 0xb8;
uintptr_t m_scriptInt0 = 0xbc;
uintptr_t m_scriptInt1 = 0xbe;
uintptr_t m_scriptTime0 = 0xb0;
uintptr_t m_scriptTime1 = 0xb4;
uintptr_t m_secondaryAttackRequested = 0x42;
uintptr_t m_segmentedAnimStartedAkimbo = 0x4f;
uintptr_t m_segmentedAnimStartedOneHanded = 0x4e;
uintptr_t m_segmentedReloadCanRestartLoop = 0x50;
uintptr_t m_segmentedReloadEndSeqRequired = 0x4c;
uintptr_t m_segmentedReloadLoopFireLocked = 0x51;
uintptr_t m_semiAutoNeedsRechamber = 0x44;
uintptr_t m_semiAutoTriggerDown = 0x40;
uintptr_t m_semiAutoTriggerHoldTime = 0x38;
uintptr_t m_shouldCatch = 0x4a;
uintptr_t m_spreadStartFracADS = 0x14;
uintptr_t m_spreadStartFracHip = 0x10;
uintptr_t m_spreadStartTime = 0xc;
uintptr_t m_targetZoomFOV = 0xc4;
uintptr_t m_zoomFOVLerpEndTime = 0xcc;
uintptr_t m_zoomFOVLerpTime = 0xc8;
};
```
## DT_BaseViewModel
```cpp
struct DT_BaseViewModel {
uintptr_t m_animFrozen = 0x1e;
uintptr_t m_animModelIndex = 0x14;
uintptr_t m_animOverlayAnimTime = 0x100;
uintptr_t m_animOverlayFadeInDuration = 0x124;
uintptr_t m_animOverlayFadeOutDuration = 0x148;
uintptr_t m_animOverlayIsActive = 0x8;
uintptr_t m_animOverlayModelIndex = 0x80;
uintptr_t m_animOverlayOrder = 0xdc;
uintptr_t m_animOverlayPlaybackRate = 0x5c;
uintptr_t m_animOverlaySequence = 0xa4;
uintptr_t m_animOverlayStartCycle = 0x38;
uintptr_t m_animOverlayStartTime = 0x14;
uintptr_t m_animOverlayWeight = 0xb8;
uintptr_t m_animPlaybackRate = 0x10;
uintptr_t m_animSequence = 0x1c;
uintptr_t m_animStartCycle = 0xc;
uintptr_t m_animStartTime = 0x8;
uintptr_t m_attackEventStartTime = 0x1f4c;
uintptr_t m_bBlockEventLayer = 0x1f40;
uintptr_t m_bSequenceFinished = 0xe34;
uintptr_t m_clrRender = 0x80;
uintptr_t m_eventSoundFadeStart = 0x1f50;
uintptr_t m_fEffects = 0x54;
uintptr_t m_fireDeferredStopsStartTime = 0xda0;
uintptr_t m_flModelScale = 0xe40;
uintptr_t m_hWeapon = 0x1f44;
uintptr_t m_isAdsTransition = 0x1f41;
uintptr_t m_nBody = 0xd8c;
uintptr_t m_nModelIndex = 0x60;
uintptr_t m_nRenderMode = 0x3a9;
uintptr_t m_nResetEventsStartTime = 0xd98;
uintptr_t m_nextFidgetTime = 0x1f54;
uintptr_t m_overlayEventParity = 0x16f1;
uintptr_t m_projectileIsVisible = 0x19a4;
uintptr_t m_tracerAttachments = 0x1f48;
uintptr_t m_tracerAttachmentsScoped = 0x1f4a;
uintptr_t m_viewModelOwner = 0x19a0;
uintptr_t overlay_vars = 0x0;
};
```
## DT_BaseGrenade
```cpp
struct DT_BaseGrenade {
uintptr_t DT_BaseGrenade = 0x0;
uintptr_t m_DmgRadius = 0x2fd4;
uintptr_t m_baseTakeDamage = 0x6bc;
uintptr_t m_doesExplode = 0x2fec;
uintptr_t m_grenadeStatusFlags = 0x2fe8;
uintptr_t m_invulnerableToDamageCount = 0x6c0;
uintptr_t m_parentAttachment = 0x34;
uintptr_t m_parentAttachmentModel = 0x758;
uintptr_t m_ziplineGrenadeExpectedEndPosition = 0x3050;
uintptr_t moveparent = 0x30;
};
```
## DT_Projectile
```cpp
struct DT_Projectile {
uintptr_t m_CollisionGroup = 0x438;
uintptr_t m_PredictableID = 0x6cc;
uintptr_t m_cellX = 0x0;
uintptr_t m_cellY = 0x4;
uintptr_t m_cellZ = 0x8;
uintptr_t m_destructionDistance = 0x15e8;
uintptr_t m_forceAdjustToGunBarrelDisabled = 0x15e1;
uintptr_t m_hOwnerEntity = 0x398;
uintptr_t m_iTeamNum = 0x334;
uintptr_t m_impactEffectTable = 0x160c;
uintptr_t m_launchOrigin = 0x1634;
uintptr_t m_localAngles = 0x384;
uintptr_t m_localOrigin = 0xc;
uintptr_t m_modBitfield = 0x15f0;
uintptr_t m_nModelIndex = 0x60;
uintptr_t m_networkedFlags = 0x2d0;
uintptr_t m_overrideMods = 0x15fc;
uintptr_t m_passThroughDepthTotal = 0x15ec;
uintptr_t m_passThroughModCount = 0x161c;
uintptr_t m_passThroughPoints = 0x1620;
uintptr_t m_preModdedTrailEffectIndices1p = 0x162c;
uintptr_t m_preModdedTrailEffectIndices3p = 0x1630;
uintptr_t m_projectileCreationTimeServer = 0x1614;
uintptr_t m_projectileTrailIndex = 0x1608;
uintptr_t m_realmsBitMask = 0x930;
uintptr_t m_reducedEffects = 0x1610;
uintptr_t m_vecVelocity = 0x378;
uintptr_t m_weaponClassIndex = 0x15e4;
uintptr_t m_weaponDataIsSet = 0x15e0;
uintptr_t m_weaponSource = 0x1618;
};
```
## DT_PropSurvival
```cpp
struct DT_PropSurvival {
uintptr_t m_Collision = 0x3b8;
uintptr_t m_CollisionGroup = 0x438;
uintptr_t m_ammoInClip = 0x15e0;
uintptr_t m_camoIndex = 0xd90;
uintptr_t m_cellX = 0x0;
uintptr_t m_cellY = 0x4;
uintptr_t m_cellZ = 0x8;
uintptr_t m_customScriptInt = 0x15e4;
uintptr_t m_fEffects = 0x54;
uintptr_t m_iSignifierName = 0x478;
uintptr_t m_itemFlavorGUID = 0xd74;
uintptr_t m_localAngles = 0x384;
uintptr_t m_localOrigin = 0xc;
uintptr_t m_meleeResponseFlags = 0x2d8;
uintptr_t m_modBitfield = 0x15f4;
uintptr_t m_nBody = 0xd8c;
uintptr_t m_nModelIndex = 0x60;
uintptr_t m_nSkin = 0xd80;
uintptr_t m_networkedFlags = 0x2d0;
uintptr_t m_parentAttachment = 0x34;
uintptr_t m_parentAttachmentModel = 0x758;
uintptr_t m_realmsBitMask = 0x930;
uintptr_t m_skinMod = 0xd84;
uintptr_t m_survivalPropFadeDist = 0x1604;
uintptr_t m_survivalProperty = 0x15e8;
uintptr_t m_usableDistanceOverride = 0x82c;
uintptr_t m_usableFOV = 0x830;
uintptr_t m_usablePriority = 0x828;
uintptr_t m_usableType = 0x5c;
uintptr_t m_usePromptSize = 0x834;
uintptr_t m_visibilityFlags = 0x32c;
uintptr_t m_weaponNameIndex = 0x15f0;
uintptr_t moveparent = 0x30;
};
```
## DT_DeathBoxProp
```cpp
struct DT_DeathBoxProp {
uintptr_t m_Collision = 0x3b8;
uintptr_t m_CollisionGroup = 0x438;
uintptr_t m_bAnimateInStaticShadow = 0x15e2;
uintptr_t m_bUseHitboxesForRenderBox = 0x15e1;
uintptr_t m_cellX = 0x0;
uintptr_t m_cellY = 0x4;
uintptr_t m_cellZ = 0x8;
uintptr_t m_customOwnerName = 0x1660;
uintptr_t m_exclusiveUseEnt = 0x620;
uintptr_t m_fEffects = 0x54;
uintptr_t m_fadeDist = 0x764;
uintptr_t m_firstChildEntityLink = 0x928;
uintptr_t m_firstParentEntityLink = 0x92c;
uintptr_t m_hOwnerEntity = 0x398;
uintptr_t m_holdUsePrompt = 0x610;
uintptr_t m_iSignifierName = 0x478;
uintptr_t m_iTeamNum = 0x334;
uintptr_t m_lifeState = 0x698;
uintptr_t m_localAngles = 0x384;
uintptr_t m_localOrigin = 0xc;
uintptr_t m_meleeResponseFlags = 0x2d8;
uintptr_t m_nModelIndex = 0x60;
uintptr_t m_nSkin = 0xd80;
uintptr_t m_networkedFlags = 0x2d0;
uintptr_t m_parentAttachment = 0x34;
uintptr_t m_parentAttachmentModel = 0x758;
uintptr_t m_phaseShiftFlags = 0x6b8;
uintptr_t m_pressUsePrompt = 0x618;
uintptr_t m_realmsBitMask = 0x930;
uintptr_t m_scriptNameIndex = 0x588;
uintptr_t m_scriptNetData = 0x69c;
uintptr_t m_usableDistanceOverride = 0x82c;
uintptr_t m_usableFOV = 0x830;
uintptr_t m_usablePriority = 0x828;
uintptr_t m_usableType = 0x5c;
uintptr_t m_usePromptSize = 0x834;
uintptr_t m_visibilityFlags = 0x32c;
uintptr_t moveparent = 0x30;
};
```
## DT_World
```cpp
struct DT_World {
uintptr_t DT_World = 0x0;
uintptr_t m_WorldMaxs = 0x97c;
uintptr_t m_WorldMins = 0x970;
uintptr_t m_bStartDark = 0x988;
uintptr_t m_civilTeamsMaskA = 0x1100;
uintptr_t m_civilTeamsMaskB = 0x1110;
uintptr_t m_crossPlayGen5PcRealmsBitMask = 0x1140;
uintptr_t m_crossPlayWithPcRealmsBitMask = 0x1148;
uintptr_t m_deathFieldIsActive = 0x9b8;
uintptr_t m_deathFieldOrigin = 0x9f8;
uintptr_t m_deathFieldRadiusEnd = 0xdf8;
uintptr_t m_deathFieldRadiusStart = 0xcf8;
uintptr_t m_deathFieldTimeEnd = 0xff8;
uintptr_t m_deathFieldTimeStart = 0xef8;
uintptr_t m_rabidTeamsMask = 0x1128;
uintptr_t m_spTitanLoadoutUnlocks = 0x9b4;
uintptr_t m_statusEffectsGenerationNV = 0x9a4;
uintptr_t m_teamRelationRulesForPVE = 0x10f8;
uintptr_t m_timeshiftArmDeviceSkin = 0x9b0;
uintptr_t m_worldFlags = 0x9ac;
};
```
## DT_Team
```cpp
struct DT_Team {
uintptr_t m_iTeamTeamNum = 0x97c;
uintptr_t m_score = 0x970;
uintptr_t m_score2 = 0x974;
uintptr_t m_scriptCustomValue = 0x978;
uintptr_t m_szTeamname = 0x9a0;
uintptr_t player_array_element = 0x0;
};
```
## DT_Turret
```cpp
struct DT_Turret {
uintptr_t DT_Turret = 0x0;
uintptr_t m_driver = 0x193c;
uintptr_t m_driverDetachTime = 0x196c;
uintptr_t m_driverState = 0x1970;
uintptr_t m_forceAimPitch = 0x1964;
uintptr_t m_forceAimYaw = 0x1968;
uintptr_t m_iHealth = 0x324;
uintptr_t m_iMaxHealth = 0x470;
uintptr_t m_overlayEventParity = 0x16f1;
uintptr_t m_settingsIndex = 0x1928;
uintptr_t m_title = 0x1980;
uintptr_t m_turretWeapon = 0x1974;
};
```
## DT_GrappleData
```cpp
struct DT_GrappleData {
uintptr_t m_grappleActivateTime = 0x54;
uintptr_t m_grappleAttachTime = 0x5c;
uintptr_t m_grappleAttached = 0x48;
uintptr_t m_grappleAutoAimTarget = 0x64;
uintptr_t m_grappleForcedRetracting = 0x4c;
uintptr_t m_grappleGracePeriodFinished = 0x4d;
uintptr_t m_grappleHasGoodVelocity = 0x68;
uintptr_t m_grappleLastGoodVelocityTime = 0x6c;
uintptr_t m_grappleMeleeTarget = 0x60;
uintptr_t m_grapplePointCount = 0x44;
uintptr_t m_grapplePoints = 0x0;
uintptr_t m_grapplePoints0 = 0x14;
uintptr_t m_grapplePullTime = 0x58;
uintptr_t m_grapplePulling = 0x49;
uintptr_t m_grappleRetracting = 0x4b;
uintptr_t m_grappleSwingDetachLowSpeed = 0x70;
uintptr_t m_grappleSwingHoldTimeOrRemainingEdgeGrappleReelTime = 0x74;
uintptr_t m_grappleSwinging = 0x4a;
uintptr_t m_grappleUsedPower = 0x50;
uintptr_t m_grappleVel = 0x8;
};
```
## DT_GrappleHook
```cpp
struct DT_GrappleHook {
uintptr_t m_cellX = 0x0;
uintptr_t m_cellY = 0x4;
uintptr_t m_cellZ = 0x8;
uintptr_t m_grappleZipline = 0x15e0;
uintptr_t m_hOwnerEntity = 0x398;
uintptr_t m_localAngles = 0x384;
uintptr_t m_localOrigin = 0xc;
uintptr_t m_nModelIndex = 0x60;
uintptr_t m_parentAttachment = 0x34;
uintptr_t m_realmsBitMask = 0x930;
uintptr_t m_visibilityFlags = 0x32c;
uintptr_t moveparent = 0x30;
};
```
## DT_HighlightSettings
```cpp
struct DT_HighlightSettings {
uintptr_t m_highlightFadeDuration = 0x2a0;
uintptr_t m_highlightFadeParity = 0x2a8;
uintptr_t m_highlightFocused = 0x29d;
uintptr_t m_highlightGenericContexts = 0x295;
uintptr_t m_highlightTeamBits = 0x1e8;
uintptr_t m_highlightTeamIndex = 0x1d8;
};
```
## DT_CollisionProperty
```cpp
struct DT_CollisionProperty {
uintptr_t m_collisionDetailLevel = 0x2e;
uintptr_t m_nSolidType = 0x2c;
uintptr_t m_nSurroundType = 0x3c;
uintptr_t m_triggerBloat = 0x2d;
uintptr_t m_usSolidFlags = 0x28;
uintptr_t m_vecMaxs = 0x1c;
uintptr_t m_vecMins = 0x10;
uintptr_t m_vecSpecifiedSurroundingMaxs = 0x54;
uintptr_t m_vecSpecifiedSurroundingMins = 0x48;
};
```
## DT_ScriptMover
```cpp
struct DT_ScriptMover {
uintptr_t DT_ScriptMover = 0x0;
uintptr_t m_initialAngles = 0x1834;
uintptr_t m_initialOrigin = 0x1828;
uintptr_t m_localAngles = 0x384;
uintptr_t m_parentAttachment = 0x34;
uintptr_t m_vecAngVelocity = 0x148;
uintptr_t m_vecVelocity = 0x378;
};
```
## DT_ScriptMoverLightweight
```cpp
struct DT_ScriptMoverLightweight {
uintptr_t m_RotateToAnglesEnd = 0x17fc;
uintptr_t m_RotateToAnglesStart = 0x17f0;
uintptr_t m_fEffects = 0x54;
uintptr_t m_fadeDist = 0x764;
uintptr_t m_initialAngles = 0x1834;
uintptr_t m_initialOrigin = 0x1828;
uintptr_t m_meleeResponseFlags = 0x2d8;
uintptr_t m_moveGravity = 0x1778;
uintptr_t m_moveModeIsLocal = 0x1851;
uintptr_t m_moveModeNonPhysics = 0x1848;
uintptr_t m_moveToEndPos = 0x1750;
uintptr_t m_moveToStartPos = 0x1744;
uintptr_t m_moveToTimeEaseIn = 0x1764;
uintptr_t m_moveToTimeEaseOut = 0x1768;
uintptr_t m_moveToTimeEnd = 0x1760;
uintptr_t m_moveToTimeStart = 0x175c;
uintptr_t m_moveVelocity = 0x176c;
uintptr_t m_moverNetworkAngularVelocity = 0x148;
uintptr_t m_moverNetworkCellX = 0x0;
uintptr_t m_moverNetworkCellY = 0x4;
uintptr_t m_moverNetworkCellZ = 0x8;
uintptr_t m_moverNetworkLinearVelocity = 0x378;
uintptr_t m_moverNetworkLocalAngles = 0x384;
uintptr_t m_moverNetworkLocalOrigin = 0xc;
uintptr_t m_nModelIndex = 0x60;
uintptr_t m_networkedFlags = 0x2d0;
uintptr_t m_parentAttachment = 0x34;
uintptr_t m_parentAttachmentModel = 0x758;
uintptr_t m_rotateAxis = 0x1818;
uintptr_t m_rotateModeIsLocal = 0x1852;
uintptr_t m_rotateModeNonPhysics = 0x184c;
uintptr_t m_rotateSpeed = 0x1824;
uintptr_t m_rotateToTimeEaseIn = 0x1810;
uintptr_t m_rotateToTimeEaseOut = 0x1814;
uintptr_t m_rotateToTimeEnd = 0x180c;
uintptr_t m_rotateToTimeStart = 0x1808;
uintptr_t m_scriptNameIndex = 0x588;
uintptr_t m_trainAcceleration = 0x17a0;
uintptr_t m_trainAutoRollLookAheadDistance = 0x17e4;
uintptr_t m_trainAutoRollMax = 0x17e8;
uintptr_t m_trainAutoRollStrength = 0x17e0;
uintptr_t m_trainBreadcrumb = 0x17b8;
uintptr_t m_trainBreadcrumbBegin = 0x17d8;
uintptr_t m_trainBreadcrumbCount = 0x17dc;
uintptr_t m_trainCurrentNode = 0x1790;
uintptr_t m_trainFollowDistance = 0x17b4;
uintptr_t m_trainFollowMover = 0x17b0;
uintptr_t m_trainGoalSpeed = 0x179c;
uintptr_t m_trainInitialSpeed = 0x1798;
uintptr_t m_trainLastDistance = 0x17a8;
uintptr_t m_trainLastNode = 0x17a4;
uintptr_t m_trainLastSpeed = 0x17ac;
uintptr_t m_trainPitchMax = 0x1840;
uintptr_t m_trainSimulateBeforeMeEntity = 0x17ec;
uintptr_t m_trainStartDistance = 0x178c;
uintptr_t m_trainStartTime = 0x1784;
uintptr_t m_trainStopNode = 0x1794;
uintptr_t m_trainStopTime = 0x1788;
uintptr_t m_useNonPhysicsMoveInterpolation = 0x1864;
uintptr_t moveparent = 0x30;
};
```
## DT_ScriptProp
```cpp
struct DT_ScriptProp {
uintptr_t DT_ScriptProp = 0x0;
uintptr_t m_armorType = 0x16e4;
uintptr_t m_bFollowsParentPlayerEyeYaw = 0x16f1;
uintptr_t m_cloakEndTime = 0x1bc;
uintptr_t m_cloakFadeInDuration = 0x1c8;
uintptr_t m_cloakFadeInEndTime = 0x1c0;
uintptr_t m_cloakFadeOutStartTime = 0x1c4;
uintptr_t m_cloakFlickerAmount = 0x1cc;
uintptr_t m_cloakFlickerEndTime = 0x1d0;
uintptr_t m_footstepType = 0x16a0;
uintptr_t m_iHealth = 0x324;
uintptr_t m_iMaxHealth = 0x470;
uintptr_t m_meleeResponseFlags = 0x2d8;
uintptr_t m_minimapData = 0x848;
uintptr_t m_nameVisibilityFlags = 0x898;
uintptr_t m_networkedFlags = 0x2d0;
uintptr_t m_renderColorFriendly = 0x16e0;
uintptr_t m_renderColorFriendlyIsValid = 0x16f0;
uintptr_t m_scriptPropFlags = 0x16e8;
uintptr_t m_scriptPropSmartAmmoLockType = 0x16ec;
uintptr_t m_title = 0x1680;
};
```
## DT_AI_BaseNPC
```cpp
struct DT_AI_BaseNPC {
uintptr_t DT_AI_BaseNPC = 0x0;
uintptr_t m_aiNetworkFlags = 0x1e5c;
uintptr_t m_aiSettingsIndex = 0x1e84;
uintptr_t m_aiSprinting = 0x1e3a;
uintptr_t m_fireteamSlotIndex = 0x1cc0;
uintptr_t m_hGroundEntity = 0x320;
uintptr_t m_iHealth = 0x324;
uintptr_t m_iMaxHealth = 0x470;
uintptr_t m_inventory = 0x1968;
uintptr_t m_isHologram = 0x1e60;
uintptr_t m_lifeState = 0x698;
uintptr_t m_localAngles = 0x384;
uintptr_t m_localOrigin = 0x18;
uintptr_t m_subclass = 0x1e88;
uintptr_t m_title = 0x1e61;
uintptr_t statuseffectsdata_npc = 0x0;
};
```
## DT_PlayerWaypoint
```cpp
struct DT_PlayerWaypoint {
uintptr_t m_cellX = 0x0;
uintptr_t m_cellY = 0x4;
uintptr_t m_cellZ = 0x8;
uintptr_t m_hOwnerEntity = 0x398;
uintptr_t m_iSignifierName = 0x478;
uintptr_t m_iTeamNum = 0x334;
uintptr_t m_localOrigin = 0xc;
uintptr_t m_networkedFlags = 0x2d0;
uintptr_t m_objectivePackedInt = 0xa58;
uintptr_t m_parentAttachment = 0x34;
uintptr_t m_parentAttachmentModel = 0x758;
uintptr_t m_realmsBitMask = 0x930;
uintptr_t m_teamMemberIndex = 0x33c;
uintptr_t m_visibilityFlags = 0x32c;
uintptr_t m_waypointAssetA = 0xb28;
uintptr_t m_waypointAssetB = 0xba8;
uintptr_t m_waypointBitfield = 0x974;
uintptr_t m_waypointCustomType = 0xa80;
uintptr_t m_waypointEnts = 0x978;
uintptr_t m_waypointFloats = 0xa38;
uintptr_t m_waypointGameTimes = 0x9f8;
uintptr_t m_waypointGroupFlags = 0xa7c;
uintptr_t m_waypointGroupName = 0xa5c;
uintptr_t m_waypointInts = 0xa18;
uintptr_t m_waypointStringA = 0xaa0;
uintptr_t m_waypointStringB = 0xae0;
uintptr_t m_waypointType = 0x970;
uintptr_t m_waypointVectors = 0x998;
uintptr_t moveparent = 0x30;
};
```
## DT_GlobalNonRewinding
```cpp
struct DT_GlobalNonRewinding {
uintptr_t m_gameTimescale = 0x974;
uintptr_t m_playerMiscData = 0xd78;
uintptr_t m_playerObserver = 0x978;
};
```
## DT_TriggerCylinderHeavy
```cpp
struct DT_TriggerCylinderHeavy {
uintptr_t DT_TriggerCylinderHeavy = 0x0;
uintptr_t m_airControlMoveAccel = 0xa30;
uintptr_t m_airControlMoveSpeed = 0xa2c;
uintptr_t m_blackholeInnerMoveSpeed = 0xa48;
uintptr_t m_blackholeInnerPullSpeed = 0xa40;
uintptr_t m_blackholeInnerRadius = 0xa4c;
uintptr_t m_blackholeIsStrongPulling = 0xa34;
uintptr_t m_blackholeOuterMoveSpeed = 0xa44;
uintptr_t m_blackholeOuterPullSpeed = 0xa3c;
uintptr_t m_blackholeStrongPullAddlSpeed = 0xa38;
uintptr_t m_enableDoubleJump = 0xa08;
uintptr_t m_gravityCannonLaunched = 0x9fc;
uintptr_t m_gravityLiftEjectForwardSpeed = 0xa20;
uintptr_t m_gravityLiftEjectUpSpeed = 0xa1c;
uintptr_t m_gravityLiftMaxEjectTime = 0xa24;
uintptr_t m_gravityLiftMaxHoverTime = 0xa28;
uintptr_t m_gravityLiftToCenterAccel = 0xa18;
uintptr_t m_gravityLiftToCenterSpeed = 0xa14;
uintptr_t m_gravityLiftUpAccel = 0xa10;
uintptr_t m_gravityLiftUpSpeed = 0xa0c;
uintptr_t m_launchDelayAmount = 0xa04;
uintptr_t m_launchDir = 0xa74;
uintptr_t m_launchFlightTime = 0xa00;
uintptr_t m_launchPower = 0x9e8;
uintptr_t m_limitedAirControl = 0xa09;
uintptr_t m_mortarRingSegementEnd = 0xa8c;
uintptr_t m_mortarRingSegementStart = 0xa88;
uintptr_t m_nextLaunchTime = 0x9f8;
uintptr_t m_punchHardAmount = 0x9f0;
uintptr_t m_punchRandomBoost = 0x9f4;
uintptr_t m_punchSoftAmount = 0x9ec;
uintptr_t m_teslaTrapBaseHeight = 0xa54;
uintptr_t m_teslaTrapEnd = 0xa64;
uintptr_t m_teslaTrapFXVisible = 0xa50;
uintptr_t m_teslaTrapObstructedEndTime = 0xa5c;
uintptr_t m_teslaTrapStart = 0xa60;
uintptr_t m_teslaTrapUp = 0xa68;
uintptr_t m_triggerType = 0x9e0;
uintptr_t m_vertOverride = 0x9e4;
};
```
## DT_VortexSphere
```cpp
struct DT_VortexSphere {
uintptr_t DT_VortexSphere = 0x0;
uintptr_t m_bulletAbsorbedCount = 0x980;
uintptr_t m_bulletFov = 0x97c;
uintptr_t m_enabled = 0x970;
uintptr_t m_gunAttachment = 0x9a0;
uintptr_t m_height = 0x978;
uintptr_t m_iHealth = 0x324;
uintptr_t m_iMaxHealth = 0x470;
uintptr_t m_ownerWeapon = 0x988;
uintptr_t m_projectileAbsorbedCount = 0x984;
uintptr_t m_radius = 0x974;
uintptr_t m_spawnflags = 0xc4;
uintptr_t m_useExactSphereRadiusForHit = 0x9a8;
uintptr_t m_vortexEffect = 0x98c;
uintptr_t m_vortexLocalAngles = 0x990;
};
```
## DT_VehicleDriverExclusive
```cpp
struct DT_VehicleDriverExclusive {
uintptr_t m_cryptoDroneBatteryFraction = 0x1f84;
uintptr_t m_gravityLiftActive = 0x1d01;
uintptr_t m_gravityLiftEnterTime = 0x1d04;
uintptr_t m_gravityLiftExitTime = 0x1d08;
uintptr_t m_hoverVehicleAccel = 0x1e64;
uintptr_t m_hoverVehicleAirAccel = 0x1e80;
uintptr_t m_hoverVehicleAirStartTime = 0x1ec4;
uintptr_t m_hoverVehicleBoostCollisionTime = 0x1ea0;
uintptr_t m_hoverVehicleBoostCooldown = 0x1e8c;
uintptr_t m_hoverVehicleBoostMax = 0x1e88;
uintptr_t m_hoverVehicleBoostMin = 0x1e84;
uintptr_t m_hoverVehicleBoostPartialCooldown = 0x1e90;
uintptr_t m_hoverVehicleBoostRegenRate = 0x1e94;
uintptr_t m_hoverVehicleDebugFlyMode = 0x1f18;
uintptr_t m_hoverVehicleDecel = 0x1e70;
uintptr_t m_hoverVehicleDecelPowerBraking = 0x1e7c;
uintptr_t m_hoverVehicleDriverInFreelook = 0x1ef4;
uintptr_t m_hoverVehicleGlideDuration = 0x1ec8;
uintptr_t m_hoverVehicleHoverOffsetPrev = 0x0;
uintptr_t m_hoverVehicleHoverOffsetPrev0 = 0x1d50;
uintptr_t m_hoverVehicleIsBoosting = 0x1ea4;
uintptr_t m_hoverVehicleIsGliding = 0x1ea5;
uintptr_t m_hoverVehicleJumpBoostCost = 0x1eb4;
uintptr_t m_hoverVehicleJumpDebounceDuration = 0x1ebc;
uintptr_t m_hoverVehicleJumpSpeed = 0x1eb0;
uintptr_t m_hoverVehicleJumpToExit = 0x1eac;
uintptr_t m_hoverVehicleLastGlideEndTime = 0x1ecc;
uintptr_t m_hoverVehicleLastGlideStartTime = 0x1ec0;
uintptr_t m_hoverVehicleLastJumpTime = 0x1eb8;
uintptr_t m_hoverVehicleLookAheadAcceleration = 0x1ef8;
uintptr_t m_hoverVehicleMaxSpeed = 0x1e60;
uintptr_t m_hoverVehiclePhysPush = 0x1f54;
uintptr_t m_hoverVehicleSmoothTilt = 0x1ed4;
uintptr_t m_hoverVehicleSmoothTiltVelocity = 0x1ee0;
uintptr_t m_hoverVehicleSmoothYaw = 0x1eec;
uintptr_t m_hoverVehicleSmoothYawVelocity = 0x1ef0;
uintptr_t m_hoverVehicleTotalBoostTime = 0x1e98;
uintptr_t m_hoverVehicleUsedBoostTime = 0x1e9c;
uintptr_t m_inputHeldPostJump = 0x1ed0;
uintptr_t m_jumpEffectsStarted = 0x1d00;
uintptr_t m_localOrigin = 0x18;
uintptr_t m_localOrigin_z = 0x18;
uintptr_t m_pushedFixedPointOffset = 0x2050;
};
```
## DT_Missile
```cpp
struct DT_Missile {
uintptr_t DT_Missile = 0x0;
uintptr_t m_hSpecificTarget = 0x3024;
uintptr_t m_targetPosition = 0x3034;
uintptr_t m_useTargetPosition = 0x3040;
};
```
## DT_ParticleSystem
```cpp
struct DT_ParticleSystem {
uintptr_t m_bActive = 0x979;
uintptr_t m_bForceRenderAlways = 0x97b;
uintptr_t m_bInSkybox = 0x985;
uintptr_t m_bLOSBlockScan = 0x98e;
uintptr_t m_bPlaySounds = 0xa44;
uintptr_t m_controlPoint1AttachmentId = 0x9f8;
uintptr_t m_controlPointAttachTypes = 0x9e4;
uintptr_t m_enemyControlPoint = 0x98c;
uintptr_t m_enemyControlPointOverride = 0x98d;
uintptr_t m_fEffects = 0x54;
uintptr_t m_flStartTime = 0x97c;
uintptr_t m_hControlPointEnts = 0x9d0;
uintptr_t m_hOwnerEntity = 0x398;
uintptr_t m_iEffectIndex = 0x970;
uintptr_t m_iTeamNum = 0x334;
uintptr_t m_killForReplay = 0x986;
uintptr_t m_localAngles = 0x384;
uintptr_t m_localOrigin = 0x18;
uintptr_t m_nStopType = 0x974;
uintptr_t m_parentAttachType = 0xa04;
uintptr_t m_parentAttachment = 0x34;
uintptr_t m_parentAttachmentModel = 0x758;
uintptr_t m_realmsBitMask = 0x930;
uintptr_t m_soundSuffix = 0xa48;
uintptr_t m_vServerControlPointColorIds = 0x9fd;
uintptr_t m_vServerControlPoints = 0x994;
uintptr_t m_visibilityFlags = 0x32c;
uintptr_t moveparent = 0x30;
};
```
## DT_PhysicsProp
```cpp
struct DT_PhysicsProp {
uintptr_t DT_PhysicsProp = 0x0;
uintptr_t m_bAwake = 0x15e8;
uintptr_t m_collisionMaxs = 0x162c;
uintptr_t m_collisionMins = 0x1620;
uintptr_t m_fMass = 0x161c;
uintptr_t m_iPhysicsMode = 0x1618;
uintptr_t m_ignoresCollisionWithCombatCharacters = 0x15e9;
uintptr_t m_isRolling = 0x15ea;
uintptr_t m_networkTableRollSoundId = 0x15ec;
};
```
## C_Player
```cpp
// Client player class dump
struct C_Player {
uintptr_t m_DuckHullMax = 0x2b00;
uintptr_t m_DuckHullMin = 0x2af4;
uintptr_t m_Local = 0x1e68;
uintptr_t m_SequenceTransitioner = 0xb50;
uintptr_t m_StandHullMax = 0x2ae8;
uintptr_t m_StandHullMin = 0x2adc;
uintptr_t m_activateBoost = 0x3075;
uintptr_t m_activateGlide = 0x3088;
uintptr_t m_activateJetpack = 0x307d;
uintptr_t m_activeViewmodelModifiers = 0x3a24;
uintptr_t m_activeZipline = 0x2f7c;
uintptr_t m_afButtonLast = 0x2a60;
uintptr_t m_afButtonPressed = 0x2a64;
uintptr_t m_afButtonReleased = 0x2a68;
uintptr_t m_ammoPoolCapacity = 0x2604;
uintptr_t m_animAimPitch = 0x2b44;
uintptr_t m_animAimYaw = 0x2b48;
uintptr_t m_armoredLeapAirPos = 0x4a28;
uintptr_t m_armoredLeapEndPos = 0x4a34;
uintptr_t m_armoredLeapPhase = 0x4a44;
uintptr_t m_armoredLeapStartTime = 0x4a48;
uintptr_t m_armoredLeapType = 0x4a40;
uintptr_t m_bDoMultiJumpPenalty = 0x37d5;
uintptr_t m_bHasJumpedSinceTouchedGround = 0x37d4;
uintptr_t m_bIsStickySprinting = 0x2e22;
uintptr_t m_bPlayedSprintStartEffects = 0x2a7c;
uintptr_t m_bZooming = 0x1cc1;
uintptr_t m_blackholeActive = 0x2c78;
uintptr_t m_boostMeter = 0x3078;
uintptr_t m_boosting = 0x3074;
uintptr_t m_canStand = 0x2ad9;
uintptr_t m_chargeJumpStartTime = 0x37a8;
uintptr_t m_classModsActive = 0x2638;
uintptr_t m_controllerModeActive = 0x48e0;
uintptr_t m_currentFrame_animCycle = 0xe8;
uintptr_t m_currentFrameBaseAnimating_animPlaybackRate = 0xe54;
uintptr_t m_currentFrameBaseAnimating_animSequence = 0xe60;
uintptr_t m_currentFrameBaseAnimating_animStartCycle = 0xe50;
uintptr_t m_currentFrameBaseAnimating_animStartTime = 0xe4c;
uintptr_t m_currentFrameBaseAnimating_m_flPoseParameters = 0xe70;
uintptr_t m_currentFrameLocalPlayer_m_duckTransitionRemainderMsec = 0x24e4;
uintptr_t m_currentFrameLocalPlayer_m_localGravityRotation = 0x2554;
uintptr_t m_currentFrameLocalPlayer_m_stepSmoothingOffset = 0x24d8;
uintptr_t m_currentFrameLocalPlayer_m_vecPunchBase_Angle = 0x24e8;
uintptr_t m_currentFrameLocalPlayer_m_vecPunchBase_AngleVel = 0x24f4;
uintptr_t m_currentFrameLocalPlayer_m_vecPunchWeapon_Angle = 0x2500;
uintptr_t m_currentFrameLocalPlayer_m_vecPunchWeapon_AngleVel_x = 0x250c;
uintptr_t m_currentFrameLocalPlayer_m_vecPunchWeapon_AngleVel_y = 0x2510;
uintptr_t m_currentFrameLocalPlayer_m_vecPunchWeapon_AngleVel_z = 0x2514;
uintptr_t m_currentFramePlayer_m_ammoPoolCount = 0x2304;
uintptr_t m_currentFramePlayer_m_flHullHeight = 0x22e8;
uintptr_t m_currentFramePlayer_m_sprintTiltFrac = 0x22f0;
uintptr_t m_currentFramePlayer_m_traversalAnimProgress = 0x22ec;
uintptr_t m_currentFramePlayer_m_ziprailBankTiltFrac = 0x22f4;
uintptr_t m_currentFramePlayer_statusEffectsEndlessPlayerCUR = 0x2248;
uintptr_t m_currentFramePlayer_statusEffectsTimedPlayerCUR = 0x2158;
uintptr_t m_currentFramePlayer_timeBase = 0x2150;
uintptr_t m_damageImpulseNoDecelEndTime = 0x2ab0;
uintptr_t m_detachGrappleOnPlayAnimationEnd = 0x303c;
uintptr_t m_deviceForm = 0x48e8;
uintptr_t m_dodging = 0x3765;
uintptr_t m_dodgingInAir = 0x37d6;
uintptr_t m_doingHalfDuck = 0x2ad8;
uintptr_t m_dragReviveOutroStartTime = 0x4abc;
uintptr_t m_dragReviveState = 0x4ab8;
uintptr_t m_duckState = 0x2ad0;
uintptr_t m_fFlags = 0xc8;
uintptr_t m_fIsSprinting = 0x2a84;
uintptr_t m_fIsWalking = 0x2a85;
uintptr_t m_fStickySprintMinTime = 0x2a78;
uintptr_t m_fallSpeedGlideMultiplier = 0x3090;
uintptr_t m_flFriction = 0x390;
uintptr_t m_flJumpGraceMultiTapFactor = 0x37a0;
uintptr_t m_flLastLandFromHeight = 0x37b0;
uintptr_t m_flMaxspeed = 0x328;
uintptr_t m_flStepSoundTime = 0x2a70;
uintptr_t m_flTimeAllSuitDevicesOff = 0x2a74;
uintptr_t m_flTimeLastJumpGraceTap = 0x379c;
uintptr_t m_flTimeLastJumped = 0x3798;
uintptr_t m_flTimeLastLanded = 0x37ac;
uintptr_t m_flTimeLastTouchedGround = 0x3794;
uintptr_t m_flTimeLastTouchedWall = 0x378c;
uintptr_t m_gameMovementUtil_m_surfaceFriction = 0x41a8;
uintptr_t m_gestureAutoKillBitfield = 0x2a44;
uintptr_t m_gestureBlendInDuration = 0x29c4;
uintptr_t m_gestureBlendOutDuration = 0x29e4;
uintptr_t m_gestureFadeOutDuration = 0x2a24;
uintptr_t m_gestureFadeOutStartTime = 0x2a04;
uintptr_t m_gestureSequences = 0x2994;
uintptr_t m_gestureStartTimes = 0x29a4;
uintptr_t m_glideMeter = 0x3080;
uintptr_t m_glideRechargeDelayAccumulator = 0x3084;
uintptr_t m_glideUpwardsBoostEndTime = 0x308c;
uintptr_t m_gliding = 0x307f;
uintptr_t m_grapple = 0x2d60;
uintptr_t m_grappleActive = 0x2de8;
uintptr_t m_grappleDetachTime = 0x2dec;
uintptr_t m_grappleNeedWindowCheck = 0x2df0;
uintptr_t m_grappleNextWindowHint = 0x2df4;
uintptr_t m_gravityGrenadeStatusEffect = 0x2e18;
uintptr_t m_gravityLiftActive = 0x2c56;
uintptr_t m_gravityLiftEjectTime = 0x2c5c;
uintptr_t m_gravityLiftEjectVelocity = 0x2c6c;
uintptr_t m_gravityLiftEnterTime = 0x2c58;
uintptr_t m_gravityLiftHoverTime = 0x2c60;
uintptr_t m_gravityLiftLastOrigin = 0x2c64;
uintptr_t m_hGroundEntity = 0x320;
uintptr_t m_hViewModels = 0x2e3c;
uintptr_t m_hoverMeter = 0x30a0;
uintptr_t m_hoverRechargeDelayAccumulator = 0x30a4;
uintptr_t m_hovering = 0x309c;
uintptr_t m_ignoreEntityForMovementUntilNotTouching = 0x3cd8;
uintptr_t m_isHoverStrafed = 0x309d;
uintptr_t m_isLungingToPosition = 0x4228;
uintptr_t m_isPerformingBoostAction = 0x30a8;
uintptr_t m_jetDriveAccel = 0x2ca4;
uintptr_t m_jetDriveActive = 0x2c7a;
uintptr_t m_jetDriveDecelWindowTimeOutTime = 0x2ca8;
uintptr_t m_jetDriveDoubleJumpVelBackFrac = 0x2cc0;
uintptr_t m_jetDriveDoubleJumpVelocity = 0x2cb4;
uintptr_t m_jetDriveInDecelWindow = 0x2cac;
uintptr_t m_jetDriveSpeed = 0x2ca0;
uintptr_t m_jetDriveStartPos = 0x2c90;
uintptr_t m_jetDriveStartTime = 0x2c9c;
uintptr_t m_jetDriveTargetEnt = 0x2c88;
uintptr_t m_jetDriveTargetEntZOffset = 0x2c8c;
uintptr_t m_jetDriveTargetPos = 0x2c7c;
uintptr_t m_jetDriveTimeout = 0x2cb0;
uintptr_t m_jetDriveWasActive = 0x2c79;
uintptr_t m_jetpack = 0x307c;
uintptr_t m_jetpackAfterburner = 0x307e;
uintptr_t m_jumpGraceTapCount = 0x37a4;
uintptr_t m_jumpPadDebounceExpireTime = 0x34c;
uintptr_t m_lastDodgeTime = 0x3768;
uintptr_t m_lastFakeFloorPos = 0x37c8;
uintptr_t m_lastJumpHeight = 0x30ac;
uintptr_t m_lastJumpWasSlide = 0x37f0;
uintptr_t m_lastJumpWasSlideSuperJump = 0x37f1;
uintptr_t m_lastJumpWasWallHighJump = 0x3764;
uintptr_t m_lastMoveInputTime = 0x3cd4;
uintptr_t m_lastSlideBoost = 0x2e14;
uintptr_t m_lastSlideSuperJumpTime = 0x37f4;
uintptr_t m_lastSlideTime = 0x2e10;
uintptr_t m_lastSlideWasBoost = 0x2e0f;
uintptr_t m_lastSprintPressTime = 0x2a90;
uintptr_t m_lastUCmdSimulationRemainderTime = 0x1d18;
uintptr_t m_lastUCmdSimulationTicks = 0x1d14;
uintptr_t m_lastUseTime = 0x37b8;
uintptr_t m_lastWallNormal = 0x3758;
uintptr_t m_lastWallRunStartPos = 0x2b28;
uintptr_t m_lastZipline = 0x2f80;
uintptr_t m_lastZiplineDetachTime = 0x2f84;
uintptr_t m_launcherAirControlActive = 0x320c;
uintptr_t m_leanState = 0x2ad4;
uintptr_t m_lerpToEndPos = 0x2c1c;
uintptr_t m_lerpToEndTime = 0x2c2c;
uintptr_t m_lerpToStartPos = 0x2c10;
uintptr_t m_lerpToStartTime = 0x2c28;
uintptr_t m_lungeCanFly = 0x4258;
uintptr_t m_lungeEndPositionOffset = 0x4244;
uintptr_t m_lungeEndTime = 0x4254;
uintptr_t m_lungeLockPitch = 0x4259;
uintptr_t m_lungeMaxEndSpeed = 0x4268;
uintptr_t m_lungeMaxTime = 0x4264;
uintptr_t m_lungeSmoothTime = 0x4260;
uintptr_t m_lungeStartPitch = 0x425c;
uintptr_t m_lungeStartPositionOffset = 0x4238;
uintptr_t m_lungeStartTime = 0x4250;
uintptr_t m_lungeTargetEntity = 0x4224;
uintptr_t m_lungeTargetPosition = 0x422c;
uintptr_t m_mantleBoostState = 0x2c44;
uintptr_t m_melee = 0x3338;
uintptr_t m_movementDisabledCount = 0x2a88;
uintptr_t m_nButtons = 0x2a6c;
uintptr_t m_nNextThinkTick = 0x46c;
uintptr_t m_onSlopeTime = 0x3754;
uintptr_t m_oneHandFraction = 0x2b40;
uintptr_t m_pMoveParent = 0x138;
uintptr_t m_pilotModeActive = 0x3094;
uintptr_t m_playAnimationNext = 0x303e;
uintptr_t m_playAnimationType = 0x3038;
uintptr_t m_playerKnockBacks = 0x4af8;
uintptr_t m_playerLaunchActivate = 0x2d48;
uintptr_t m_playerLaunchAvoidedMantle = 0x2d49;
uintptr_t m_playerLaunchLock3pRotation = 0x2d4a;
uintptr_t m_playerLaunchStartTime = 0x2d58;
uintptr_t m_playerLaunchVelocity = 0x2d4c;
uintptr_t m_prepClimbPusher = 0x48b0;
uintptr_t m_prevMantleAngleOffset = 0x2c48;
uintptr_t m_prevMoveYaw = 0x2e24;
uintptr_t m_pushAwayFromTopAcceleration = 0x48b4;
uintptr_t m_repeatedBoost = 0x3076;
uintptr_t m_reviveTarget = 0x4ac0;
uintptr_t m_shadowShieldActive = 0x3050;
uintptr_t m_shouldBeOneHanded = 0x2b3d;
uintptr_t m_skydiveAnticipateEndTime = 0x494c;
uintptr_t m_skydiveAnticipateStartTime = 0x4948;
uintptr_t m_skydiveContraintPostion = 0x49bc;
uintptr_t m_skydiveContraintRadius = 0x49c8;
uintptr_t m_skydiveDisableSkydiveEndEntityHitNormal = 0x499c;
uintptr_t m_skydiveDisableSkydiveEndEntityHitPosition = 0x4990;
uintptr_t m_skydiveDistanceToLand = 0x4950;
uintptr_t m_skydiveDiveAngle = 0x4954;
uintptr_t m_skydiveEndTime = 0x4944;
uintptr_t m_skydiveFollowing = 0x497c;
uintptr_t m_skydiveForwardPoseValueCurrent = 0x490c;
uintptr_t m_skydiveForwardPoseValueTarget = 0x4908;
uintptr_t m_skydiveForwardPoseValueVelocity = 0x4904;
uintptr_t m_skydiveFreelookEnabled = 0x4964;
uintptr_t m_skydiveFreelookLockedAngle = 0x4968;
uintptr_t m_skydiveFromSkywardLaunch = 0x49b5;
uintptr_t m_skydiveFromUpdraft = 0x49b4;
uintptr_t m_skydiveIsDiving = 0x4958;
uintptr_t m_skydiveIsNearDisableSkydiveEndEntity = 0x4920;
uintptr_t m_skydivePlayerPitch = 0x4974;
uintptr_t m_skydivePlayerYaw = 0x4978;
uintptr_t m_skydiveScriptInputOverride = 0x49b8;
uintptr_t m_skydiveSidePoseValueCurrent = 0x4918;
uintptr_t m_skydiveSidePoseValueTarget = 0x4914;
uintptr_t m_skydiveSidePoseValueVelocity = 0x4910;
uintptr_t m_skydiveSlipVelocity = 0x49a8;
uintptr_t m_skydiveSpeed = 0x495c;
uintptr_t m_skydiveStartTime = 0x4940;
uintptr_t m_skydiveState = 0x493c;
uintptr_t m_skydiveStrafeAngle = 0x4960;
uintptr_t m_skydiveUnfollowVelocity = 0x4980;
uintptr_t m_skydiveYawVelocity = 0x491c;
uintptr_t m_skywardDeployEndTime = 0x49ec;
uintptr_t m_skywardDeploySpeed = 0x49f4;
uintptr_t m_skywardDeployStartPos = 0x49d4;
uintptr_t m_skywardLaunchEndTime = 0x49f0;
uintptr_t m_skywardLaunchFastEndTime = 0x49e8;
uintptr_t m_skywardLaunchFastSpeed = 0x49fc;
uintptr_t m_skywardLaunchFollowing = 0x4a11;
uintptr_t m_skywardLaunchInterrupted = 0x4a10;
uintptr_t m_skywardLaunchSlowEndTime = 0x49e4;
uintptr_t m_skywardLaunchSlowSpeed = 0x49f8;
uintptr_t m_skywardLaunchSlowStartTime = 0x49e0;
uintptr_t m_skywardLaunchState = 0x49cc;
uintptr_t m_skywardObstacleAvoidanceEndPos = 0x4a14;
uintptr_t m_skywardOffset = 0x4a00;
uintptr_t m_skywardOffsetSpeed = 0x4a0c;
uintptr_t m_skywardWeaponsEnabled = 0x4a20;
uintptr_t m_slideGateDebounceExpireTime = 0x3098;
uintptr_t m_slideLongJumpAllowed = 0x2e0e;
uintptr_t m_sliding = 0x2e0d;
uintptr_t m_slipAirRestrictDirection = 0x3194;
uintptr_t m_slipAirRestrictTime = 0x31a0;
uintptr_t m_slowMoEnabled = 0x2e0c;
uintptr_t m_sprintEndedFrac = 0x2aa8;
uintptr_t m_sprintEndedTime = 0x2aa4;
uintptr_t m_sprintStartedFrac = 0x2aa0;
uintptr_t m_sprintStartedTime = 0x2a9c;
uintptr_t m_sprintTiltVel = 0x2e28;
uintptr_t m_stickySprintForwardDisableTime = 0x2a98;
uintptr_t m_stickySprintForwardEnableTime = 0x2a94;
uintptr_t m_stickySprintStartTime = 0x2aac;
uintptr_t m_timeJetpackHeightActivateCheckPassed = 0x3790;
uintptr_t m_timeShouldTryGivePlayerDoubleJump = 0x3820;
uintptr_t m_touchingSlipTriggersAcceleration = 0x3178;
uintptr_t m_touchingSlipTriggersCount = 0x3190;
uintptr_t m_touchingSlipTriggersDirection = 0x3118;
uintptr_t m_touchingSlipTriggersOrigin = 0x30d0;
uintptr_t m_touchingSlipTriggersSpeed = 0x3160;
uintptr_t m_traversalBegin = 0x2ba4;
uintptr_t m_traversalBlendOutStartOffset = 0x2bf8;
uintptr_t m_traversalBlendOutStartTime = 0x2bf4;
uintptr_t m_traversalEnd = 0x2bbc;
uintptr_t m_traversalForwardDir = 0x2bcc;
uintptr_t m_traversalHandAppearTime = 0x2bec;
uintptr_t m_traversalMid = 0x2bb0;
uintptr_t m_traversalMidFrac = 0x2bc8;
uintptr_t m_traversalProgress = 0x2be4;
uintptr_t m_traversalRefPos = 0x2bd8;
uintptr_t m_traversalReleaseTime = 0x2bf0;
uintptr_t m_traversalStartTime = 0x2be8;
uintptr_t m_traversalState = 0x2b9c;
uintptr_t m_traversalType = 0x2ba0;
uintptr_t m_traversalYawDelta = 0x2c04;
uintptr_t m_turret = 0x2e38;
uintptr_t m_upDir = 0x2b10;
uintptr_t m_upDirPredicted = 0x2b1c;
uintptr_t m_updraftCount = 0x4b78;
uintptr_t m_updraftEnterTime = 0x4b80;
uintptr_t m_updraftLeaveTime = 0x4b84;
uintptr_t m_updraftLiftAcceleration = 0x4b98;
uintptr_t m_updraftLiftActivationHeight = 0x4b90;
uintptr_t m_updraftLiftExitDuration = 0x4b9c;
uintptr_t m_updraftLiftSpeed = 0x4b94;
uintptr_t m_updraftMaxShakeActivationHeight = 0x4b8c;
uintptr_t m_updraftMinShakeActivationHeight = 0x4b88;
uintptr_t m_updraftSlowTime = 0x4ba0;
uintptr_t m_updraftStage = 0x4b7c;
uintptr_t m_useCredit = 0x3370;
uintptr_t m_usePressedTime = 0x37b4;
uintptr_t m_vPrevGroundNormal = 0x45a0;
uintptr_t m_vecAbsVelocity = 0x160;
uintptr_t m_vecPreviouslyPredictedOrigin = 0x3780;
uintptr_t m_vecVelocity = 0x378;
uintptr_t m_viewOffsetEntity = 0x2e50;
uintptr_t m_wallClimbSetUp = 0x2c54;
uintptr_t m_wallDangleClimbProgressFloor = 0x2c50;
uintptr_t m_wallDangleDisableWeapon = 0x2c4c;
uintptr_t m_wallDangleForceFallOff = 0x2c41;
uintptr_t m_wallDangleJumpOffTime = 0x2c3c;
uintptr_t m_wallDangleLastPushedForward = 0x2c42;
uintptr_t m_wallDangleMayHangHere = 0x2c40;
uintptr_t m_wallHangTime = 0x2b98;
uintptr_t m_wallHanging = 0x2c55;
uintptr_t m_wallRunClearTime = 0x3750;
uintptr_t m_wallRunCount = 0x2b38;
uintptr_t m_wallRunPushAwayTime = 0x2b58;
uintptr_t m_wallRunStartTime = 0x374c;
uintptr_t m_wallRunWeak = 0x2b3c;
uintptr_t m_wallrunRetryNormal = 0x2b74;
uintptr_t m_wallrunRetryPos = 0x2b68;
uintptr_t m_wallrunRetryTime = 0x2b64;
uintptr_t m_zipline = 0x2f90;
uintptr_t m_ziplineCooldownIndex = 0x3034;
uintptr_t m_ziplineGrenadeBeginStationAttachmentId = 0x3028;
uintptr_t m_ziplineGrenadeBeginStationEntity = 0x3024;
uintptr_t m_ziplineGrenadeEntity = 0x3020;
uintptr_t m_ziplineReattachCooldownTime = 0x3030;
uintptr_t m_ziplineState = 0x2f8c;
uintptr_t m_ziplineValid3pWeaponLayerAnim = 0x2f88;
uintptr_t m_ziplineViewOffsetPosition = 0x3008;
uintptr_t m_ziplineViewOffsetVelocity = 0x3014;
uintptr_t m_ziprailBankTiltVel = 0x2e1c;
uintptr_t m_zoomBaseFrac = 0x1cc8;
uintptr_t m_zoomBaseTime = 0x1ccc;
uintptr_t m_zoomFullStartTime = 0x1cd0;
uintptr_t m_zoomToggleOnStartTime = 0x1cc4;
uintptr_t pl = 0x2580;
};
```
## C_BaseEntity
```cpp
struct C_BaseEntity {
uintptr_t m_Collision = 0x3b8;
uintptr_t m_ModelName = 0x30;
uintptr_t m_MoveCollide = 0x3ab;
uintptr_t m_MoveType = 0x3aa;
uintptr_t m_angAbsRotation = 0x154;
uintptr_t m_angNetworkAngles = 0x384;
uintptr_t m_bIsSoundCodeControllerValueSet = 0x370;
uintptr_t m_bRenderWithViewModels = 0x39c;
uintptr_t m_currentFrame_modelIndex = 0xcc;
uintptr_t m_currentFrame_viewOffset = 0xdc;
uintptr_t m_deathVelocity = 0x35c;
uintptr_t m_fEffects = 0x330;
uintptr_t m_fFlags = 0xc8;
uintptr_t m_flFriction = 0x390;
uintptr_t m_flGravity = 0x30c;
uintptr_t m_flMaxspeed = 0x328;
uintptr_t m_flProxyRandomValue = 0x310;
uintptr_t m_flSoundCodeControllerValue = 0x374;
uintptr_t m_hGroundEntity = 0x320;
uintptr_t m_hOwnerEntity = 0x398;
uintptr_t m_iEFlags = 0x88;
uintptr_t m_iTeamNum = 0x334;
uintptr_t m_localAngles = 0x184;
uintptr_t m_localOrigin = 0x178;
uintptr_t m_nRenderFX = 0x39d;
uintptr_t m_nRenderMode = 0x3a9;
uintptr_t m_passThroughDirection = 0x358;
uintptr_t m_passThroughFlags = 0x350;
uintptr_t m_passThroughThickness = 0x354;
uintptr_t m_rgflCoordinateFrame = 0x7d0;
uintptr_t m_vecAbsOrigin = 0x16c;
uintptr_t m_vecAbsVelocity = 0x160;
uintptr_t m_vecAngVelocity = 0x148;
uintptr_t m_vecPrevAbsOrigin = 0x300;
uintptr_t m_vecVelocity = 0x378;
uintptr_t m_visibilityFlags = 0x32c;
};
```
## C_BaseAnimating
```cpp
struct C_BaseAnimating {
uintptr_t m_SequenceTransitioner = 0xb50;
uintptr_t m_animActive = 0x9a2;
uintptr_t m_animAutoPlayBeginTime = 0x99c;
uintptr_t m_animCollisionEnabled = 0x9a3;
uintptr_t m_animNetworkFlags = 0x998;
uintptr_t m_animPlantingEnabled = 0x9a5;
uintptr_t m_animRelativeToGroundEnabled = 0x9a4;
uintptr_t m_bSequenceFinished = 0xe34;
uintptr_t m_bSequenceLooped = 0xe3c;
uintptr_t m_bSequenceLoops = 0xe3d;
uintptr_t m_bSequenceReadyForBreakout = 0xe3e;
uintptr_t m_camoIndex = 0xd90;
uintptr_t m_currentFrame_animCycle = 0xe8;
uintptr_t m_currentFrameBaseAnimating_animModelIndex = 0xe58;
uintptr_t m_currentFrameBaseAnimating_animPlaybackRate = 0xe54;
uintptr_t m_currentFrameBaseAnimating_animSequence = 0xe60;
uintptr_t m_currentFrameBaseAnimating_animStartCycle = 0xe50;
uintptr_t m_currentFrameBaseAnimating_animStartTime = 0xe4c;
uintptr_t m_currentFrameBaseAnimating_m_flPoseParameters = 0xe70;
uintptr_t m_fireDeferredStopsStartTime = 0xda0;
uintptr_t m_flModelScale = 0xe40;
uintptr_t m_nBody = 0xd8c;
uintptr_t m_nResetEventsStartTime = 0xd98;
uintptr_t m_nSkin = 0xd80;
uintptr_t m_networkAnimActive = 0x9a0;
uintptr_t m_predictedAnimEventData = 0xaa0;
uintptr_t m_skinMod = 0xd84;
};
```
## CWeaponX
```cpp
struct CWeaponX {
uintptr_t m_ActiveState = 0x160c;
uintptr_t m_SequenceTransitioner = 0xb50;
uintptr_t m_ammoInClip = 0x1610;
uintptr_t m_ammoInStockpile = 0x1614;
uintptr_t m_attackTimeThisFrame = 0x15f0;
uintptr_t m_bInReload = 0x162a;
uintptr_t m_bRemoveable = 0x2f24;
uintptr_t m_burstFireCount = 0x1790;
uintptr_t m_burstFireIndex = 0x1794;
uintptr_t m_chargeEndTime = 0x1764;
uintptr_t m_chargeEnergyDepleteStepCounter = 0x1788;
uintptr_t m_chargeStartTime = 0x1760;
uintptr_t m_chargeWithoutManualInputCancelled = 0x176c;
uintptr_t m_cooldownEndTime = 0x1778;
uintptr_t m_curReactiveSkinKillCount = 0x185f;
uintptr_t m_curReactiveSkinKnockdownCount = 0x1860;
uintptr_t m_curSharedEnergyCost = 0x1824;
uintptr_t m_customActivity = 0x164e;
uintptr_t m_customActivityEndTime = 0x1658;
uintptr_t m_customActivityFlags = 0x165c;
uintptr_t m_customActivityOwner = 0x1654;
uintptr_t m_customActivitySequence = 0x1650;
uintptr_t m_discarded = 0x1629;
uintptr_t m_droppedModelIndex = 0x1600;
uintptr_t m_emissiveEventData = 0x1868;
uintptr_t m_energizeState = 0x1638;
uintptr_t m_energizedEndTime = 0x1640;
uintptr_t m_flNextEmptySoundTime = 0x2f00;
uintptr_t m_flTimeWeaponIdle = 0x1620;
uintptr_t m_fullyHeated = 0x164c;
uintptr_t m_grappleWeaponNeedsDryfire = 0x1828;
uintptr_t m_hasPendingMod = 0x1820;
uintptr_t m_heatValue = 0x1644;
uintptr_t m_heatValueOnLastFire = 0x1648;
uintptr_t m_holsterModelIndex = 0x15fc;
uintptr_t m_iWorldModelIndex = 0x15f8;
uintptr_t m_idealActivity = 0x1606;
uintptr_t m_idealSequence = 0x1604;
uintptr_t m_lastChargeFrac = 0x1768;
uintptr_t m_lastChargeLevel = 0x1780;
uintptr_t m_lastEnergizeFrac = 0x1770;
uintptr_t m_lastEnergizeState = 0x1639;
uintptr_t m_lastFullyCharged = 0x1784;
uintptr_t m_lastPrimaryAttackTime = 0x15e4;
uintptr_t m_lastRegenTime = 0x1774;
uintptr_t m_lifetimeShots = 0x161c;
uintptr_t m_localOrigin = 0x178;
uintptr_t m_modBitfieldCurrent = 0x17c4;
uintptr_t m_modBitfieldDisabled = 0x17d0;
uintptr_t m_modBitfieldFromPlayer = 0x17ac;
uintptr_t m_modBitfieldInternal = 0x17b8;
uintptr_t m_nNextThinkTick = 0x46c;
uintptr_t m_needsEmptyCycleCheck = 0x1756;
uintptr_t m_needsReloadCheck = 0x1755;
uintptr_t m_nextPrimaryAttackTime = 0x15ec;
uintptr_t m_nextReadyTime = 0x15e8;
uintptr_t m_offhandSwitchSlot = 0x1634;
uintptr_t m_pendingModIndex = 0x181c;
uintptr_t m_playerData = 0x1660;
uintptr_t m_scriptActivated = 0x185e;
uintptr_t m_scriptControlledModValues = 0x17dc;
uintptr_t m_scriptControlledModValuesMap = 0x17fc;
uintptr_t m_scriptFloat0 = 0x182c;
uintptr_t m_scriptVector = 0x1850;
uintptr_t m_scriptVectorTransitionDuration = 0x1830;
uintptr_t m_scriptVectorTransitionEnd = 0x1844;
uintptr_t m_scriptVectorTransitionStart = 0x1838;
uintptr_t m_scriptVectorTransitionStartTime = 0x1834;
uintptr_t m_shotCount = 0x179c;
uintptr_t m_shotIndexForSpread = 0x1798;
uintptr_t m_shouldPlayIdleAnims = 0x185c;
uintptr_t m_shouldPlaySprintAnims = 0x185d;
uintptr_t m_skinOverride = 0x1758;
uintptr_t m_skinOverrideIsValid = 0x175c;
uintptr_t m_startEnergizingTime = 0x163c;
uintptr_t m_stockPileWasDraining = 0x177c;
uintptr_t m_sustainedDischargeEndTime = 0x17a0;
uintptr_t m_sustainedDischargeIsInPrimaryAttack = 0x17a8;
uintptr_t m_sustainedLaserCurrentSpread = 0x17a4;
uintptr_t m_sustainedLaserNextRandomSeed = 0x17a9;
uintptr_t m_targetingLaserEnabledScript = 0x1754;
uintptr_t m_tossRelease = 0x1630;
uintptr_t m_weapState = 0x1624;
uintptr_t m_weaponActivity = 0x1608;
uintptr_t m_weaponChargeLevelIncreasedAnimPlaying = 0x177e;
uintptr_t m_weaponIsActivelyFiring = 0x3034;
uintptr_t m_weaponIsCharging = 0x177d;
uintptr_t m_weaponOwner = 0x15e0;
uintptr_t m_worldModelIndexOverride = 0x15f4;
};
```
## CBaseViewModel
```cpp
struct CBaseViewModel {
uintptr_t m_angAbsRotation = 0x154;
uintptr_t m_angNetworkAngles = 0x384;
uintptr_t m_attackEventStartTime = 0x1f4c;
uintptr_t m_bBlockEventLayer = 0x1f40;
uintptr_t m_bSequenceFinished = 0xe34;
uintptr_t m_currentFrame_animCycle = 0xe8;
uintptr_t m_currentFrame_modelIndex = 0xcc;
uintptr_t m_currentFrameAnimatingOverlay_animOverlayAnimTime = 0x180c;
uintptr_t m_currentFrameAnimatingOverlay_animOverlayCycle = 0x1878;
uintptr_t m_currentFrameAnimatingOverlay_animOverlayFadeInDuration = 0x1830;
uintptr_t m_currentFrameAnimatingOverlay_animOverlayFadeOutDuration = 0x1854;
uintptr_t m_currentFrameAnimatingOverlay_animOverlayIsActive = 0x1714;
uintptr_t m_currentFrameAnimatingOverlay_animOverlayModelIndex = 0x178c;
uintptr_t m_currentFrameAnimatingOverlay_animOverlayPlaybackRate = 0x1768;
uintptr_t m_currentFrameAnimatingOverlay_animOverlaySequence = 0x17b0;
uintptr_t m_currentFrameAnimatingOverlay_animOverlayStartCycle = 0x1744;
uintptr_t m_currentFrameAnimatingOverlay_animOverlayStartTime = 0x1720;
uintptr_t m_currentFrameAnimatingOverlay_animOverlayWeight = 0x17c4;
uintptr_t m_currentFrameBaseAnimating_animModelIndex = 0xe58;
uintptr_t m_currentFrameBaseAnimating_animPlaybackRate = 0xe54;
uintptr_t m_currentFrameBaseAnimating_animSequence = 0xe60;
uintptr_t m_currentFrameBaseAnimating_animStartCycle = 0xe50;
uintptr_t m_currentFrameBaseAnimating_animStartTime = 0xe4c;
uintptr_t m_eventSoundFadeStart = 0x1f50;
uintptr_t m_fEffects = 0x330;
uintptr_t m_hWeapon = 0x1f44;
uintptr_t m_isAdsTransition = 0x1f41;
uintptr_t m_localAngles = 0x184;
uintptr_t m_localOrigin = 0x178;
uintptr_t m_nBody = 0xd8c;
uintptr_t m_nResetEventsStartTime = 0xd98;
uintptr_t m_nextFidgetTime = 0x1f54;
uintptr_t m_projectileIsVisible = 0x19a4;
uintptr_t m_tracerAttachments = 0x1f48;
uintptr_t m_tracerAttachmentsScoped = 0x1f4a;
uintptr_t m_vecAbsOrigin = 0x16c;
uintptr_t m_viewModelOwner = 0x19a0;
};
```
## CBaseGrenade
```cpp
struct CBaseGrenade {
uintptr_t m_DmgRadius = 0x2fd4;
uintptr_t m_doesExplode = 0x2fec;
uintptr_t m_flDamage = 0x3070;
uintptr_t m_grenadeCreationOrigin = 0x2fdc;
uintptr_t m_grenadeCreationTime = 0x2fd8;
uintptr_t m_grenadeStatusFlags = 0x2fe8;
uintptr_t m_hThrower = 0x3074;
uintptr_t m_useMaskAbility = 0x2fed;
uintptr_t m_vecVelocity = 0x378;
};
```
## CPlayerShared
```cpp
struct CPlayerShared {
uintptr_t m_nPlayerCond = 0x8;
};
```
## CCollisionProperty
```cpp
struct CCollisionProperty {
uintptr_t m_collisionDetailLevel = 0x2e;
uintptr_t m_nSolidType = 0x2c;
uintptr_t m_triggerBloat = 0x2d;
uintptr_t m_usSolidFlags = 0x28;
uintptr_t m_vecMaxs = 0x1c;
uintptr_t m_vecMins = 0x10;
};
```
## C_Team
```cpp
struct C_Team {
uintptr_t m_iTeamTeamNum = 0x97c;
uintptr_t m_score = 0x970;
uintptr_t m_score2 = 0x974;
uintptr_t m_scriptCustomValue = 0x978;
uintptr_t m_szTeamname = 0x9a0;
};
```
## C_PropDoor
```cpp
struct C_PropDoor {
uintptr_t m_angle = 0x1694;
uintptr_t m_interactingPlayer = 0x16f8;
uintptr_t m_interactingPlayerWantsOpen = 0x16fc;
uintptr_t m_lastThinkTime = 0x16b0;
uintptr_t m_localAngles = 0x184;
uintptr_t m_localOrigin = 0x178;
uintptr_t m_nNextThinkTick = 0x46c;
uintptr_t m_nextHitSoundTime = 0x16ac;
uintptr_t m_prevAngle = 0x1708;
uintptr_t m_startAngle = 0x1698;
uintptr_t m_startAngleVel = 0x169c;
uintptr_t m_startMoveTime = 0x16a0;
uintptr_t m_useDebounceEndTime = 0x1700;
};
```
## C_PlayerVehicle
```cpp
struct C_PlayerVehicle {
uintptr_t m_SequenceTransitioner = 0xb50;
uintptr_t m_blockDuckInput = 0x1ce9;
uintptr_t m_cameraVehicleAccel2d = 0x1d24;
uintptr_t m_cameraVehicleAccelVert = 0x1d28;
uintptr_t m_cameraVehicleDecel = 0x1d2c;
uintptr_t m_cameraVehicleSpeed2d = 0x1d1c;
uintptr_t m_cameraVehicleSpeedVert = 0x1d20;
uintptr_t m_gravityLiftActive = 0x1d01;
uintptr_t m_gravityLiftEnterTime = 0x1d04;
uintptr_t m_gravityLiftExitTime = 0x1d08;
uintptr_t m_hoverVehicleAirStartTime = 0x1ec4;
uintptr_t m_hoverVehicleBanking = 0x1f30;
uintptr_t m_hoverVehicleBoostCollisionTime = 0x1ea0;
uintptr_t m_hoverVehicleDriverInFreelook = 0x1ef4;
uintptr_t m_hoverVehicleFrictionLastTime = 0x1f34;
uintptr_t m_hoverVehicleFrictionNormal = 0x1f3c;
uintptr_t m_hoverVehicleFrictionPos = 0x1f48;
uintptr_t m_hoverVehicleFrictionSurfPropOther = 0x1f38;
uintptr_t m_hoverVehicleGlideDuration = 0x1ec8;
uintptr_t m_hoverVehicleGroundAngles = 0x1d60;
uintptr_t m_hoverVehicleHoverOffsetPrev = 0x1d50;
uintptr_t m_hoverVehicleHoverSimulationIsAwake = 0x1d6e;
uintptr_t m_hoverVehicleIsBoosting = 0x1ea4;
uintptr_t m_hoverVehicleIsGliding = 0x1ea5;
uintptr_t m_hoverVehicleIsMarkedAsDrivingForward = 0x1f1a;
uintptr_t m_hoverVehicleIsOnGround = 0x1d6c;
uintptr_t m_hoverVehicleLastBoostEffectTime = 0x1f0c;
uintptr_t m_hoverVehicleLastBoostTime = 0x1f04;
uintptr_t m_hoverVehicleLastGlideEndTime = 0x1ecc;
uintptr_t m_hoverVehicleLastGlideStartTime = 0x1ec0;
uintptr_t m_hoverVehicleLastJumpTime = 0x1eb8;
uintptr_t m_hoverVehicleLookAheadAcceleration = 0x1ef8;
uintptr_t m_hoverVehiclePhysPush = 0x1f54;
uintptr_t m_hoverVehicleSmoothTilt = 0x1ed4;
uintptr_t m_hoverVehicleSmoothTiltVelocity = 0x1ee0;
uintptr_t m_hoverVehicleSmoothYaw = 0x1eec;
uintptr_t m_hoverVehicleSmoothYawVelocity = 0x1ef0;
uintptr_t m_hoverVehicleStunTimeEnd = 0x1f1c;
uintptr_t m_hoverVehicleThrottle = 0x1f28;
uintptr_t m_hoverVehicleUsedBoostTime = 0x1e9c;
uintptr_t m_inputHeldPostJump = 0x1ed0;
uintptr_t m_jumpEffectsStarted = 0x1d00;
uintptr_t m_localOrigin = 0x178;
uintptr_t m_vehicleActivated = 0x1ce8;
uintptr_t m_vehicleDriver = 0x1cc4;
uintptr_t m_vehicleGroundDist = 0x1d4c;
uintptr_t m_vehicleGroundEntity = 0x1d3c;
uintptr_t m_vehicleGroundNormal = 0x1d40;
uintptr_t m_vehicleLaunchTime = 0x1d0c;
uintptr_t m_vehicleVelocity = 0x1d30;
};
```
## DT_AI_BaseNPC_StatusEffects
```cpp
struct DT_AI_BaseNPC_StatusEffects {
uintptr_t m_statusEffectsEndlessNPCNV = 0x1d10;
uintptr_t m_statusEffectsTimedNPCNV = 0x1cc8;
};
```
## DT_AmbientGeneric
```cpp
struct DT_AmbientGeneric {
uintptr_t DT_AmbientGeneric = 0x0;
uintptr_t m_hasPolylineSegments = 0x991;
uintptr_t m_isEnabled = 0x990;
uintptr_t m_networkTableSoundID = 0x994;
uintptr_t m_networkedSegmentEndpointWorldSpace = 0x99c;
uintptr_t m_radius = 0x978;
};
```
## DT_AnimRelativeData
```cpp
struct DT_AnimRelativeData {
uintptr_t m_animBlendBeginTime = 0x60;
uintptr_t m_animBlendEndTime = 0x64;
uintptr_t m_animEntityToRefOffset = 0x44;
uintptr_t m_animEntityToRefRotation = 0x50;
uintptr_t m_animIgnoreParentRot = 0x70;
uintptr_t m_animInitialCorrectPos = 0x28;
uintptr_t m_animInitialCorrectRot = 0x34;
uintptr_t m_animInitialPos = 0x0;
uintptr_t m_animInitialRot = 0x18;
uintptr_t m_animInitialVel = 0xc;
uintptr_t m_animMotionMode = 0x74;
uintptr_t m_animScriptModel = 0x6c;
uintptr_t m_animScriptSequence = 0x68;
};
```
## DT_BaseToggle
```cpp
struct DT_BaseToggle {
uintptr_t DT_BaseToggle = 0x0;
uintptr_t m_flMoveTargetTime = 0x994;
uintptr_t m_movementType = 0x990;
uintptr_t m_vecFinalDest = 0x984;
};
```
## DT_BreachableGlassManager
```cpp
struct DT_BreachableGlassManager {
uintptr_t m_iHealths = 0x970;
uintptr_t m_managerIdx = 0xa38;
uintptr_t m_realmsBitMask = 0x930;
};
```
## DT_CPropDoor
```cpp
struct DT_CPropDoor {
uintptr_t HighlightSettings = 0x0;
uintptr_t m_angle = 0x1694;
uintptr_t m_cellX = 0x0;
uintptr_t m_cellY = 0x4;
uintptr_t m_cellZ = 0x8;
uintptr_t m_closedAngle = 0x1690;
uintptr_t m_fEffects = 0x54;
uintptr_t m_iTeamNum = 0x334;
uintptr_t m_interactingPlayer = 0x16f8;
uintptr_t m_interactingPlayerWantsOpen = 0x16fc;
uintptr_t m_isLocked = 0x16a4;
uintptr_t m_isReinforced = 0x16a5;
uintptr_t m_localAngles = 0x384;
uintptr_t m_localOrigin = 0xc;
uintptr_t m_meleeResponseFlags = 0x2d8;
uintptr_t m_nModelIndex = 0x60;
uintptr_t m_nSkin = 0xd80;
uintptr_t m_networkedFlags = 0x2d0;
uintptr_t m_oppositeDoor = 0x16a8;
uintptr_t m_skinMod = 0xd84;
uintptr_t m_startAngle = 0x1698;
uintptr_t m_startAngleVel = 0x169c;
uintptr_t m_startMoveTime = 0x16a0;
uintptr_t m_usableType = 0x5c;
};
```
## DT_CascadeLight
```cpp
struct DT_CascadeLight {
uintptr_t m_LightColor = 0x99f;
uintptr_t m_bEnableShadows = 0x99d;
uintptr_t m_bEnabled = 0x99c;
uintptr_t m_cloudMaskName = 0x9a3;
uintptr_t m_cloudOffset = 0xaa8;
uintptr_t m_cloudScale = 0xab4;
uintptr_t m_envLightShadowDirection = 0x988;
uintptr_t m_shadowDirection = 0x970;
};
```
## DT_ColorCorrection
```cpp
struct DT_ColorCorrection {
uintptr_t m_MaxFalloff = 0x980;
uintptr_t m_MinFalloff = 0x97c;
uintptr_t m_bClientSide = 0xa9a;
uintptr_t m_bEnabled = 0xa98;
uintptr_t m_bExclusive = 0xa9b;
uintptr_t m_bMaster = 0xa99;
uintptr_t m_flCurWeight = 0x990;
uintptr_t m_flFadeInDuration = 0x984;
uintptr_t m_flFadeOutDuration = 0x988;
uintptr_t m_flMaxWeight = 0x98c;
uintptr_t m_hOwnerEntity = 0x398;
uintptr_t m_localOrigin = 0x970;
uintptr_t m_netLookupFilename = 0x994;
};
```
## DT_DynamicLight
```cpp
struct DT_DynamicLight {
uintptr_t DT_DynamicLight = 0x0;
uintptr_t m_Exponent = 0x978;
uintptr_t m_Flags = 0x970;
uintptr_t m_InnerAngle = 0x97c;
uintptr_t m_LightStyle = 0x971;
uintptr_t m_OuterAngle = 0x980;
uintptr_t m_Radius = 0x974;
uintptr_t m_SpotRadius = 0x984;
};
```
## DT_DynamicProp
```cpp
struct DT_DynamicProp {
uintptr_t DT_DynamicProp = 0x0;
uintptr_t m_bAnimateInStaticShadow = 0x15e2;
uintptr_t m_bUseHitboxesForRenderBox = 0x15e1;
uintptr_t m_iTeamNum = 0x334;
uintptr_t m_lifeState = 0x698;
};
```
## DT_DynamicPropLightweight
```cpp
struct DT_DynamicPropLightweight {
uintptr_t m_Collision = 0x3b8;
uintptr_t m_CollisionGroup = 0x438;
uintptr_t m_cellX = 0x0;
uintptr_t m_cellY = 0x4;
uintptr_t m_cellZ = 0x8;
uintptr_t m_fEffects = 0x54;
uintptr_t m_fadeDist = 0x764;
uintptr_t m_localAngles = 0x384;
uintptr_t m_localOrigin = 0xc;
uintptr_t m_meleeResponseFlags = 0x2d8;
uintptr_t m_nModelIndex = 0x60;
uintptr_t m_nSkin = 0xd80;
uintptr_t m_networkedFlags = 0x2d0;
uintptr_t m_parentAttachment = 0x34;
uintptr_t m_parentAttachmentModel = 0x758;
uintptr_t m_phaseShiftFlags = 0x6b8;
uintptr_t m_skinMod = 0xd84;
uintptr_t m_visibilityFlags = 0x32c;
uintptr_t moveparent = 0x30;
};
```
## DT_EffectData
```cpp
struct DT_EffectData {
uintptr_t m_attachmentIdForViewmodel = 0x61;
uintptr_t m_effectEntHandle = 0x4c;
uintptr_t m_effectFlags = 0x30;
uintptr_t m_flMagnitude = 0x58;
uintptr_t m_flRadius = 0x5c;
uintptr_t m_flScale = 0x54;
uintptr_t m_iEffectName = 0x9c;
uintptr_t m_iImpactEffectTableIndex = 0x78;
uintptr_t m_instanceIdx = 0x94;
uintptr_t m_instanceIdxForViewmodel = 0x98;
uintptr_t m_nAttachmentId = 0x60;
uintptr_t m_nColor = 0x7c;
uintptr_t m_nDamageType = 0x64;
uintptr_t m_nOtherEntIndex = 0x68;
uintptr_t m_nSurfaceProp = 0x62;
uintptr_t m_otherEntHandle = 0x50;
uintptr_t m_persistentWeaponEffect = 0x90;
uintptr_t m_scriptCallback = 0x48;
uintptr_t m_sharedInt32_A = 0x70;
uintptr_t m_sharedInt32_B = 0x74;
uintptr_t m_vAngles = 0x24;
uintptr_t m_vNormal = 0x18;
uintptr_t m_vOrigin_x = 0x0;
uintptr_t m_vOrigin_y = 0x4;
uintptr_t m_vOrigin_z = 0x8;
uintptr_t m_vStart_x = 0xc;
uintptr_t m_vStart_y = 0x10;
uintptr_t m_vStart_z = 0x14;
};
```
## DT_EntityDissolve
```cpp
struct DT_EntityDissolve {
uintptr_t DT_EntityDissolve = 0x0;
uintptr_t m_flFadeLength = 0x980;
uintptr_t m_flFadeStart = 0x97c;
uintptr_t m_flStartTime = 0x978;
uintptr_t m_isLethal = 0x988;
uintptr_t m_nDissolveType = 0x984;
};
```
## DT_EntityLinkPage
```cpp
struct DT_EntityLinkPage {
uintptr_t entity = 0xd74;
uintptr_t next = 0x974;
uintptr_t pageIndex = 0x970;
};
```
## DT_EnvWindShared
```cpp
struct DT_EnvWindShared {
uintptr_t m_flGustDuration = 0x2c;
uintptr_t m_flInitialWindSpeed = 0x74;
uintptr_t m_flMaxGustDelay = 0x28;
uintptr_t m_flMinGustDelay = 0x24;
uintptr_t m_flStartTime = 0x8;
uintptr_t m_iGustDirChange = 0x30;
uintptr_t m_iInitialWindDir = 0x70;
uintptr_t m_iMaxGust = 0x20;
uintptr_t m_iMaxWind = 0x14;
uintptr_t m_iMinGust = 0x1c;
uintptr_t m_iMinWind = 0x10;
uintptr_t m_iWindSeed = 0xc;
};
```
## DT_FerroProp
```cpp
struct DT_FerroProp {
uintptr_t m_Collision = 0x3b8;
uintptr_t m_CollisionGroup = 0x438;
uintptr_t m_bAnimateInStaticShadow = 0x15e2;
uintptr_t m_bUseHitboxesForRenderBox = 0x15e1;
uintptr_t m_cellX = 0x0;
uintptr_t m_cellY = 0x4;
uintptr_t m_cellZ = 0x8;
uintptr_t m_contents = 0x43c;
uintptr_t m_exclusiveUseEnt = 0x620;
uintptr_t m_fEffects = 0x54;
uintptr_t m_fadeDist = 0x764;
uintptr_t m_firstChildEntityLink = 0x928;
uintptr_t m_firstParentEntityLink = 0x92c;
uintptr_t m_flModelScale = 0xe40;
uintptr_t m_hOwnerEntity = 0x398;
uintptr_t m_highlightGenericContexts = 0x295;
uintptr_t m_holdUsePrompt = 0x610;
uintptr_t m_iName = 0x481;
uintptr_t m_iSignifierName = 0x478;
uintptr_t m_iTeamNum = 0x334;
uintptr_t m_lifeState = 0x698;
uintptr_t m_localAngles = 0x384;
uintptr_t m_localOrigin = 0xc;
uintptr_t m_meleeResponseFlags = 0x2d8;
uintptr_t m_minimapData = 0x848;
uintptr_t m_nModelIndex = 0x60;
uintptr_t m_networkedFlags = 0x2d0;
uintptr_t m_parentAttachment = 0x34;
uintptr_t m_parentAttachmentModel = 0x758;
uintptr_t m_passThroughDirection = 0x358;
uintptr_t m_passThroughFlags = 0x350;
uintptr_t m_passThroughThickness = 0x354;
uintptr_t m_phaseShiftFlags = 0x6b8;
uintptr_t m_pressUsePrompt = 0x618;
uintptr_t m_realmsBitMask = 0x930;
uintptr_t m_scriptNameIndex = 0x588;
uintptr_t m_usableDistanceOverride = 0x82c;
uintptr_t m_usableFOV = 0x830;
uintptr_t m_usablePriority = 0x828;
uintptr_t m_usableType = 0x5c;
uintptr_t m_usePromptSize = 0x834;
uintptr_t m_visibilityFlags = 0x32c;
uintptr_t moveparent = 0x30;
};
```
## DT_FuncBrushLightweight
```cpp
struct DT_FuncBrushLightweight {
uintptr_t m_Collision = 0x3b8;
uintptr_t m_CollisionGroup = 0x438;
uintptr_t m_cellX = 0x0;
uintptr_t m_cellY = 0x4;
uintptr_t m_cellZ = 0x8;
uintptr_t m_localAngles = 0x384;
uintptr_t m_localOrigin = 0xc;
uintptr_t m_meleeResponseFlags = 0x2d8;
uintptr_t m_nModelIndex = 0x60;
uintptr_t m_networkedFlags = 0x2d0;
uintptr_t m_parentAttachment = 0x34;
uintptr_t m_parentAttachmentModel = 0x758;
uintptr_t m_visibilityFlags = 0x32c;
uintptr_t moveparent = 0x30;
};
```
## DT_ImportantOnEntSound
```cpp
struct DT_ImportantOnEntSound {
uintptr_t m_beginTime = 0x978;
uintptr_t m_hAttachedToEntity = 0x974;
uintptr_t m_hSuppressedClient = 0x97c;
uintptr_t m_milesSignal = 0x980;
uintptr_t m_networkTableSoundID = 0x970;
uintptr_t m_selector = 0x988;
};
```
## DT_InfoPlacementHelper
```cpp
struct DT_InfoPlacementHelper {
uintptr_t m_localAngles = 0x384;
uintptr_t m_localOrigin = 0x18;
uintptr_t m_parentAttachment = 0x34;
uintptr_t m_parentAttachmentModel = 0x758;
uintptr_t moveparent = 0x30;
};
```
## DT_InfoTarget
```cpp
struct DT_InfoTarget {
uintptr_t m_bIsSoundCodeControllerValueSet = 0x370;
uintptr_t m_cellX = 0x0;
uintptr_t m_cellY = 0x4;
uintptr_t m_cellZ = 0x8;
uintptr_t m_firstChildEntityLink = 0x928;
uintptr_t m_firstParentEntityLink = 0x92c;
uintptr_t m_flSoundCodeControllerValue = 0x374;
uintptr_t m_hOwnerEntity = 0x398;
uintptr_t m_iName = 0x481;
uintptr_t m_iSignifierName = 0x478;
uintptr_t m_iTeamNum = 0x334;
uintptr_t m_instanceNameIndex = 0x58c;
uintptr_t m_localAngles = 0x384;
uintptr_t m_localOrigin = 0xc;
uintptr_t m_parentAttachment = 0x34;
uintptr_t m_parentAttachmentModel = 0x758;
uintptr_t m_scriptNameIndex = 0x588;
uintptr_t moveparent = 0x30;
};
```
## DT_LootGrabber
```cpp
struct DT_LootGrabber {
uintptr_t DT_LootGrabber = 0x0;
uintptr_t m_impactEffectColorID = 0x1660;
uintptr_t m_lootBeingGrabbed = 0x1668;
uintptr_t m_lootGrabDist = 0x166c;
uintptr_t m_lootGrabberType = 0x1662;
uintptr_t m_minimapData = 0x848;
};
```
## DT_MTXUserInfoEntity
```cpp
struct DT_MTXUserInfoEntity {
uintptr_t DT_MTXUserInfoEntity = 0x0;
uintptr_t data0 = 0x970;
uintptr_t data1 = 0x15ec;
};
```
## DT_MinimapBaseEntityData
```cpp
struct DT_MinimapBaseEntityData {
uintptr_t customState = 0x48;
uintptr_t flags = 0x40;
uintptr_t objectScale = 0x4c;
uintptr_t visibilityDefaultFlag = 0x0;
uintptr_t visibilityShowFlag = 0x20;
uintptr_t zOrder = 0x44;
};
```
## DT_PointCamera
```cpp
struct DT_PointCamera {
uintptr_t DT_PointCamera = 0x0;
uintptr_t m_FOV = 0x9d0;
uintptr_t m_bActive = 0xa11;
uintptr_t m_bFogEnable = 0xa10;
};
```
## DT_PortalPointPush
```cpp
struct DT_PortalPointPush {
uintptr_t DT_PortalPointPush = 0x0;
uintptr_t m_bEnabled = 0x970;
uintptr_t m_flConeOfInfluence = 0x980;
uintptr_t m_flInnerRadius = 0x97c;
uintptr_t m_flMagnitude = 0x974;
uintptr_t m_flRadius = 0x978;
};
```
## DT_PostProcessController
```cpp
struct DT_PostProcessController {
uintptr_t DT_PostProcessController = 0x0;
uintptr_t m_bMaster = 0x988;
uintptr_t m_flPostProcessParameters = 0x970;
};
```
## DT_ScriptMoverTrainNode
```cpp
struct DT_ScriptMoverTrainNode {
uintptr_t m_cellX = 0x0;
uintptr_t m_cellY = 0x4;
uintptr_t m_cellZ = 0x8;
uintptr_t m_firstChildEntityLink = 0x928;
uintptr_t m_firstParentEntityLink = 0x92c;
uintptr_t m_localOrigin = 0xc;
uintptr_t m_numSmoothPoints = 0x970;
uintptr_t m_perfectCircularRotation = 0x97c;
uintptr_t m_scriptNameIndex = 0x588;
uintptr_t m_tangentType = 0x978;
uintptr_t m_trainNodeMakeSmoothPointsParity = 0x974;
};
```
## DT_ScriptNetData_SNDC_DEATH_BOX
```cpp
struct DT_ScriptNetData_SNDC_DEATH_BOX {
uintptr_t DT_ScriptNetData_SNDC_DEATH_BOX = 0x0;
uintptr_t m_bools = 0x0;
uintptr_t m_bools0 = 0xc80;
uintptr_t m_entities = 0x0;
uintptr_t m_entities0 = 0xcd4;
uintptr_t m_float32s = 0x0;
uintptr_t m_float32s0 = 0xcc8;
uintptr_t m_int32s = 0x0;
uintptr_t m_int32s0 = 0xc90;
uintptr_t m_ranges = 0x0;
uintptr_t m_ranges0 = 0xc86;
};
```
## DT_ScriptNetData_SNDC_GLOBAL
```cpp
struct DT_ScriptNetData_SNDC_GLOBAL {
uintptr_t DT_ScriptNetData_SNDC_GLOBAL = 0x0;
uintptr_t m_bools = 0x0;
uintptr_t m_bools0 = 0xc80;
uintptr_t m_entities = 0x0;
uintptr_t m_entities0 = 0xd90;
uintptr_t m_float32s = 0x0;
uintptr_t m_float32s0 = 0xd28;
uintptr_t m_int32s = 0x0;
uintptr_t m_int32s0 = 0xce0;
uintptr_t m_ranges = 0x0;
uintptr_t m_ranges0 = 0xc92;
};
```
## DT_ScriptNetData_SNDC_GLOBAL_NON_REWIND
```cpp
struct DT_ScriptNetData_SNDC_GLOBAL_NON_REWIND {
uintptr_t DT_ScriptNetData_SNDC_GLOBAL_NON_REWIND = 0x0;
uintptr_t m_bools = 0x0;
uintptr_t m_bools0 = 0xc80;
uintptr_t m_entities = 0x0;
uintptr_t m_entities0 = 0xd30;
uintptr_t m_float32s = 0x0;
uintptr_t m_float32s0 = 0xce8;
uintptr_t m_int32s = 0x0;
uintptr_t m_int32s0 = 0xcb8;
uintptr_t m_ranges = 0x0;
uintptr_t m_ranges0 = 0xc92;
};
```
## DT_ScriptNetData_SNDC_PLAYER_EXCLUSIVE
```cpp
struct DT_ScriptNetData_SNDC_PLAYER_EXCLUSIVE {
uintptr_t DT_ScriptNetData_SNDC_PLAYER_EXCLUSIVE = 0x0;
uintptr_t m_bools = 0x0;
uintptr_t m_bools0 = 0xc80;
uintptr_t m_entities = 0x0;
uintptr_t m_entities0 = 0xd58;
uintptr_t m_float32s = 0x0;
uintptr_t m_float32s0 = 0xd00;
uintptr_t m_int32s = 0x0;
uintptr_t m_int32s0 = 0xce0;
uintptr_t m_ranges = 0x0;
uintptr_t m_ranges0 = 0xca4;
};
```
## DT_ScriptNetData_SNDC_PLAYER_GLOBAL
```cpp
struct DT_ScriptNetData_SNDC_PLAYER_GLOBAL {
uintptr_t DT_ScriptNetData_SNDC_PLAYER_GLOBAL = 0x0;
uintptr_t m_bools = 0x0;
uintptr_t m_bools0 = 0xc80;
uintptr_t m_entities = 0x0;
uintptr_t m_entities0 = 0xdb0;
uintptr_t m_float32s = 0x0;
uintptr_t m_float32s0 = 0xd78;
uintptr_t m_int32s = 0x0;
uintptr_t m_int32s0 = 0xce0;
uintptr_t m_ranges = 0x0;
uintptr_t m_ranges0 = 0xc92;
};
```
## DT_ScriptTraceVolume
```cpp
struct DT_ScriptTraceVolume {
uintptr_t DT_ScriptTraceVolume = 0x0;
uintptr_t m_boxMaxs = 0x984;
uintptr_t m_boxMins = 0x978;
uintptr_t m_drawDebug = 0x990;
uintptr_t m_shapeType = 0x970;
uintptr_t m_sphereRadius = 0x974;
};
```
## DT_SequenceTransitionerLayer
```cpp
struct DT_SequenceTransitionerLayer {
uintptr_t m_sequenceTransitionerLayerActive = 0x18;
uintptr_t m_sequenceTransitionerLayerFadeOutDuration = 0x30;
uintptr_t m_sequenceTransitionerLayerPlaybackRate = 0x28;
uintptr_t m_sequenceTransitionerLayerSequence = 0x20;
uintptr_t m_sequenceTransitionerLayerStartCycle = 0x1c;
uintptr_t m_sequenceTransitionerLayerStartTime = 0x2c;
};
```
## DT_ServerAnimationData
```cpp
struct DT_ServerAnimationData {
uintptr_t m_animSequence = 0x1c;
uintptr_t m_animStartCycle = 0xc;
uintptr_t m_animStartTime = 0x8;
uintptr_t m_fireDeferredStopsStartTime = 0xda0;
uintptr_t m_nResetEventsStartTime = 0xd98;
};
```
## DT_SoundData
```cpp
struct DT_SoundData {
uintptr_t m_networkTableID = 0x10;
uintptr_t m_seek = 0x18;
uintptr_t m_selector = 0x1c;
uintptr_t m_soundID = 0x8;
uintptr_t m_soundIsStart = 0x14;
uintptr_t m_targetEnt = 0x0;
};
```
## DT_SpikeStripInfo
```cpp
struct DT_SpikeStripInfo {
uintptr_t m_arePlayersInStrip = 0x978;
uintptr_t m_enabledLocations = 0x970;
uintptr_t m_mainSpike = 0x97c;
uintptr_t m_mainSpikeCreationTime = 0x980;
uintptr_t m_spikeLocalAngles = 0xc54;
uintptr_t m_spikeLocalOffsets = 0xa38;
uintptr_t m_spikeParents = 0x984;
};
```
## DT_StatusEffectPlugin
```cpp
struct DT_StatusEffectPlugin {
uintptr_t m_hOwnerEntity = 0x398;
uintptr_t m_statusEffectsEndlessPluginNV = 0x988;
uintptr_t m_statusEffectsTimedPluginNV = 0x970;
};
```
## DT_StatusEffectTimedData
```cpp
struct DT_StatusEffectTimedData {
uintptr_t seComboVars = 0x8;
uintptr_t seEaseOut = 0x10;
uintptr_t sePausedTimeRemaining = 0x14;
uintptr_t seTimeEnd = 0xc;
};
```
## DT_TEExplosion
```cpp
struct DT_TEExplosion {
uintptr_t DT_TEExplosion = 0x0;
uintptr_t m_chMaterialType = 0x50;
uintptr_t m_fScale = 0x38;
uintptr_t m_impactEffectTableIndex = 0x60;
uintptr_t m_nFlags = 0x40;
uintptr_t m_nFrameRate = 0x3c;
uintptr_t m_nMagnitude = 0x5c;
uintptr_t m_nRadius = 0x54;
uintptr_t m_owner = 0x68;
uintptr_t m_surfaceProp = 0x64;
uintptr_t m_vecNormal = 0x44;
uintptr_t m_victim = 0x6c;
};
```
## DT_TEParticleSystem
```cpp
struct DT_TEParticleSystem {
uintptr_t DT_TEParticleSystem = 0x0;
uintptr_t m_vecOrigin_x = 0x28;
uintptr_t m_vecOrigin_y = 0x2c;
uintptr_t m_vecOrigin_z = 0x30;
};
```
## DT_TEPhysicsProp
```cpp
struct DT_TEPhysicsProp {
uintptr_t DT_TEPhysicsProp = 0x0;
uintptr_t m_angRotation_x = 0x34;
uintptr_t m_angRotation_y = 0x38;
uintptr_t m_angRotation_z = 0x3c;
uintptr_t m_nEffects = 0x58;
uintptr_t m_nFlags = 0x54;
uintptr_t m_nModelIndex = 0x4c;
uintptr_t m_nSkin = 0x50;
uintptr_t m_vecOrigin = 0x28;
uintptr_t m_vecVelocity = 0x40;
};
```
## DT_TEProjectileTrail
```cpp
struct DT_TEProjectileTrail {
uintptr_t DT_TEProjectileTrail = 0x0;
uintptr_t m_endPos = 0x38;
uintptr_t m_impactEffectTable = 0x58;
uintptr_t m_modBitfield = 0x48;
uintptr_t m_owner = 0x28;
uintptr_t m_projectileTrailIndex = 0x54;
uintptr_t m_startPos = 0x2c;
uintptr_t m_weaponClassIndex = 0x44;
};
```
## DT_TEScriptParticleSystem
```cpp
struct DT_TEScriptParticleSystem {
uintptr_t DT_TEScriptParticleSystem = 0x0;
uintptr_t m_angles = 0x38;
uintptr_t m_controlPoint1 = 0x44;
uintptr_t m_effectIndex = 0x28;
uintptr_t m_origin = 0x2c;
};
```
## DT_TEScriptParticleSystemOnEntity
```cpp
struct DT_TEScriptParticleSystemOnEntity {
uintptr_t DT_TEScriptParticleSystemOnEntity = 0x0;
uintptr_t m_attachType = 0x30;
uintptr_t m_attachType2 = 0x34;
uintptr_t m_attachmentId = 0x38;
uintptr_t m_attachmentId2 = 0x39;
uintptr_t m_effectIndex = 0x28;
uintptr_t m_ent = 0x2c;
};
```
## DT_TEShatterSurface
```cpp
struct DT_TEShatterSurface {
uintptr_t DT_TEShatterSurface = 0x0;
uintptr_t m_flHeight = 0x5c;
uintptr_t m_flShardSize = 0x60;
uintptr_t m_flWidth = 0x58;
uintptr_t m_nSurfaceType = 0x64;
uintptr_t m_vecAngles = 0x34;
uintptr_t m_vecForce = 0x40;
uintptr_t m_vecForcePos = 0x4c;
uintptr_t m_vecOrigin = 0x28;
};
```
## DT_TriggerCylinderNetworked
```cpp
struct DT_TriggerCylinderNetworked {
uintptr_t DT_TriggerCylinderNetworked = 0x0;
uintptr_t m_aboveHeight = 0x9bc;
uintptr_t m_belowHeight = 0x9c0;
uintptr_t m_radius = 0x9b8;
uintptr_t m_triggerFilterMask = 0x9b0;
};
```
## DT_TriggerSlipSphere
```cpp
struct DT_TriggerSlipSphere {
uintptr_t DT_TriggerSlipSphere = 0x0;
uintptr_t m_defaultSlipDirection = 0x9b0;
uintptr_t m_slipAcceleration = 0x9c0;
uintptr_t m_slipSpeed = 0x9bc;
uintptr_t m_sphereOverrideRadius = 0x9d0;
};
```
## DT_UVAnimProp
```cpp
struct DT_UVAnimProp {
uintptr_t DT_UVAnimProp = 0x0;
uintptr_t m_bUVAnimPlaying = 0x1660;
uintptr_t m_flLastKeyTime = 0x1668;
uintptr_t m_flUVAnimStartTime = 0x1664;
};
```
## DT_VGuiScreen
```cpp
struct DT_VGuiScreen {
uintptr_t DT_VGuiScreen = 0x0;
uintptr_t m_fScreenFlags = 0x9a4;
uintptr_t m_flHeight = 0x974;
uintptr_t m_flWidth = 0x970;
uintptr_t m_hPlayerOwner = 0xa08;
uintptr_t m_nAttachmentId = 0x99c;
uintptr_t m_nOverlayMaterial = 0x9a0;
uintptr_t m_nPanelName = 0x980;
};
```
## CGrappleHook
```cpp
struct CGrappleHook {
uintptr_t m_grappleZipline = 0x15e0;
uintptr_t m_localAngles = 0x184;
uintptr_t m_localOrigin = 0x178;
uintptr_t m_pMoveParent = 0x138;
uintptr_t m_parentAttachment = 0x754;
uintptr_t m_visibilityFlags = 0x32c;
};
```
## CPredictedFirstPersonProxy
```cpp
struct CPredictedFirstPersonProxy {
uintptr_t m_SequenceTransitioner = 0xb50;
uintptr_t m_angNetworkAngles = 0x384;
uintptr_t m_localAngles = 0x184;
uintptr_t m_localOrigin = 0x178;
uintptr_t m_vecVelocity = 0x378;
};
```
## CTurret
```cpp
struct CTurret {
uintptr_t m_aimAngle = 0x1940;
uintptr_t m_maxConeAngle = 0x1958;
uintptr_t m_minConeAngle = 0x194c;
};
```
## C_ArsenalProp
```cpp
struct C_ArsenalProp {
uintptr_t m_ammoType = 0x1665;
uintptr_t m_consoleMaxInteractAngle = 0x1650;
uintptr_t m_consoleObbMaxs = 0x1644;
uintptr_t m_consoleObbMins = 0x1638;
uintptr_t m_consolePos0 = 0x1620;
uintptr_t m_consolePos1 = 0x162c;
uintptr_t m_groupNumber = 0x1667;
uintptr_t m_itemCount = 0x1666;
uintptr_t m_itemRespawnDuration = 0x15e0;
uintptr_t m_itemRespawnEndTime = 0x15e4;
uintptr_t m_serverBody = 0x1654;
uintptr_t m_specialItemCount = 0x1664;
uintptr_t m_specialItemDuration = 0x160c;
uintptr_t m_specialItemIndex = 0x161c;
};
```
## C_BreachableGlassManager
```cpp
struct C_BreachableGlassManager {
uintptr_t m_iHealths = 0x970;
uintptr_t m_managerIdx = 0xa38;
};
```
## C_CrossbowBolt
```cpp
struct C_CrossbowBolt {
uintptr_t m_bounceCount = 0x2fc0;
uintptr_t m_doesGrow = 0x2fc8;
uintptr_t m_growStage1Size = 0x2fd8;
uintptr_t m_growStage1Tick = 0x2fd4;
uintptr_t m_growStage2Size = 0x2fe0;
uintptr_t m_growStage2Tick = 0x2fdc;
uintptr_t m_growStageFinalSize = 0x2fe8;
uintptr_t m_growStageFinalTick = 0x2fe4;
uintptr_t m_growStartSize = 0x2fd0;
uintptr_t m_maxBounceCount = 0x2fc4;
};
```
## C_DynamicProp
```cpp
struct C_DynamicProp {
uintptr_t m_bClientSide = 0x15e0;
};
```
## C_EnvWindShared
```cpp
struct C_EnvWindShared {
uintptr_t m_CurrentSwayVector = 0x58;
uintptr_t m_PrevSwayVector = 0x64;
uintptr_t m_Stream = 0x98;
uintptr_t m_WindAveQueue = 0x108;
uintptr_t m_WindVariationQueue = 0x138;
uintptr_t m_WindVariationStream = 0xd0;
uintptr_t m_bGusting = 0x88;
uintptr_t m_currentWindVector = 0x4c;
uintptr_t m_flAveWindSpeed = 0x84;
uintptr_t m_flGustDuration = 0x2c;
uintptr_t m_flInitialWindSpeed = 0x74;
uintptr_t m_flMaxGustDelay = 0x28;
uintptr_t m_flMinGustDelay = 0x24;
uintptr_t m_flSimTime = 0x7c;
uintptr_t m_flStartTime = 0x8;
uintptr_t m_flSwitchTime = 0x80;
uintptr_t m_flVariationTime = 0x78;
uintptr_t m_flWindAngleVariation = 0x8c;
uintptr_t m_flWindSpeed = 0x48;
uintptr_t m_flWindSpeedVariation = 0x90;
uintptr_t m_iEntIndex = 0x94;
uintptr_t m_iGustDirChange = 0x30;
uintptr_t m_iInitialWindDir = 0x70;
uintptr_t m_iMaxGust = 0x20;
uintptr_t m_iMaxWind = 0x14;
uintptr_t m_iMinGust = 0x1c;
uintptr_t m_iMinWind = 0x10;
uintptr_t m_iWindDir = 0x44;
uintptr_t m_iWindSeed = 0xc;
uintptr_t m_iszGustSound = 0x40;
uintptr_t m_location = 0x34;
uintptr_t m_windRadius = 0x18;
};
```
## C_ExposureController
```cpp
struct C_ExposureController {
uintptr_t m_autoCompensation = 0x970;
uintptr_t m_autoForceValue = 0x974;
uintptr_t m_autoMax = 0x97c;
uintptr_t m_autoMin = 0x978;
uintptr_t m_autoSpeed = 0x980;
uintptr_t m_directionalHalfAngle = 0x98c;
uintptr_t m_isDirectional = 0x988;
uintptr_t m_minFadeTime = 0x984;
};
```
## C_ExposureVolume
```cpp
struct C_ExposureVolume {
uintptr_t m_exposurePriority = 0x988;
uintptr_t m_exposureTarget = 0x978;
uintptr_t m_exposureTargetName = 0x980;
uintptr_t m_volumeTester = 0x970;
};
```
## C_FogController
```cpp
struct C_FogController {
uintptr_t m_fogAngles = 0x9dc;
uintptr_t m_fogParams = 0x970;
uintptr_t m_useAbsAngles = 0x9e8;
};
```
## C_FogVolume
```cpp
struct C_FogVolume {
uintptr_t m_fogPriority = 0x988;
uintptr_t m_fogTarget = 0x978;
uintptr_t m_fogTargetName = 0x980;
uintptr_t m_volumeTester = 0x970;
};
```
## C_GlobalNonRewinding
```cpp
struct C_GlobalNonRewinding {
uintptr_t m_playerMiscData = 0xd78;
uintptr_t m_playerObserver = 0x978;
};
```
## C_KnockBack
```cpp
struct C_KnockBack {
uintptr_t beginTime = 0x14;
uintptr_t endTime = 0x18;
uintptr_t velocity = 0x8;
};
```
## C_ParticleSystem
```cpp
struct C_ParticleSystem {
uintptr_t m_bActive = 0x979;
uintptr_t m_bClientSide = 0x978;
uintptr_t m_bInSkybox = 0x985;
uintptr_t m_bPlaySounds = 0xa44;
uintptr_t m_killForReplay = 0x986;
uintptr_t m_killIfOverLimit = 0x987;
uintptr_t m_pauseAfterWarmup = 0x984;
uintptr_t m_soundSuffix = 0xa48;
uintptr_t m_warmUpTime = 0x980;
};
```
## C_SequenceTransitioner
```cpp
struct C_SequenceTransitioner {
uintptr_t m_sequenceTransitionerLayerCount = 0x1a0;
uintptr_t m_sequenceTransitionerLayers = 0x50;
};
```
## C_SequenceTransitionerLayer
```cpp
struct C_SequenceTransitionerLayer {
uintptr_t m_sequenceTransitionerLayerActive = 0x18;
uintptr_t m_sequenceTransitionerLayerFadeOutDuration = 0x30;
uintptr_t m_sequenceTransitionerLayerPlaybackRate = 0x28;
uintptr_t m_sequenceTransitionerLayerSequence = 0x20;
uintptr_t m_sequenceTransitionerLayerStartCycle = 0x1c;
uintptr_t m_sequenceTransitionerLayerStartTime = 0x2c;
uintptr_t m_weight = 0x24;
};
```
## C_TriggerCylinderHeavy
```cpp
struct C_TriggerCylinderHeavy {
uintptr_t m_nextLaunchTime = 0x9f8;
uintptr_t m_teslaTrapObstructedEndTime = 0xa5c;
};
```
## C_TriggerHurt
```cpp
struct C_TriggerHurt {
uintptr_t m_bitsDamageInflict = 0x9c4;
uintptr_t m_damageModel = 0x9c8;
uintptr_t m_flDamage = 0x9b4;
uintptr_t m_flDamageCap = 0x9b8;
uintptr_t m_flDmgResetTime = 0x9c0;
uintptr_t m_flLastDmgTime = 0x9bc;
uintptr_t m_flOriginalDamage = 0x9b0;
};
```
## C_VortexSphere
```cpp
struct C_VortexSphere {
uintptr_t m_bulletAbsorbedCount = 0x980;
uintptr_t m_bulletFov = 0x97c;
uintptr_t m_enabled = 0x970;
uintptr_t m_gunAttachment = 0x9a0;
uintptr_t m_height = 0x978;
uintptr_t m_listNext = 0x9b8;
uintptr_t m_listPrev = 0x9b0;
uintptr_t m_ownerWeapon = 0x988;
uintptr_t m_projectileAbsorbedCount = 0x984;
uintptr_t m_radius = 0x974;
uintptr_t m_useExactSphereRadiusForHit = 0x9a8;
uintptr_t m_vortexEffect = 0x98c;
uintptr_t m_vortexLocalAngles = 0x990;
};
```
## C_WallrunCurve
```cpp
struct C_WallrunCurve {
uintptr_t height = 0x984;
uintptr_t width = 0x980;
};
```
## C_WindEmitter
```cpp
struct C_WindEmitter {
uintptr_t m_params_enabled = 0x990;
uintptr_t m_params_shapeParams = 0x970;
uintptr_t m_params_shapeType = 0x98c;
uintptr_t m_params_windDir = 0x97c;
uintptr_t m_params_windSpeed = 0x988;
};
```
## C_WindSettings
```cpp
struct C_WindSettings {
uintptr_t m_windGustTexture = 0x970;
};
```
## C_WindVolume
```cpp
struct C_WindVolume {
uintptr_t m_params_edgeFade = 0x9ac;
uintptr_t m_params_enabled = 0x9b8;
uintptr_t m_params_scale = 0x97c;
uintptr_t m_params_shapeParams = 0x970;
uintptr_t m_params_shapeType = 0x9b0;
uintptr_t m_params_sortPriority = 0x9b4;
uintptr_t m_params_windDir = 0x994;
uintptr_t m_params_windGustScale = 0x9a8;
uintptr_t m_params_windOrigin = 0x988;
uintptr_t m_params_windSpeed = 0x9a0;
uintptr_t m_params_windType = 0x9a4;
};
```
## C_WindowHint
```cpp
struct C_WindowHint {
uintptr_t halfSize = 0x998;
uintptr_t halfSize0 = 0x998;
uintptr_t halfSize1 = 0x99c;
uintptr_t normal = 0x980;
uintptr_t right = 0x98c;
};
```
## C_ZiplinePhysics
```cpp
struct C_ZiplinePhysics {
uintptr_t m_attachedEntities = 0x240;
uintptr_t m_nodes = 0x28;
uintptr_t m_numAttachedEntities = 0x340;
uintptr_t m_numNodes = 0x228;
uintptr_t m_remainingUnsimulatedTime = 0x234;
uintptr_t m_springDistance = 0x22c;
uintptr_t m_ziplineEnd = 0x1c;
uintptr_t m_ziplineOwner = 0x344;
uintptr_t m_ziplineStart = 0x10;
uintptr_t m_ziplineType = 0xc;
};
```
## C_ZiplinePhysicsAttachedEntity
```cpp
struct C_ZiplinePhysicsAttachedEntity {
uintptr_t attachAcceleration = 0xc;
uintptr_t attachTime = 0x18;
uintptr_t entity = 0x8;
};
```
## C_ZiplinePhysicsNode
```cpp
struct C_ZiplinePhysicsNode {
uintptr_t position = 0x8;
uintptr_t prevPosition = 0x14;
};
```
## StatusEffectEndlessData
```cpp
struct StatusEffectEndlessData {
uintptr_t seComboVars = 0x8;
};
```
## StatusEffectTimedData
```cpp
struct StatusEffectTimedData {
uintptr_t seComboVars = 0x8;
uintptr_t seEaseOut = 0x10;
uintptr_t seTimeEnd = 0xc;
};
```
## weaponSettings
```cpp
// Full weapon settings table
struct weaponSettings {
uintptr_t active_crosshair_count = 0x298;
uintptr_t active_optic_appearance = 0x438;
uintptr_t activitymodifier1p = 0x138;
uintptr_t activitymodifier3p = 0x140;
uintptr_t additional_holster_anim_duration = 0x127c;
uintptr_t ads_anim_blend_enabled = 0xcc0;
uintptr_t ads_button_presses_melee = 0x3db;
uintptr_t ads_force_firstperson = 0xa64;
uintptr_t ads_fov_zoomfrac_end = 0xa68;
uintptr_t ads_fov_zoomfrac_start = 0xa6c;
uintptr_t ads_move_speed_scale = 0xcc4;
uintptr_t aimassist_adspull_weaponclass = 0x128;
uintptr_t aimassist_adspull_zoomEnd = 0x130;
uintptr_t aimassist_adspull_zoomStart = 0x12c;
uintptr_t aimassist_disable_ads = 0x121;
uintptr_t aimassist_disable_ads_humansonly = 0x125;
uintptr_t aimassist_disable_ads_titansonly = 0x123;
uintptr_t aimassist_disable_hipfire = 0x120;
uintptr_t aimassist_disable_hipfire_humansonly = 0x124;
uintptr_t aimassist_disable_hipfire_titansonly = 0x122;
uintptr_t akimbo_deploy_holsters_althand = 0x137;
uintptr_t akimbo_weapon_flip_mouse_button_input = 0x134;
uintptr_t allow_empty_fire = 0x12b0;
uintptr_t allow_headshots = 0x1c0;
uintptr_t allow_zoom_on_raise = 0x3ec;
uintptr_t alt_fire_alternates_viewkick_yaw = 0x3dd;
uintptr_t alt_fire_anim_count = 0x3e4;
uintptr_t alt_hand_3p_attach_name = 0x3f0;
uintptr_t althand_allow_mainhand_on_zipline = 0x400;
uintptr_t ammo_clip_random_loss_on_npc_drop = 0x4b4;
uintptr_t ammo_clip_random_loss_on_npc_drop_chunksize = 0x4ac;
uintptr_t ammo_clip_reload_max = 0x918;
uintptr_t ammo_clip_size = 0x924;
uintptr_t ammo_default_total = 0x91c;
uintptr_t ammo_display = 0x378;
uintptr_t ammo_display_as_clips = 0x3a5;
uintptr_t ammo_drains_to_empty_on_fire = 0x3a4;
uintptr_t ammo_min_to_fire = 0x4bc;
uintptr_t ammo_min_to_fire_autoreloads = 0x4a8;
uintptr_t ammo_no_remove_from_clip = 0x3a7;
uintptr_t ammo_no_remove_from_stockpile = 0x3a6;
uintptr_t ammo_per_shot = 0x914;
uintptr_t ammo_pool_type = 0x364;
uintptr_t ammo_regen_takes_from_stockpile = 0x35c;
uintptr_t ammo_size_segmented_reload = 0x3a8;
uintptr_t ammo_stockpile_max = 0x920;
uintptr_t ammo_suck_behavior = 0xa60;
uintptr_t anim_alt_idleAttack = 0x444;
uintptr_t anim_reuse_fists = 0x14a;
uintptr_t anim_stop_start_gesture_on_attack = 0x14b;
uintptr_t ap_aim_accuracy_easy = 0x178;
uintptr_t ap_aim_accuracy_hard = 0x17c;
uintptr_t ap_leghead_ratio_easy = 0x170;
uintptr_t ap_leghead_ratio_hard = 0x174;
uintptr_t ap_max_burst = 0x18c;
uintptr_t ap_max_close_range_burst = 0x194;
uintptr_t ap_max_engage_range = 0x1a4;
uintptr_t ap_max_range_for_close_burst = 0x198;
uintptr_t ap_min_burst = 0x188;
uintptr_t ap_min_close_range_burst = 0x190;
uintptr_t ap_min_engage_range = 0x1a8;
uintptr_t ap_optimal_range = 0x1ac;
uintptr_t ap_rest_time_between_bursts_max = 0x1a0;
uintptr_t ap_rest_time_between_bursts_min = 0x19c;
uintptr_t ap_zoom_accuracy_easy = 0x180;
uintptr_t ap_zoom_accuracy_hard = 0x184;
uintptr_t ap_zoom_allowed = 0x1b0;
uintptr_t attack_button_presses_ads = 0x3dc;
uintptr_t attack_button_presses_melee = 0x3da;
uintptr_t auto_reload_no_ammo = 0x1217;
uintptr_t ballistic_type = 0x850;
uintptr_t battle_chatter_event = 0x450;
uintptr_t blast_pattern = 0x1c8;
uintptr_t blast_pattern_default_scale = 0x1cc;
uintptr_t blast_pattern_npc_scale = 0x1d0;
uintptr_t blast_pattern_zero_distance = 0x1d4;
uintptr_t body_skin = 0x440;
uintptr_t bodygroup10_set = 0x1fc;
uintptr_t bodygroup11_set = 0x200;
uintptr_t bodygroup12_set = 0x204;
uintptr_t bodygroup13_set = 0x208;
uintptr_t bodygroup14_set = 0x20c;
uintptr_t bodygroup15_set = 0x210;
uintptr_t bodygroup16_set = 0x214;
uintptr_t bodygroup17_set = 0x218;
uintptr_t bodygroup18_set = 0x21c;
uintptr_t bodygroup19_set = 0x220;
uintptr_t bodygroup1_set = 0x1d8;
uintptr_t bodygroup20_set = 0x224;
uintptr_t bodygroup21_set = 0x228;
uintptr_t bodygroup22_set = 0x22c;
uintptr_t bodygroup23_set = 0x230;
uintptr_t bodygroup24_set = 0x234;
uintptr_t bodygroup25_set = 0x238;
uintptr_t bodygroup26_set = 0x23c;
uintptr_t bodygroup27_set = 0x240;
uintptr_t bodygroup28_set = 0x244;
uintptr_t bodygroup29_set = 0x248;
uintptr_t bodygroup2_set = 0x1dc;
uintptr_t bodygroup30_set = 0x24c;
uintptr_t bodygroup31_set = 0x250;
uintptr_t bodygroup32_set = 0x254;
uintptr_t bodygroup3_set = 0x1e0;
uintptr_t bodygroup4_set = 0x1e4;
uintptr_t bodygroup5_set = 0x1e8;
uintptr_t bodygroup6_set = 0x1ec;
uintptr_t bodygroup7_set = 0x1f0;
uintptr_t bodygroup8_set = 0x1f4;
uintptr_t bodygroup9_set = 0x1f8;
uintptr_t bodygroup_ads_scope_set = 0x258;
uintptr_t bodygroup_ammo_index_count = 0x25c;
uintptr_t bolt_bounce_frac = 0x288;
uintptr_t bolt_gravity_enabled = 0x28c;
uintptr_t bolt_hitsize = 0x26c;
uintptr_t bolt_hitsize_grow1_size = 0x274;
uintptr_t bolt_hitsize_grow1_time = 0x270;
uintptr_t bolt_hitsize_grow2_size = 0x27c;
uintptr_t bolt_hitsize_grow2_time = 0x278;
uintptr_t bolt_hitsize_growfinal_lerptime = 0x280;
uintptr_t bolt_hitsize_growfinal_size = 0x284;
uintptr_t bolt_zero_distance = 0x290;
uintptr_t bounce_effect_table = 0x1498;
uintptr_t breaks_cloak = 0x44c;
uintptr_t burst_fire_count = 0x12a0;
uintptr_t burst_fire_delay = 0x12a4;
uintptr_t burst_fire_delay_ramp_bursts = 0x12ac;
uintptr_t burst_fire_delay_ramp_max = 0x12a8;
uintptr_t burst_or_looping_fire_sound_end = 0x5e8;
uintptr_t burst_or_looping_fire_sound_end_1p = 0x628;
uintptr_t burst_or_looping_fire_sound_end_3p = 0x648;
uintptr_t burst_or_looping_fire_sound_end_npc = 0x608;
uintptr_t burst_or_looping_fire_sound_middle = 0x5e0;
uintptr_t burst_or_looping_fire_sound_middle_1p = 0x620;
uintptr_t burst_or_looping_fire_sound_middle_3p = 0x640;
uintptr_t burst_or_looping_fire_sound_middle_npc = 0x600;
uintptr_t burst_or_looping_fire_sound_resume_1p = 0x618;
uintptr_t burst_or_looping_fire_sound_resume_3p = 0x638;
uintptr_t burst_or_looping_fire_sound_resume_npc = 0x5f8;
uintptr_t burst_or_looping_fire_sound_start = 0x5d8;
uintptr_t burst_or_looping_fire_sound_start_1p = 0x610;
uintptr_t burst_or_looping_fire_sound_start_3p = 0x630;
uintptr_t burst_or_looping_fire_sound_start_npc = 0x5f0;
uintptr_t bypass_semiauto_hold_protection = 0x3d7;
uintptr_t can_attack_when_dead = 0x12c0;
uintptr_t can_energize_when_energized = 0x2e8;
uintptr_t challeng_req = 0x458;
uintptr_t challenge_tier = 0x460;
uintptr_t chance_for_bonus_last_shot_in_clip = 0x368;
uintptr_t charge_additional_damage_multiplier = 0x11fc;
uintptr_t charge_allow_anim_updates = 0x116f;
uintptr_t charge_allow_hold_when_full = 0x116d;
uintptr_t charge_allow_melee = 0x1160;
uintptr_t charge_allow_midway_charge = 0x115f;
uintptr_t charge_ammo_drain_time = 0x1180;
uintptr_t charge_attack_min_charge_required = 0x1150;
uintptr_t charge_calculate_from_equip_time = 0x1184;
uintptr_t charge_cooldown_delay = 0x1134;
uintptr_t charge_cooldown_time = 0x1130;
uintptr_t charge_cooldown_time_post_fire = 0x114c;
uintptr_t charge_curve_coefficients = 0x1200;
uintptr_t charge_delay_when_triggered_by_ADS = 0x1164;
uintptr_t charge_drain_sound_1p = 0x11a8;
uintptr_t charge_drain_sound_3p = 0x11b0;
uintptr_t charge_drain_sound_seek_to_charge_fraction = 0x11bb;
uintptr_t charge_drain_sound_stop_when_empty = 0x11ba;
uintptr_t charge_drains_ammo = 0x117c;
uintptr_t charge_duration_used_for_anim_sequence_duration = 0x1171;
uintptr_t charge_effect2_1p = 0x1320;
uintptr_t charge_effect2_3p = 0x1318;
uintptr_t charge_effect2_attachment = 0x11c8;
uintptr_t charge_effect2_attachment_scoped = 0x11e0;
uintptr_t charge_effect_1p = 0x1340;
uintptr_t charge_effect_3p = 0x1338;
uintptr_t charge_effect_attachment = 0x11c0;
uintptr_t charge_effect_attachment_scoped = 0x11d8;
uintptr_t charge_effect_burn_mod_1p = 0x1330;
uintptr_t charge_effect_burn_mod_3p = 0x1328;
uintptr_t charge_effect_charge_full_ready_1p = 0x1310;
uintptr_t charge_effect_charge_full_ready_attachment = 0x11d0;
uintptr_t charge_effect_charge_full_ready_attachment_scoped = 0x11e8;
uintptr_t charge_effect_show_during_drain = 0x11f0;
uintptr_t charge_end_forces_fire = 0x1168;
uintptr_t charge_finish_primary_attack_on_cancel = 0x1173;
uintptr_t charge_frac_maintained_on_time_changed = 0x1172;
uintptr_t charge_fraction_scales_anim_rate = 0x1170;
uintptr_t charge_full_sound_1p = 0x1198;
uintptr_t charge_full_sound_3p = 0x11a0;
uintptr_t charge_is_triggered_by_ADS = 0x1161;
uintptr_t charge_level_base = 0x1158;
uintptr_t charge_levels = 0x1154;
uintptr_t charge_maintained_until_fired = 0x116a;
uintptr_t charge_offhand_hybrid_switch_on_fully_charged = 0x1169;
uintptr_t charge_overheat_cooldown_delay = 0x1148;
uintptr_t charge_overheat_cooldown_time = 0x1138;
uintptr_t charge_overheat_cooldown_time_late1 = 0x113c;
uintptr_t charge_overheat_cooldown_time_late2 = 0x1140;
uintptr_t charge_overheat_cooldown_time_late3 = 0x1144;
uintptr_t charge_overheats_when_full = 0x116c;
uintptr_t charge_remain_full_when_fired = 0x116b;
uintptr_t charge_require_input = 0x115d;
uintptr_t charge_require_input_once_manually_fired = 0x115e;
uintptr_t charge_rumble_max = 0x11f8;
uintptr_t charge_rumble_min = 0x11f4;
uintptr_t charge_sound_1p = 0x1188;
uintptr_t charge_sound_3p = 0x1190;
uintptr_t charge_sound_seek_to_charge_fraction = 0x11b9;
uintptr_t charge_sound_stop_when_full = 0x11b8;
uintptr_t charge_stop_on_mod_change = 0x1174;
uintptr_t charge_time = 0x112c;
uintptr_t charge_uses_debounce = 0x1175;
uintptr_t charge_weapon_fires_while_charging = 0x116e;
uintptr_t chroma_color = 0x484;
uintptr_t clear_fx_on_new_view_model = 0x340;
uintptr_t client_preview_fx_show_during_toss = 0x383;
uintptr_t client_preview_fx_show_from_hip = 0x380;
uintptr_t client_preview_fx_show_in_sprint = 0x382;
uintptr_t client_preview_fx_show_on_raise = 0x381;
uintptr_t client_preview_fx_show_only_if_ready = 0x384;
uintptr_t clip_bodygroup_show_for_milestone_0 = 0x268;
uintptr_t clip_bodygroup_show_for_milestone_1 = 0x269;
uintptr_t clip_bodygroup_show_for_milestone_2 = 0x26a;
uintptr_t clip_bodygroup_show_for_milestone_3 = 0x26b;
uintptr_t clone_anim_blending = 0x3d2;
uintptr_t clone_sync_to_player = 0x3d1;
uintptr_t cooldown_time = 0x1270;
uintptr_t cooldown_type = 0x848;
uintptr_t cooldown_viewkick_adsScale = 0x950;
uintptr_t cooldown_viewkick_hardScale = 0x94c;
uintptr_t cooldown_viewkick_pitch_base = 0x930;
uintptr_t cooldown_viewkick_pitch_random = 0x934;
uintptr_t cooldown_viewkick_pitch_random_innerexclude = 0x938;
uintptr_t cooldown_viewkick_softScale = 0x948;
uintptr_t cooldown_viewkick_yaw_base = 0x93c;
uintptr_t cooldown_viewkick_yaw_random = 0x940;
uintptr_t cooldown_viewkick_yaw_random_innerexclude = 0x944;
uintptr_t core_build_time = 0x40c;
uintptr_t core_duration = 0x408;
uintptr_t critical_hit = 0x10dc;
uintptr_t critical_hit_damage_scale = 0x10e0;
uintptr_t crosshair_force_sprint_fade_disabled = 0x2a0;
uintptr_t custom_bool_0 = 0xbf8;
uintptr_t custom_bool_1 = 0xbf9;
uintptr_t custom_bool_2 = 0xbfa;
uintptr_t custom_bool_3 = 0xbfb;
uintptr_t custom_bool_4 = 0xbfc;
uintptr_t custom_bool_5 = 0xbfd;
uintptr_t custom_bool_6 = 0xbfe;
uintptr_t custom_bool_7 = 0xbff;
uintptr_t custom_float_0 = 0xc20;
uintptr_t custom_float_1 = 0xc24;
uintptr_t custom_float_2 = 0xc28;
uintptr_t custom_float_3 = 0xc2c;
uintptr_t custom_float_4 = 0xc30;
uintptr_t custom_float_5 = 0xc34;
uintptr_t custom_float_6 = 0xc38;
uintptr_t custom_float_7 = 0xc3c;
uintptr_t custom_haptics_control = 0x51c;
uintptr_t custom_int_0 = 0xc00;
uintptr_t custom_int_1 = 0xc04;
uintptr_t custom_int_2 = 0xc08;
uintptr_t custom_int_3 = 0xc0c;
uintptr_t custom_int_4 = 0xc10;
uintptr_t custom_int_5 = 0xc14;
uintptr_t custom_int_6 = 0xc18;
uintptr_t custom_int_7 = 0xc1c;
uintptr_t custom_laser_sight_color_enabled = 0xc87;
uintptr_t cycle_to_next_when_out_of_ammo = 0x12c5;
uintptr_t damage_additional_bullets = 0x10b8;
uintptr_t damage_additional_bullets_titanarmor = 0x1124;
uintptr_t damage_falloff_type = 0x10a4;
uintptr_t damage_far_distance = 0x10e8;
uintptr_t damage_far_value = 0x10ac;
uintptr_t damage_far_value_titanarmor = 0x111c;
uintptr_t damage_flags = 0x10a0;
uintptr_t damage_headshot_scale = 0x10bc;
uintptr_t damage_inverse_distance = 0x10f0;
uintptr_t damage_leg_scale = 0x10c4;
uintptr_t damage_near_distance = 0x10e4;
uintptr_t damage_near_value = 0x10a8;
uintptr_t damage_near_value_titanarmor = 0x1118;
uintptr_t damage_rodeo = 0x10b4;
uintptr_t damage_shield_scale = 0x10cc;
uintptr_t damage_unshielded_scale = 0x10c8;
uintptr_t damage_very_far_distance = 0x10ec;
uintptr_t damage_very_far_value = 0x10b0;
uintptr_t damage_very_far_value_titanarmor = 0x1120;
uintptr_t deflect_missile_impacts = 0x3f8;
uintptr_t deflect_missile_impacts_dot = 0x3fc;
uintptr_t deploy_allow_ads = 0x1240;
uintptr_t deploy_time = 0x1234;
uintptr_t deploycatch_time = 0x123c;
uintptr_t deployfirst_time = 0x1238;
uintptr_t description = 0x3c0;
uintptr_t destroy_on_all_ammo_take = 0x374;
uintptr_t destroy_on_drop = 0x481;
uintptr_t disable_zoomed_rechamber = 0x530;
uintptr_t disallow_sprint_when_held = 0x4b0;
uintptr_t dof_nearDepthEnd = 0x2ac;
uintptr_t dof_nearDepthStart = 0x2a8;
uintptr_t dof_zoom_focusArea_Bottom = 0x2c0;
uintptr_t dof_zoom_focusArea_Horizontal = 0x2b8;
uintptr_t dof_zoom_focusArea_Top = 0x2bc;
uintptr_t dof_zoom_nearDepthEnd = 0x2b4;
uintptr_t dof_zoom_nearDepthStart = 0x2b0;
uintptr_t enable_highlight_networking_on_creation = 0x531;
uintptr_t energize_activity_time = 0x2d0;
uintptr_t energize_effect0_1p = 0x1548;
uintptr_t energize_effect0_3p = 0x1540;
uintptr_t energize_effect0_attachment = 0x2d8;
uintptr_t energize_effect0_attachment_scope = 0x2e0;
uintptr_t energize_on_reload_input = 0x1216;
uintptr_t energized_duration = 0x2c8;
uintptr_t energized_primary_attack_effect_1p = 0x1538;
uintptr_t energized_primary_attack_effect_3p = 0x1530;
uintptr_t energized_time_consumed_per_shot = 0x2cc;
uintptr_t explosion_damage = 0x10f8;
uintptr_t explosion_damage_flags = 0x10f4;
uintptr_t explosion_damage_heavy_armor = 0x10fc;
uintptr_t explosion_damages_owner = 0x1114;
uintptr_t explosion_inner_radius = 0x110c;
uintptr_t explosion_shake_amplitude = 0xe00;
uintptr_t explosion_shake_duration = 0xe08;
uintptr_t explosion_shake_frequency = 0xe04;
uintptr_t explosion_shake_radius = 0xdfc;
uintptr_t explosionradius = 0x1110;
uintptr_t fast_swap_from = 0x1214;
uintptr_t fast_swap_scale = 0x1210;
uintptr_t fast_swap_to = 0x1215;
uintptr_t fire_duration = 0x1298;
uintptr_t fire_in_real_world_while_phased = 0x401;
uintptr_t fire_mode = 0x1280;
uintptr_t fire_rate = 0x1284;
uintptr_t fire_rate_max = 0x1288;
uintptr_t fire_rate_max_time_cooldown = 0x1290;
uintptr_t fire_rate_max_time_speedup = 0x128c;
uintptr_t fire_rate_max_use_ads = 0x1294;
uintptr_t fire_rumble = 0x12b8;
uintptr_t fire_sound_1 = 0x548;
uintptr_t fire_sound_1_npc = 0x568;
uintptr_t fire_sound_1_player_1p = 0x588;
uintptr_t fire_sound_1_player_3p = 0x5a8;
uintptr_t fire_sound_2 = 0x550;
uintptr_t fire_sound_2_npc = 0x570;
uintptr_t fire_sound_2_player_1p = 0x590;
uintptr_t fire_sound_2_player_3p = 0x5b0;
uintptr_t fire_sound_3 = 0x558;
uintptr_t fire_sound_3_npc = 0x578;
uintptr_t fire_sound_3_player_1p = 0x598;
uintptr_t fire_sound_3_player_3p = 0x5b8;
uintptr_t fire_sound_first_shot = 0x560;
uintptr_t fire_sound_first_shot_npc = 0x580;
uintptr_t fire_sound_first_shot_player_1p = 0x5a0;
uintptr_t fire_sound_first_shot_player_3p = 0x5c0;
uintptr_t fire_sound_partial_burst_player_1p = 0x5c8;
uintptr_t fire_sound_partial_burst_player_3p = 0x5d0;
uintptr_t fire_to_redirect_projectile_mid_flight = 0x402;
uintptr_t force_has_weapon_clone = 0x3d0;
uintptr_t force_zoom_in_on_activate = 0xcc8;
uintptr_t fully_heated_effect_1p = 0x14b8;
uintptr_t fully_heated_effect_3p = 0x14b0;
uintptr_t fully_heated_sound_1p = 0x758;
uintptr_t fully_heated_sound_3p = 0x760;
uintptr_t fx_muzzle_flash2_attach = 0x308;
uintptr_t fx_muzzle_flash2_attach_scoped = 0x328;
uintptr_t fx_muzzle_flash2_view = 0x1518;
uintptr_t fx_muzzle_flash2_world = 0x1510;
uintptr_t fx_muzzle_flash_attach = 0x300;
uintptr_t fx_muzzle_flash_attach_scoped = 0x320;
uintptr_t fx_muzzle_flash_view = 0x1528;
uintptr_t fx_muzzle_flash_world = 0x1520;
uintptr_t fx_shell_eject2_attach = 0x318;
uintptr_t fx_shell_eject2_attach_scoped = 0x338;
uintptr_t fx_shell_eject2_view = 0x14f8;
uintptr_t fx_shell_eject2_world = 0x14f0;
uintptr_t fx_shell_eject_attach = 0x310;
uintptr_t fx_shell_eject_attach_scoped = 0x330;
uintptr_t fx_shell_eject_view = 0x1508;
uintptr_t fx_shell_eject_world = 0x1500;
uintptr_t gamepad_use_yaw_speed_for_pitch_ads = 0x3d8;
uintptr_t give_command_forced_inventory_slot = 0x3e0;
uintptr_t grapple_maxLength = 0x394;
uintptr_t grapple_maxLengthVert = 0x398;
uintptr_t grapple_power_required = 0x38c;
uintptr_t grapple_power_use_rate = 0x390;
uintptr_t grapple_retractVel = 0x3a0;
uintptr_t grapple_scaled_ammo_drain = 0x388;
uintptr_t grapple_shootVel = 0x39c;
uintptr_t grapple_weapon = 0x387;
uintptr_t grenade_angle_dependant_throw_max_speed_angle = 0x1050;
uintptr_t grenade_angle_dependant_throw_min_speed = 0x104c;
uintptr_t grenade_angle_dependant_throw_min_speed_angle = 0x1054;
uintptr_t grenade_arc_impact_indicator_blocked_effect = 0x1348;
uintptr_t grenade_arc_impact_indicator_effect = 0x1350;
uintptr_t grenade_arc_indicator_bounce_count = 0x1064;
uintptr_t grenade_arc_indicator_effect = 0x1360;
uintptr_t grenade_arc_indicator_effect_first = 0x1358;
uintptr_t grenade_arc_indicator_extra_bounce_for_hit_normal = 0x1068;
uintptr_t grenade_arc_indicator_ignore_base_velocity = 0x1069;
uintptr_t grenade_arc_indicator_max_duration = 0x1060;
uintptr_t grenade_arc_indicator_show_during_toss = 0x105c;
uintptr_t grenade_arc_indicator_show_floor_impact = 0x1071;
uintptr_t grenade_arc_indicator_show_from_hip = 0x1059;
uintptr_t grenade_arc_indicator_show_in_sprint_if_ready = 0x105b;
uintptr_t grenade_arc_indicator_show_landing_position = 0x106a;
uintptr_t grenade_arc_indicator_show_on_raise_if_ready = 0x105a;
uintptr_t grenade_arc_indicator_show_wall_impact = 0x1070;
uintptr_t grenade_arc_indicator_show_while_airborne = 0x105d;
uintptr_t grenade_arc_indicator_smooth = 0x106b;
uintptr_t grenade_arc_indicator_smooth_radius = 0x106c;
uintptr_t grenade_bounce_extra_vertical_randomness = 0xff0;
uintptr_t grenade_bounce_randomness = 0xfec;
uintptr_t grenade_bounce_vel_frac_along_normal = 0xfe8;
uintptr_t grenade_bounce_vel_frac_shallow = 0xfe0;
uintptr_t grenade_bounce_vel_frac_sharp = 0xfe4;
uintptr_t grenade_can_roll = 0xff4;
uintptr_t grenade_death_drop_velocity_extraUp = 0x1038;
uintptr_t grenade_death_drop_velocity_scale = 0x1034;
uintptr_t grenade_drop_to_ground_bounce_vel_frac = 0x1044;
uintptr_t grenade_drop_to_ground_on_bounce = 0x1041;
uintptr_t grenade_drop_velocity = 0x1048;
uintptr_t grenade_fuse_time = 0x1028;
uintptr_t grenade_hull_maxs = 0x1010;
uintptr_t grenade_hull_mins = 0x1004;
uintptr_t grenade_ignition_time = 0x102c;
uintptr_t grenade_ignore_friendly_players = 0x103f;
uintptr_t grenade_ignore_planted_grenades = 0x1040;
uintptr_t grenade_mover_destroy_when_planted = 0x103d;
uintptr_t grenade_orient_to_velocity = 0x1030;
uintptr_t grenade_radius_horizontal = 0x1000;
uintptr_t grenade_radius_vertical = 0xffc;
uintptr_t grenade_roll_vel_frac_per_second = 0xff8;
uintptr_t grenade_touch_triggers_on_impact = 0x103e;
uintptr_t grenade_use_mask_ability = 0x103c;
uintptr_t grenade_view_launch_offset = 0x101c;
uintptr_t has_energized = 0x2c4;
uintptr_t has_heat_decay = 0x498;
uintptr_t has_linked_anims = 0x149;
uintptr_t has_mp_artifact_activation_emote_activity = 0x14e;
uintptr_t has_mp_weapon_inspect_activity = 0x14d;
uintptr_t headshot_distance = 0x10c0;
uintptr_t heartbeat_sensor_size = 0x4a4;
uintptr_t heat_decay_sound_1p = 0x768;
uintptr_t heat_decay_sound_3p = 0x770;
uintptr_t heat_decay_sound_play_only_on_fully_heated_decay = 0x778;
uintptr_t heat_per_bullet = 0x494;
uintptr_t heat_per_melee_attack = 0x49c;
uintptr_t heat_tracks_charge = 0x490;
uintptr_t hideForSkydive = 0x4c0;
uintptr_t hide_holstered_sidearm_when_active = 0x16;
uintptr_t hide_when_holstered = 0x4c1;
uintptr_t holster_angles_offset = 0x1224;
uintptr_t holster_offset = 0x1218;
uintptr_t holster_time = 0x1230;
uintptr_t holster_type = 0x84c;
uintptr_t holstermodel = 0x1460;
uintptr_t hud_icon = 0x1410;
uintptr_t hud_icon_akimbo = 0x1408;
uintptr_t hud_icon_akimbo_active = 0x1400;
uintptr_t hud_icon_akimbo_mastered = 0x13f8;
uintptr_t idle_sound_player_1p = 0x650;
uintptr_t ignition_distance = 0xd64;
uintptr_t ignition_effect = 0xd98;
uintptr_t ignition_sound = 0xd90;
uintptr_t ignore_attack_input = 0x12c3;
uintptr_t impact_effect_table = 0x14a8;
uintptr_t impact_effect_table_aliases = 0x14a0;
uintptr_t impulse_force = 0x10d8;
uintptr_t impulse_force_explosions = 0x1108;
uintptr_t instant_swap_from = 0x120d;
uintptr_t instant_swap_to = 0x120e;
uintptr_t interrupt_looping_sound_on_mod_update = 0x748;
uintptr_t inverse_attack_input = 0x12c2;
uintptr_t is_akimbo_weapon = 0x135;
uintptr_t is_artifact = 0x846;
uintptr_t is_burn_mod = 0x843;
uintptr_t is_clacker = 0x842;
uintptr_t is_consumable = 0x840;
uintptr_t is_event_only_melee = 0x845;
uintptr_t is_heirloom = 0x844;
uintptr_t is_melee_weapon = 0xf82;
uintptr_t is_psuedo_artifact = 0x847;
uintptr_t is_semi_auto = 0x3d4;
uintptr_t is_twohanded_consumable = 0x841;
uintptr_t l_trig_custom_mode = 0x52c;
uintptr_t l_trig_custom_str = 0x528;
uintptr_t lifesteal_heal_percent = 0x4a0;
uintptr_t lifetime_shots_default = 0x36c;
uintptr_t loadout_child_ref = 0x1098;
uintptr_t loadout_parent_ref = 0x1090;
uintptr_t loadout_selectable = 0x1081;
uintptr_t loadout_type = 0x1088;
uintptr_t locks_weapon_change = 0x3d9;
uintptr_t longdesc = 0x3c8;
uintptr_t looping_sounds = 0x420;
uintptr_t low_ammo_fraction = 0x370;
uintptr_t low_ammo_sound_name_1 = 0x658;
uintptr_t low_ammo_sound_name_10 = 0x6a0;
uintptr_t low_ammo_sound_name_11 = 0x6a8;
uintptr_t low_ammo_sound_name_12 = 0x6b0;
uintptr_t low_ammo_sound_name_13 = 0x6b8;
uintptr_t low_ammo_sound_name_14 = 0x6c0;
uintptr_t low_ammo_sound_name_15 = 0x6c8;
uintptr_t low_ammo_sound_name_2 = 0x660;
uintptr_t low_ammo_sound_name_3 = 0x668;
uintptr_t low_ammo_sound_name_4 = 0x670;
uintptr_t low_ammo_sound_name_5 = 0x678;
uintptr_t low_ammo_sound_name_6 = 0x680;
uintptr_t low_ammo_sound_name_7 = 0x688;
uintptr_t low_ammo_sound_name_8 = 0x690;
uintptr_t low_ammo_sound_name_9 = 0x698;
uintptr_t low_ammo_sound_range_name_1 = 0x6d0;
uintptr_t low_ammo_sound_range_name_2 = 0x6d8;
uintptr_t low_ammo_sound_range_name_3 = 0x6e0;
uintptr_t low_ammo_sound_range_start_1 = 0x74c;
uintptr_t low_ammo_sound_range_start_2 = 0x750;
uintptr_t low_ammo_sound_range_start_3 = 0x754;
uintptr_t lower_time = 0x1244;
uintptr_t max_cook_time = 0x125c;
uintptr_t max_fidget_time = 0x1278;
uintptr_t melee_allow_held = 0xf81;
uintptr_t melee_angle = 0xfa4;
uintptr_t melee_anim_1p = 0xf70;
uintptr_t melee_anim_3p = 0xf78;
uintptr_t melee_attack_animtime = 0xf64;
uintptr_t melee_can_hit_humansized = 0xf98;
uintptr_t melee_can_hit_titans = 0xf99;
uintptr_t melee_damage = 0xfd8;
uintptr_t melee_damage_heavyarmor = 0xfdc;
uintptr_t melee_freezelook_on_hit = 0xfb8;
uintptr_t melee_has_charge = 0xfd1;
uintptr_t melee_has_gesture = 0xf80;
uintptr_t melee_has_primary_attack = 0xf83;
uintptr_t melee_has_secondary_attack = 0xf84;
uintptr_t melee_knockback_velocity_magnitude = 0xf9c;
uintptr_t melee_knockback_velocity_reduction_magnitude = 0xfd4;
uintptr_t melee_lunge_no_target_range = 0xf90;
uintptr_t melee_lunge_target_angle = 0xf94;
uintptr_t melee_lunge_target_range = 0xf8c;
uintptr_t melee_lunge_time = 0xf88;
uintptr_t melee_raise_recovery_animtime_normal = 0xf68;
uintptr_t melee_raise_recovery_animtime_quick = 0xf6c;
uintptr_t melee_range = 0xfa0;
uintptr_t melee_respect_next_attack_time = 0xfd0;
uintptr_t melee_rumble_on_hit = 0xfa8;
uintptr_t melee_rumble_on_hit_partial = 0xfb0;
uintptr_t melee_sound_attack_1p = 0xfc0;
uintptr_t melee_sound_attack_3p = 0xfc8;
uintptr_t menu_alt_icon = 0xaa0;
uintptr_t menu_icon = 0xa98;
uintptr_t menu_image = 0xa90;
uintptr_t min_fidget_time = 0x1274;
uintptr_t minimap_reveal_distance = 0x448;
uintptr_t missile_hit_only_friendlies = 0x1058;
uintptr_t mod_description = 0x478;
uintptr_t mod_print_name = 0x468;
uintptr_t mod_short_print_name = 0x470;
uintptr_t move_speed_modifier = 0xc94;
uintptr_t move_speed_modifier_ads_passive = 0xc88;
uintptr_t net_bullet_fix = 0x129c;
uintptr_t never_drop = 0x480;
uintptr_t npc_accuracy_multiplier_heavy_armor = 0xea8;
uintptr_t npc_accuracy_multiplier_npc = 0xeb0;
uintptr_t npc_accuracy_multiplier_pilot = 0xeac;
uintptr_t npc_aim_at_feet = 0xe37;
uintptr_t npc_aim_at_feet_vs_heavy_armor = 0xe38;
uintptr_t npc_attack_cone_angle = 0xe10;
uintptr_t npc_burst_radius_distribution_bias_max_precision = 0xecc;
uintptr_t npc_burst_radius_distribution_bias_min_precision = 0xec8;
uintptr_t npc_burst_radius_max_precision = 0xec4;
uintptr_t npc_burst_radius_min_precision = 0xec0;
uintptr_t npc_burst_secondary = 0xe30;
uintptr_t npc_charge_time_max = 0xe68;
uintptr_t npc_charge_time_min = 0xe64;
uintptr_t npc_check_last_attack_time_for_looping_fire = 0xed0;
uintptr_t npc_clear_charge_if_not_fired = 0xe3f;
uintptr_t npc_compensate_gravity = 0xe41;
uintptr_t npc_damage_far_distance = 0xef0;
uintptr_t npc_damage_far_value = 0xedc;
uintptr_t npc_damage_far_value_titanarmor = 0xee0;
uintptr_t npc_damage_near_distance = 0xeec;
uintptr_t npc_damage_near_value = 0xed4;
uintptr_t npc_damage_near_value_titanarmor = 0xed8;
uintptr_t npc_damage_very_far_distance = 0xef4;
uintptr_t npc_damage_very_far_value = 0xee4;
uintptr_t npc_damage_very_far_value_titanarmor = 0xee8;
uintptr_t npc_dangerous_to_heavy_armor = 0xe3c;
uintptr_t npc_dangerous_to_normal_armor = 0xe3b;
uintptr_t npc_directed_fire_ang_limit = 0xea0;
uintptr_t npc_explosion_damage = 0x1100;
uintptr_t npc_explosion_damage_heavy_armor = 0x1104;
uintptr_t npc_fire_at_enemy_defense_time = 0xe8c;
uintptr_t npc_full_auto_vs_heavy_armor = 0xe35;
uintptr_t npc_lead_projectiles = 0xe40;
uintptr_t npc_lead_projectiles_fraction_max_precision = 0xe48;
uintptr_t npc_lead_projectiles_fraction_min_precision = 0xe44;
uintptr_t npc_lob_shot_pitch = 0xebc;
uintptr_t npc_max_burst = 0xe18;
uintptr_t npc_max_burst_max_precision = 0xe28;
uintptr_t npc_max_burst_min_precision = 0xe20;
uintptr_t npc_max_engage_range = 0xe80;
uintptr_t npc_max_engage_range_heavy_armor = 0xe88;
uintptr_t npc_max_range = 0xe70;
uintptr_t npc_max_range_secondary = 0xe78;
uintptr_t npc_max_rest_time_between_bursts_max_precision = 0xe60;
uintptr_t npc_max_rest_time_between_bursts_min_precision = 0xe58;
uintptr_t npc_min_burst = 0xe14;
uintptr_t npc_min_burst_max_precision = 0xe24;
uintptr_t npc_min_burst_min_precision = 0xe1c;
uintptr_t npc_min_engage_range = 0xe7c;
uintptr_t npc_min_engage_range_heavy_armor = 0xe84;
uintptr_t npc_min_range = 0xe6c;
uintptr_t npc_min_range_secondary = 0xe74;
uintptr_t npc_min_rest_time_between_bursts_max_precision = 0xe5c;
uintptr_t npc_min_rest_time_between_bursts_min_precision = 0xe54;
uintptr_t npc_miss_fast_player = 0xe34;
uintptr_t npc_pre_fire_delay = 0xe98;
uintptr_t npc_pre_fire_delay_interval = 0xe9c;
uintptr_t npc_refresh_burst_location_per_shot = 0xe2c;
uintptr_t npc_reload_enabled = 0xea4;
uintptr_t npc_rest_time_between_bursts_expedite = 0xe90;
uintptr_t npc_rest_time_between_bursts_max = 0xe50;
uintptr_t npc_rest_time_between_bursts_min = 0xe4c;
uintptr_t npc_rest_time_secondary = 0xe94;
uintptr_t npc_self_explosion_safety = 0xe3a;
uintptr_t npc_spread_cone_distribution_bias_max_precision = 0xf4c;
uintptr_t npc_spread_cone_distribution_bias_min_precision = 0xf48;
uintptr_t npc_spread_cone_focus_time = 0xf50;
uintptr_t npc_spread_cone_max_precision = 0xf44;
uintptr_t npc_spread_cone_min_precision = 0xf40;
uintptr_t npc_spread_defocused_cone_multiplier = 0xf54;
uintptr_t npc_spread_pattern_focus_time = 0xf58;
uintptr_t npc_spread_pattern_not_in_fov_factor = 0xf60;
uintptr_t npc_spread_pattern_not_in_fov_time = 0xf5c;
uintptr_t npc_suppress_abs_position = 0xe3e;
uintptr_t npc_suppress_lsp_allowed = 0xe3d;
uintptr_t npc_use_ads_move_speed_scale = 0xe0c;
uintptr_t npc_use_long_duration = 0xeb8;
uintptr_t npc_use_max_damage = 0xefc;
uintptr_t npc_use_min_damage = 0xef8;
uintptr_t npc_use_min_projectile_damage = 0xf00;
uintptr_t npc_use_short_duration = 0xeb4;
uintptr_t npc_use_strict_muzzle_dir = 0xe36;
uintptr_t npc_vortex_block = 0xe39;
uintptr_t object_placement_clearance_behind = 0x4d8;
uintptr_t object_placement_distance_max = 0x4cc;
uintptr_t object_placement_distance_to_ground_max = 0x4e8;
uintptr_t object_placement_drop_to_ground_offset_max = 0x4e4;
uintptr_t object_placement_force_upright = 0x4d4;
uintptr_t object_placement_ground_penetration_max = 0x4f0;
uintptr_t object_placement_hill_angle_max = 0x4d0;
uintptr_t object_placement_ignore_players = 0x501;
uintptr_t object_placement_last_good_angle_max = 0x4e0;
uintptr_t object_placement_last_good_distance_max = 0x4dc;
uintptr_t object_placement_model = 0x1458;
uintptr_t object_placement_percent_off_ledge_max = 0x4ec;
uintptr_t object_placement_run_mode = 0x4c4;
uintptr_t object_placement_special = 0x514;
uintptr_t object_placement_top_distance_pierce_max = 0x4fc;
uintptr_t object_placement_top_side_percent_pierce_max = 0x4f8;
uintptr_t object_placement_trace_through_turrets = 0x500;
uintptr_t object_placement_use_top_trace = 0x4f4;
uintptr_t object_placement_vehicle_attachment_index = 0x504;
uintptr_t object_placement_vehicle_offset = 0x508;
uintptr_t object_placer = 0x4c8;
uintptr_t offhand_activates_on_zoom = 0x13;
uintptr_t offhand_active_slot = 0x4;
uintptr_t offhand_allow_swap_to_on_zipline = 0x2c;
uintptr_t offhand_allows_inpect = 0x24;
uintptr_t offhand_blocks_sprint = 0x8;
uintptr_t offhand_can_interrupt_itself = 0x31;
uintptr_t offhand_can_reactivate = 0x38;
uintptr_t offhand_cancelled_by_melee = 0x32;
uintptr_t offhand_chargeEnd_holster_on_noattack = 0x2a;
uintptr_t offhand_clear_zoom_on_activate = 0x2b;
uintptr_t offhand_deactivate_on_dodge_toggle_or_release = 0x28;
uintptr_t offhand_default_inventory_slot = 0xc;
uintptr_t offhand_deploy_requires_input = 0x15;
uintptr_t offhand_disable_other_offhands = 0x26;
uintptr_t offhand_dont_lower_on_toss = 0x36;
uintptr_t offhand_hidden_for_fullscreen_ads = 0x22;
uintptr_t offhand_hide_shared_anim_prop_3p = 0x37;
uintptr_t offhand_hold_enabled = 0x14;
uintptr_t offhand_holds_on_tactical = 0x27;
uintptr_t offhand_hybrid_alt_hand_uses_attack_button = 0x1f;
uintptr_t offhand_hybrid_block_switch_if_empty = 0x1e;
uintptr_t offhand_hybrid_reset_shot_count_on_attack = 0x21;
uintptr_t offhand_hybrid_switch_on_attack = 0x1c;
uintptr_t offhand_hybrid_switch_on_lower = 0x1d;
uintptr_t offhand_hybrid_tracks_projectiles = 0x20;
uintptr_t offhand_include_primary_activity_mods = 0x2f;
uintptr_t offhand_instant_swap_to_offhand = 0x29;
uintptr_t offhand_interrupt_climbing = 0x2e;
uintptr_t offhand_interupts_weapon_anims = 0x10;
uintptr_t offhand_match_player_skin = 0x30;
uintptr_t offhand_move_speed_modifier_scale_with_ammo_max = 0xc8c;
uintptr_t offhand_move_speed_modifier_scale_with_ammo_min = 0xc90;
uintptr_t offhand_only_swap_to_on_ground = 0x2d;
uintptr_t offhand_raise_is_interrupt_resumable = 0x12;
uintptr_t offhand_restore_after_melee = 0x34;
uintptr_t offhand_script_activate_ignores_ready_check = 0x11;
uintptr_t offhand_skips_sequence_reset_on_model_changed = 0x39;
uintptr_t offhand_switch_force_draw = 0x35;
uintptr_t offhand_switch_on_attack = 0x1b;
uintptr_t offhand_switch_slot = 0x33;
uintptr_t offhand_toss_activates_on_attack = 0x19;
uintptr_t offhand_toss_hold_is_resumable = 0x18;
uintptr_t offhand_transition_has_attach_detach_anim_events = 0x17;
uintptr_t offhand_uses_hud_ammo_status = 0x23;
uintptr_t offhand_wants_first_deploy = 0x25;
uintptr_t ordnance_crosshair_always_on_start_index = 0x29c;
uintptr_t pass_through_damage_preserved_scale = 0x10d4;
uintptr_t pass_through_depth = 0x10d0;
uintptr_t play_one_handed_alt_hand_anim_on_mainhand = 0x148;
uintptr_t player_hands_attachment = 0x418;
uintptr_t player_hands_effect = 0x14d8;
uintptr_t player_overheat_per_bullet = 0x0;
uintptr_t playermodel = 0x1468;
uintptr_t pre_ignition_damage = 0xd6c;
uintptr_t pre_ignition_damage_titanarmor = 0xd70;
uintptr_t pre_ignition_flight_sound = 0xd80;
uintptr_t pre_ignition_impact_effect_table = 0x1488;
uintptr_t pre_ignition_npc_damage = 0xd74;
uintptr_t pre_ignition_npc_damage_titanarmor = 0xd78;
uintptr_t pre_ignition_speed = 0xd68;
uintptr_t pre_ignition_trail_effect = 0xd88;
uintptr_t primary_attack_ignores_spread = 0x804;
uintptr_t primary_fire_does_not_block_sprint = 0x3d6;
uintptr_t primary_melee_ammo_cost = 0x910;
uintptr_t primary_melee_fallback_ammo_cost = 0x90c;
uintptr_t printname = 0x3b0;
uintptr_t proficiency_average_additional_rest = 0xf30;
uintptr_t proficiency_average_bias = 0xf1c;
uintptr_t proficiency_average_spreadscale = 0xf08;
uintptr_t proficiency_good_additional_rest = 0xf34;
uintptr_t proficiency_good_bias = 0xf20;
uintptr_t proficiency_good_spreadscale = 0xf0c;
uintptr_t proficiency_perfect_additional_rest = 0xf3c;
uintptr_t proficiency_perfect_bias = 0xf28;
uintptr_t proficiency_perfect_spreadscale = 0xf14;
uintptr_t proficiency_poor_additional_rest = 0xf2c;
uintptr_t proficiency_poor_bias = 0xf18;
uintptr_t proficiency_poor_spreadscale = 0xf04;
uintptr_t proficiency_very_good_additional_rest = 0xf38;
uintptr_t proficiency_very_good_bias = 0xf24;
uintptr_t proficiency_very_good_spreadscale = 0xf10;
uintptr_t projectile_air_friction = 0xdbc;
uintptr_t projectile_air_friction_2 = 0xdd0;
uintptr_t projectile_air_friction_final = 0xddc;
uintptr_t projectile_airburst_on_death = 0xcee;
uintptr_t projectile_always_randomize_bounce = 0xcf8;
uintptr_t projectile_bounce_damage_reduction_scale = 0xcd8;
uintptr_t projectile_chasecamDistanceMax = 0xcfc;
uintptr_t projectile_chasecamMaxOrbitDepth = 0xd00;
uintptr_t projectile_chasecamMaxPitchUp = 0xd04;
uintptr_t projectile_chasecamOffsetForward = 0xd10;
uintptr_t projectile_chasecamOffsetRight = 0xd0c;
uintptr_t projectile_chasecamOffsetUp = 0xd08;
uintptr_t projectile_collide_with_owner_grace_time = 0xce0;
uintptr_t projectile_damages_owner = 0xcec;
uintptr_t projectile_death_sound = 0xd18;
uintptr_t projectile_deflection_max_count = 0xce8;
uintptr_t projectile_do_predict_impact_effects = 0xcd2;
uintptr_t projectile_drag_coefficient = 0xdc0;
uintptr_t projectile_drift_intensity = 0xde4;
uintptr_t projectile_drift_windiness = 0xde0;
uintptr_t projectile_first_person_offset_fraction = 0xdac;
uintptr_t projectile_flamethrower_status_effect_duration = 0xcf4;
uintptr_t projectile_flamethrower_status_effect_range = 0xcf0;
uintptr_t projectile_flight_sound = 0xd20;
uintptr_t projectile_gravity_scale = 0xdb8;
uintptr_t projectile_gravity_scale_2 = 0xdcc;
uintptr_t projectile_gravity_scale_final = 0xdd8;
uintptr_t projectile_gravity_scale_time_2 = 0xdc8;
uintptr_t projectile_gravity_scale_time_final = 0xdd4;
uintptr_t projectile_inherit_base_velocity_scale = 0xda8;
uintptr_t projectile_inherit_owner_velocity_scale = 0xda4;
uintptr_t projectile_killreplay_enabled = 0xcf9;
uintptr_t projectile_launch_pitch_offset = 0xdb4;
uintptr_t projectile_launch_speed = 0xdb0;
uintptr_t projectile_lifetime = 0xcd4;
uintptr_t projectile_max_deployed = 0xdc4;
uintptr_t projectile_muzzle_offset_decay_max_time = 0xccc;
uintptr_t projectile_passthrough_friendlies = 0xced;
uintptr_t projectile_predict_move_to_impact = 0xcd0;
uintptr_t projectile_ricochet_max_count = 0xce4;
uintptr_t projectile_speed_decay = 0xdf8;
uintptr_t projectile_speed_reduction_factor = 0xcdc;
uintptr_t projectile_straight_radius_max = 0xdf4;
uintptr_t projectile_straight_radius_min = 0xdf0;
uintptr_t projectile_straight_time_max = 0xdec;
uintptr_t projectile_straight_time_min = 0xde8;
uintptr_t projectile_trail_effect_0_1p = 0x13b8;
uintptr_t projectile_trail_effect_0_3p = 0x13b0;
uintptr_t projectile_trail_effect_1_1p = 0x13a8;
uintptr_t projectile_trail_effect_1_3p = 0x13a0;
uintptr_t projectile_trail_effect_2_1p = 0x1398;
uintptr_t projectile_trail_effect_2_3p = 0x1390;
uintptr_t projectile_trail_effect_3_1p = 0x1388;
uintptr_t projectile_trail_effect_3_3p = 0x1380;
uintptr_t projectile_trail_effect_4_1p = 0x1378;
uintptr_t projectile_trail_effect_4_3p = 0x1370;
uintptr_t projectile_trail_start_from_origin = 0xda0;
uintptr_t projectile_visible_to_smart_ammo = 0xcd1;
uintptr_t projectilemodel = 0x1368;
uintptr_t projectiles_per_shot = 0x1c4;
uintptr_t r_trig_custom_mode = 0x524;
uintptr_t r_trig_custom_str = 0x520;
uintptr_t raise_from_sprint_time = 0x124c;
uintptr_t raise_time = 0x1248;
uintptr_t rapid_fire_overrides_min_ammo = 0x4b8;
uintptr_t readyhint = 0x430;
uintptr_t readymessage = 0x428;
uintptr_t rechamber_time = 0x534;
uintptr_t rechamber_time_late1 = 0x538;
uintptr_t rechamber_time_late2 = 0x53c;
uintptr_t rechamber_time_late3 = 0x540;
uintptr_t red_crosshair_range = 0x2a4;
uintptr_t regen_ammo_directly_to_stockpile = 0x351;
uintptr_t regen_ammo_forced_delay = 0x2f4;
uintptr_t regen_ammo_refill_rate = 0x358;
uintptr_t regen_ammo_refill_rate_per_clip = 0x354;
uintptr_t regen_ammo_refill_rate_sprinting = 0x34c;
uintptr_t regen_ammo_refill_start_delay = 0x348;
uintptr_t regen_ammo_sound_range_name_1 = 0x110;
uintptr_t regen_ammo_sound_range_name_2 = 0x108;
uintptr_t regen_ammo_sound_range_name_3 = 0x1308;
uintptr_t regen_ammo_sound_range_start_1 = 0x2ec;
uintptr_t regen_ammo_sound_range_start_2 = 0x11c;
uintptr_t regen_ammo_sound_range_start_3 = 0x118;
uintptr_t regen_ammo_stockpile_drain_rate_when_charging = 0x2f8;
uintptr_t regen_ammo_stockpile_max_fraction = 0x344;
uintptr_t regen_ammo_stockpile_only_when_idle = 0x350;
uintptr_t regen_ammo_while_firing = 0x2f0;
uintptr_t reload_allow_ads = 0x1305;
uintptr_t reload_alt_anim = 0x1307;
uintptr_t reload_enabled = 0x12c4;
uintptr_t reload_is_segmented = 0x1304;
uintptr_t reload_no_auto_if_ads_pressed = 0x1306;
uintptr_t reload_time = 0x12c8;
uintptr_t reload_time_late1 = 0x12cc;
uintptr_t reload_time_late2 = 0x12d0;
uintptr_t reload_time_late3 = 0x12d4;
uintptr_t reload_time_late4 = 0x12d8;
uintptr_t reload_time_late5 = 0x12dc;
uintptr_t reloadempty_time = 0x12e0;
uintptr_t reloadempty_time_late1 = 0x12e4;
uintptr_t reloadempty_time_late2 = 0x12e8;
uintptr_t reloadempty_time_late3 = 0x12ec;
uintptr_t reloadempty_time_late4 = 0x12f0;
uintptr_t reloadempty_time_late5 = 0x12f4;
uintptr_t reloadsegment_time_end = 0x12fc;
uintptr_t reloadsegment_time_loop = 0x12f8;
uintptr_t reloadsegmentempty_time_end = 0x1300;
uintptr_t rui_crosshair_index = 0x294;
uintptr_t script_manages_charge_level = 0x115c;
uintptr_t secondary_fire_is_semi_auto_only = 0x3d5;
uintptr_t secondary_fire_on_zoom = 0x12c1;
uintptr_t secondary_melee_ammo_cost = 0x908;
uintptr_t secondary_melee_fallback_ammo_cost = 0x518;
uintptr_t sfx_aliases = 0x1480;
uintptr_t shared_anim_prop_3p_attachment_name = 0x158;
uintptr_t shared_anim_prop_3p_model_name = 0x150;
uintptr_t shared_anim_prop_3p_persistent_particle_attachment_name = 0x168;
uintptr_t shared_anim_prop_3p_persistent_particle_effect_name = 0x160;
uintptr_t shared_energy_charge_cost = 0x1178;
uintptr_t shared_energy_cost = 0x404;
uintptr_t shortprintname = 0x3b8;
uintptr_t show_client_preview_fx = 0x385;
uintptr_t show_grenade_indicator = 0x1072;
uintptr_t show_grenade_indicator_to_owner = 0x1073;
uintptr_t show_pre_modded_tracer = 0x483;
uintptr_t silenced = 0x3d3;
uintptr_t smart_ammo_active_shot_damage_multiplier = 0xe0;
uintptr_t smart_ammo_active_shot_on_first_lock_only = 0xdc;
uintptr_t smart_ammo_active_shot_time = 0xd8;
uintptr_t smart_ammo_alert_npc_fraction = 0x64;
uintptr_t smart_ammo_allow_ads_lock = 0x71;
uintptr_t smart_ammo_allow_hip_fire_lock = 0x72;
uintptr_t smart_ammo_allow_search_while_firing = 0x73;
uintptr_t smart_ammo_allow_search_while_inactive = 0x74;
uintptr_t smart_ammo_alt_lock_style = 0x70;
uintptr_t smart_ammo_always_do_burst = 0x76;
uintptr_t smart_ammo_apply_new_target_delay_to_first_target = 0x54;
uintptr_t smart_ammo_draw_acquisition_lines = 0x98;
uintptr_t smart_ammo_hold_and_reset_after_all_locks = 0xd4;
uintptr_t smart_ammo_hud_type = 0x3c;
uintptr_t smart_ammo_lock_effect2_1p = 0x1558;
uintptr_t smart_ammo_lock_effect2_3p = 0x1550;
uintptr_t smart_ammo_lock_effect2_attachment = 0xf8;
uintptr_t smart_ammo_lock_effect_3p = 0x1560;
uintptr_t smart_ammo_lock_effect_attachment = 0xf0;
uintptr_t smart_ammo_lock_type = 0x44;
uintptr_t smart_ammo_looping_sound_acquiring = 0xc0;
uintptr_t smart_ammo_looping_sound_locked = 0xc8;
uintptr_t smart_ammo_max_targeted_burst = 0x6c;
uintptr_t smart_ammo_max_targets = 0x68;
uintptr_t smart_ammo_new_target_delay = 0x50;
uintptr_t smart_ammo_npc_targets_must_be_tracked = 0xe5;
uintptr_t smart_ammo_only_search_on_charge = 0x75;
uintptr_t smart_ammo_other_targets_must_be_tracked = 0xe6;
uintptr_t smart_ammo_player_targets_must_be_tracked = 0xe4;
uintptr_t smart_ammo_search_angle = 0x48;
uintptr_t smart_ammo_search_distance = 0x4c;
uintptr_t smart_ammo_search_enemy_team = 0x101;
uintptr_t smart_ammo_search_friendly_team = 0x100;
uintptr_t smart_ammo_search_neutral_team = 0x102;
uintptr_t smart_ammo_search_npcs = 0xd0;
uintptr_t smart_ammo_search_phase_shift = 0x103;
uintptr_t smart_ammo_search_players = 0xd1;
uintptr_t smart_ammo_stick_to_fully_locked_targets = 0xd2;
uintptr_t smart_ammo_target_confirmed_sound = 0xa0;
uintptr_t smart_ammo_target_confirming_sound = 0xa8;
uintptr_t smart_ammo_target_found_sound = 0xb0;
uintptr_t smart_ammo_target_lost_sound = 0xb8;
uintptr_t smart_ammo_target_max_locks_heavy = 0x5c;
uintptr_t smart_ammo_target_max_locks_normal = 0x58;
uintptr_t smart_ammo_target_npc_lock_factor = 0x60;
uintptr_t smart_ammo_targeting_time_max = 0x7c;
uintptr_t smart_ammo_targeting_time_max_npc = 0x84;
uintptr_t smart_ammo_targeting_time_min = 0x78;
uintptr_t smart_ammo_targeting_time_min_npc = 0x80;
uintptr_t smart_ammo_targeting_time_modifier_cloaked = 0x88;
uintptr_t smart_ammo_targeting_time_modifier_projectile = 0x8c;
uintptr_t smart_ammo_targeting_time_modifier_projectile_owner = 0x90;
uintptr_t smart_ammo_track_cloaked_targets = 0x77;
uintptr_t smart_ammo_tracked_targets_check_visibility = 0xe7;
uintptr_t smart_ammo_tracker_status_effects = 0xe9;
uintptr_t smart_ammo_unlock_debounce_time = 0x94;
uintptr_t smart_ammo_use_tracker_frac = 0xe8;
uintptr_t smart_ammo_weapon_type = 0x40;
uintptr_t sound_cook_warning = 0x708;
uintptr_t sound_deploy_1p = 0x720;
uintptr_t sound_deploy_3p = 0x728;
uintptr_t sound_disabledfire = 0x6e8;
uintptr_t sound_dryfire = 0x6f0;
uintptr_t sound_grenade_projectile = 0x730;
uintptr_t sound_pickup = 0x6f8;
uintptr_t sound_throw_1p = 0x710;
uintptr_t sound_throw_3p = 0x718;
uintptr_t sound_trigger_pull = 0x738;
uintptr_t sound_trigger_release = 0x740;
uintptr_t sound_weapon_ready = 0x700;
uintptr_t sound_zoom_in = 0xd40;
uintptr_t sound_zoom_in_althand = 0xd30;
uintptr_t sound_zoom_out = 0xd38;
uintptr_t sound_zoom_out_althand = 0xd28;
uintptr_t spread_air_ads = 0x79c;
uintptr_t spread_air_ads_moving = 0x7a0;
uintptr_t spread_air_hip = 0x794;
uintptr_t spread_air_hip_moving = 0x798;
uintptr_t spread_crouch_ads = 0x790;
uintptr_t spread_crouch_hip = 0x78c;
uintptr_t spread_decay_delay = 0x7fc;
uintptr_t spread_decay_rate = 0x7f8;
uintptr_t spread_hover_ads = 0x7ac;
uintptr_t spread_hover_ads_moving = 0x7b0;
uintptr_t spread_hover_hip = 0x7a4;
uintptr_t spread_hover_hip_moving = 0x7a8;
uintptr_t spread_kick_on_fire_air_ads = 0x7d8;
uintptr_t spread_kick_on_fire_air_hip = 0x7d4;
uintptr_t spread_kick_on_fire_crouch_ads = 0x7d0;
uintptr_t spread_kick_on_fire_crouch_hip = 0x7cc;
uintptr_t spread_kick_on_fire_stand_ads = 0x7c8;
uintptr_t spread_kick_on_fire_stand_hip = 0x7c4;
uintptr_t spread_max_kick_air_ads = 0x7f4;
uintptr_t spread_max_kick_air_hip = 0x7f0;
uintptr_t spread_max_kick_crouch_ads = 0x7ec;
uintptr_t spread_max_kick_crouch_hip = 0x7e8;
uintptr_t spread_max_kick_stand_ads = 0x7e4;
uintptr_t spread_max_kick_stand_hip = 0x7e0;
uintptr_t spread_min_kick = 0x7dc;
uintptr_t spread_moving_decay_rate = 0x7bc;
uintptr_t spread_moving_increase_rate = 0x7c0;
uintptr_t spread_stand_ads = 0x788;
uintptr_t spread_stand_hip = 0x77c;
uintptr_t spread_stand_hip_run = 0x780;
uintptr_t spread_stand_hip_sprint = 0x784;
uintptr_t spread_time_to_max = 0x800;
uintptr_t spread_update_hipfire_in_ads = 0x805;
uintptr_t spread_wallhanging = 0x7b8;
uintptr_t spread_wallrunning = 0x7b4;
uintptr_t sprint_fractional_anims = 0x1254;
uintptr_t sprintcycle_time = 0x1250;
uintptr_t stat_accuracy = 0xa74;
uintptr_t stat_damage = 0xa70;
uintptr_t stat_handling = 0xa84;
uintptr_t stat_hipfire = 0xa80;
uintptr_t stat_range = 0xa78;
uintptr_t stat_rof = 0xa7c;
uintptr_t stat_stability = 0xa88;
uintptr_t stop_all_persistent_particle_effects_when_deactivated = 0x386;
uintptr_t sustained_discharge_allow_melee = 0xc45;
uintptr_t sustained_discharge_duration = 0xc40;
uintptr_t sustained_discharge_ends_in_primary_attack = 0xc4e;
uintptr_t sustained_discharge_pulse_frequency = 0xc48;
uintptr_t sustained_discharge_require_input = 0xc44;
uintptr_t sustained_discharge_updates_charge = 0xc4d;
uintptr_t sustained_discharge_want_pulse_callbacks = 0xc4c;
uintptr_t sustained_laser_attachment = 0xc60;
uintptr_t sustained_laser_attachment_scoped = 0xc68;
uintptr_t sustained_laser_damage_effect = 0x13d8;
uintptr_t sustained_laser_damage_scale = 0xc7c;
uintptr_t sustained_laser_effect_1p = 0x13f0;
uintptr_t sustained_laser_effect_3p = 0x13e8;
uintptr_t sustained_laser_effect_loops = 0xc70;
uintptr_t sustained_laser_enabled = 0xc4f;
uintptr_t sustained_laser_impact_distance = 0xc74;
uintptr_t sustained_laser_impact_effect = 0x13e0;
uintptr_t sustained_laser_impact_effect_loops = 0xc71;
uintptr_t sustained_laser_impact_effect_table = 0x1490;
uintptr_t sustained_laser_radial_iterations = 0xc54;
uintptr_t sustained_laser_radial_step = 0xc58;
uintptr_t sustained_laser_radius = 0xc50;
uintptr_t sustained_laser_range = 0xc5c;
uintptr_t sustained_laser_spread_pattern = 0xc80;
uintptr_t sustained_laser_use_deferred_traces = 0xc78;
uintptr_t sway_rotate_scale_unzoomed = 0x410;
uintptr_t sway_rotate_scale_zoomed = 0x414;
uintptr_t tactical_bonus_charges = 0x360;
uintptr_t targeting_laser_always_use_aimpoint = 0xc85;
uintptr_t targeting_laser_attachment_1p = 0xca0;
uintptr_t targeting_laser_attachment_3p = 0xca8;
uintptr_t targeting_laser_beam_length_1p = 0xcb4;
uintptr_t targeting_laser_beam_length_3p_enemy = 0xcbc;
uintptr_t targeting_laser_beam_length_3p_friendly = 0xcb8;
uintptr_t targeting_laser_effect_1p = 0x13d0;
uintptr_t targeting_laser_effect_3p_enemy = 0x13c0;
uintptr_t targeting_laser_effect_3p_friendly = 0x13c8;
uintptr_t targeting_laser_enabled = 0xc98;
uintptr_t targeting_laser_range = 0xcb0;
uintptr_t targeting_laser_trace_ignores_collision = 0xc86;
uintptr_t tergeting_laser_use_forward_direction = 0xc84;
uintptr_t thirdperson_fire_from_mount_point = 0x482;
uintptr_t threat_scope_bounds_height = 0x834;
uintptr_t threat_scope_bounds_tagname1 = 0x820;
uintptr_t threat_scope_bounds_tagname2 = 0x828;
uintptr_t threat_scope_bounds_width = 0x830;
uintptr_t threat_scope_enabled = 0x810;
uintptr_t threat_scope_fadeWithDistance = 0x838;
uintptr_t threat_scope_fadedist_end = 0x80c;
uintptr_t threat_scope_fadedist_start = 0x808;
uintptr_t threat_scope_zoomToggle_only = 0x811;
uintptr_t threat_scope_zoomfrac_end = 0x818;
uintptr_t threat_scope_zoomfrac_start = 0x814;
uintptr_t titanarmor_critical_hit_required = 0x1128;
uintptr_t toss_has_post_loop = 0x1a;
uintptr_t toss_hides_world_model = 0x126c;
uintptr_t toss_overhead_time = 0x1264;
uintptr_t toss_pullout_time = 0x1268;
uintptr_t toss_time = 0x1260;
uintptr_t tossholdsprintcycle_time = 0x1258;
uintptr_t tracer_effect = 0x14e8;
uintptr_t tracer_effect_first_person = 0x14e0;
uintptr_t trophy_system_ignores = 0x1b8;
uintptr_t ui10_draw_cloaked = 0xad1;
uintptr_t ui10_enable = 0xab1;
uintptr_t ui10_mesh_override = 0xb30;
uintptr_t ui11_draw_cloaked = 0xad2;
uintptr_t ui11_enable = 0xab2;
uintptr_t ui11_mesh_override = 0xb38;
uintptr_t ui12_draw_cloaked = 0xad3;
uintptr_t ui12_enable = 0xab3;
uintptr_t ui12_mesh_override = 0xb40;
uintptr_t ui13_draw_cloaked = 0xad4;
uintptr_t ui13_enable = 0xab4;
uintptr_t ui13_mesh_override = 0xb48;
uintptr_t ui14_draw_cloaked = 0xad5;
uintptr_t ui14_enable = 0xab5;
uintptr_t ui14_mesh_override = 0xb50;
uintptr_t ui15_draw_cloaked = 0xad6;
uintptr_t ui15_enable = 0xab6;
uintptr_t ui15_mesh_override = 0xb58;
uintptr_t ui16_draw_cloaked = 0xad7;
uintptr_t ui16_enable = 0xab7;
uintptr_t ui16_mesh_override = 0xb60;
uintptr_t ui17_draw_cloaked = 0xad8;
uintptr_t ui17_enable = 0xab8;
uintptr_t ui17_mesh_override = 0xb68;
uintptr_t ui18_draw_cloaked = 0xad9;
uintptr_t ui18_enable = 0xab9;
uintptr_t ui18_mesh_override = 0xb70;
uintptr_t ui19_draw_cloaked = 0xada;
uintptr_t ui19_enable = 0xaba;
uintptr_t ui19_mesh_override = 0xb78;
uintptr_t ui1_draw_cloaked = 0xac8;
uintptr_t ui1_enable = 0xaa8;
uintptr_t ui1_mesh_override = 0xae8;
uintptr_t ui20_draw_cloaked = 0xadb;
uintptr_t ui20_enable = 0xabb;
uintptr_t ui20_mesh_override = 0xb80;
uintptr_t ui21_draw_cloaked = 0xadc;
uintptr_t ui21_enable = 0xabc;
uintptr_t ui21_mesh_override = 0xb88;
uintptr_t ui22_draw_cloaked = 0xadd;
uintptr_t ui22_enable = 0xabd;
uintptr_t ui22_mesh_override = 0xb90;
uintptr_t ui23_draw_cloaked = 0xade;
uintptr_t ui23_enable = 0xabe;
uintptr_t ui23_mesh_override = 0xb98;
uintptr_t ui24_draw_cloaked = 0xadf;
uintptr_t ui24_enable = 0xabf;
uintptr_t ui24_mesh_override = 0xba0;
uintptr_t ui25_draw_cloaked = 0xae0;
uintptr_t ui25_enable = 0xac0;
uintptr_t ui25_mesh_override = 0xba8;
uintptr_t ui26_draw_cloaked = 0xae1;
uintptr_t ui26_enable = 0xac1;
uintptr_t ui26_mesh_override = 0xbb0;
uintptr_t ui27_draw_cloaked = 0xae2;
uintptr_t ui27_enable = 0xac2;
uintptr_t ui27_mesh_override = 0xbb8;
uintptr_t ui28_draw_cloaked = 0xae3;
uintptr_t ui28_enable = 0xac3;
uintptr_t ui28_mesh_override = 0xbc0;
uintptr_t ui29_draw_cloaked = 0xae4;
uintptr_t ui29_enable = 0xac4;
uintptr_t ui29_mesh_override = 0xbc8;
uintptr_t ui2_draw_cloaked = 0xac9;
uintptr_t ui2_enable = 0xaa9;
uintptr_t ui2_mesh_override = 0xaf0;
uintptr_t ui30_draw_cloaked = 0xae5;
uintptr_t ui30_enable = 0xac5;
uintptr_t ui30_mesh_override = 0xbd0;
uintptr_t ui31_draw_cloaked = 0xae6;
uintptr_t ui31_enable = 0xac6;
uintptr_t ui31_mesh_override = 0xbd8;
uintptr_t ui32_draw_cloaked = 0xae7;
uintptr_t ui32_enable = 0xac7;
uintptr_t ui32_mesh_override = 0xbe0;
uintptr_t ui3_draw_cloaked = 0xaca;
uintptr_t ui3_enable = 0xaaa;
uintptr_t ui3_mesh_override = 0xaf8;
uintptr_t ui4_draw_cloaked = 0xacb;
uintptr_t ui4_enable = 0xaab;
uintptr_t ui4_mesh_override = 0xb00;
uintptr_t ui5_draw_cloaked = 0xacc;
uintptr_t ui5_enable = 0xaac;
uintptr_t ui5_mesh_override = 0xb08;
uintptr_t ui6_draw_cloaked = 0xacd;
uintptr_t ui6_enable = 0xaad;
uintptr_t ui6_mesh_override = 0xb10;
uintptr_t ui7_draw_cloaked = 0xace;
uintptr_t ui7_enable = 0xaae;
uintptr_t ui7_mesh_override = 0xb18;
uintptr_t ui8_draw_cloaked = 0xacf;
uintptr_t ui8_enable = 0xaaf;
uintptr_t ui8_mesh_override = 0xb20;
uintptr_t ui9_draw_cloaked = 0xad0;
uintptr_t ui9_enable = 0xab0;
uintptr_t ui9_mesh_override = 0xb28;
uintptr_t update_player_last_fire_time = 0x3ed;
uintptr_t use_akimbo_damage_source = 0x136;
uintptr_t use_discard_anim = 0x14c;
uintptr_t uses_ammo_pool = 0x375;
uintptr_t variable_sights_offset_range_1 = 0xbe8;
uintptr_t variable_sights_offset_range_2 = 0xbec;
uintptr_t variable_sights_offset_range_3 = 0xbf0;
uintptr_t variable_sights_offset_range_4 = 0xbf4;
uintptr_t vfx_aliases = 0x1478;
uintptr_t viewdrift_ads_air_scale_pitch = 0xa24;
uintptr_t viewdrift_ads_air_scale_yaw = 0xa34;
uintptr_t viewdrift_ads_crouch_scale_pitch = 0xa20;
uintptr_t viewdrift_ads_crouch_scale_yaw = 0xa30;
uintptr_t viewdrift_ads_delay = 0xa3c;
uintptr_t viewdrift_ads_speed_pitch = 0xa28;
uintptr_t viewdrift_ads_speed_yaw = 0xa38;
uintptr_t viewdrift_ads_stand_scale_pitch = 0xa1c;
uintptr_t viewdrift_ads_stand_scale_yaw = 0xa2c;
uintptr_t viewdrift_hipfire_air_scale_pitch = 0xa48;
uintptr_t viewdrift_hipfire_air_scale_yaw = 0xa58;
uintptr_t viewdrift_hipfire_crouch_scale_pitch = 0xa44;
uintptr_t viewdrift_hipfire_crouch_scale_yaw = 0xa54;
uintptr_t viewdrift_hipfire_speed_pitch = 0xa4c;
uintptr_t viewdrift_hipfire_speed_yaw = 0xa5c;
uintptr_t viewdrift_hipfire_stand_scale_pitch = 0xa40;
uintptr_t viewdrift_hipfire_stand_scale_yaw = 0xa50;
uintptr_t viewkick_ads_weaponFraction = 0x95c;
uintptr_t viewkick_ads_weaponFraction_vmScale = 0x960;
uintptr_t viewkick_air_scale_ads = 0x970;
uintptr_t viewkick_duck_scale = 0x964;
uintptr_t viewkick_hipfire_weaponFraction = 0x954;
uintptr_t viewkick_hipfire_weaponFraction_vmScale = 0x958;
uintptr_t viewkick_hover_scale = 0x968;
uintptr_t viewkick_move_scale = 0x96c;
uintptr_t viewkick_pattern = 0x928;
uintptr_t viewkick_pattern_valuePerShot = 0x92c;
uintptr_t viewkick_pc_pitch_scale = 0x9e0;
uintptr_t viewkick_pc_yaw_scale = 0x9dc;
uintptr_t viewkick_perm_pitch_base = 0x988;
uintptr_t viewkick_perm_pitch_random = 0x98c;
uintptr_t viewkick_perm_pitch_random_innerexclude = 0x990;
uintptr_t viewkick_perm_yaw_base = 0xa10;
uintptr_t viewkick_perm_yaw_random = 0xa14;
uintptr_t viewkick_perm_yaw_random_innerexclude = 0xa18;
uintptr_t viewkick_pitch_base = 0x974;
uintptr_t viewkick_pitch_hardScale = 0x984;
uintptr_t viewkick_pitch_random = 0x978;
uintptr_t viewkick_pitch_random_innerexclude = 0x97c;
uintptr_t viewkick_pitch_softScale = 0x980;
uintptr_t viewkick_roll_base = 0x9a4;
uintptr_t viewkick_roll_hardScale = 0x9a0;
uintptr_t viewkick_roll_randomMax = 0x998;
uintptr_t viewkick_roll_randomMin = 0x994;
uintptr_t viewkick_roll_softScale = 0x99c;
uintptr_t viewkick_scale_firstshot_ads = 0x9ac;
uintptr_t viewkick_scale_firstshot_hipfire = 0x9a8;
uintptr_t viewkick_scale_max_ads = 0x9bc;
uintptr_t viewkick_scale_max_hipfire = 0x9b4;
uintptr_t viewkick_scale_min_ads = 0x9b8;
uintptr_t viewkick_scale_min_hipfire = 0x9b0;
uintptr_t viewkick_scale_pitch_valueLerpEnd = 0x9cc;
uintptr_t viewkick_scale_pitch_valueLerpStart = 0x9c4;
uintptr_t viewkick_scale_valueDecayDelay = 0x9d4;
uintptr_t viewkick_scale_valueDecayRate = 0x9d8;
uintptr_t viewkick_scale_valuePerShot = 0x9c0;
uintptr_t viewkick_scale_yaw_valueLerpEnd = 0x9d0;
uintptr_t viewkick_scale_yaw_valueLerpStart = 0x9c8;
uintptr_t viewkick_spring = 0x9e4;
uintptr_t viewkick_spring_cooldown_fadetime = 0x9f4;
uintptr_t viewkick_spring_cooldown_holdtime = 0x9f0;
uintptr_t viewkick_spring_heatpershot = 0x9ec;
uintptr_t viewkick_spring_hot = 0x9e8;
uintptr_t viewkick_spring_velocityScalePerShot = 0x9f8;
uintptr_t viewkick_yaw_base = 0x9fc;
uintptr_t viewkick_yaw_hardScale = 0xa0c;
uintptr_t viewkick_yaw_random = 0xa00;
uintptr_t viewkick_yaw_random_innerexclude = 0xa04;
uintptr_t viewkick_yaw_softScale = 0xa08;
uintptr_t viewmodel = 0x1470;
uintptr_t viewmodel_ads_centerpoint_attachment = 0x878;
uintptr_t viewmodel_ads_rui_bottomleft_attachment = 0x880;
uintptr_t viewmodel_color_by_soundmeter = 0x88c;
uintptr_t viewmodel_jolt_backwardPerShot = 0x898;
uintptr_t viewmodel_jolt_roll = 0x8a8;
uintptr_t viewmodel_jolt_scale = 0x894;
uintptr_t viewmodel_jolt_side = 0x89c;
uintptr_t viewmodel_offset_ads = 0x860;
uintptr_t viewmodel_offset_ads_by_centerpoint = 0x888;
uintptr_t viewmodel_offset_hip = 0x854;
uintptr_t viewmodel_offset_offhand_scale = 0x874;
uintptr_t viewmodel_offset_zoom_frac_end = 0x870;
uintptr_t viewmodel_offset_zoom_frac_start = 0x86c;
uintptr_t viewmodel_skips_cloak = 0x44d;
uintptr_t viewmodel_spring_jolt = 0x890;
uintptr_t viewmodel_use_ads_certerpoint_offset_for_transition = 0x889;
uintptr_t vortex_absorb_effect = 0x14d0;
uintptr_t vortex_absorb_effect_third_person = 0x14c8;
uintptr_t vortex_drain = 0x544;
uintptr_t vortex_impact_effect = 0x14c0;
uintptr_t weapon_cycle_is_blocked = 0x120c;
uintptr_t weapon_type_flags = 0x83c;
uintptr_t zipline_distance_max = 0x904;
uintptr_t zipline_distance_min = 0x900;
uintptr_t zipline_grenade = 0x8f0;
uintptr_t zipline_grenade_auto_detach_distance = 0x8f4;
uintptr_t zipline_grenade_snap_angle = 0x8fc;
uintptr_t zipline_grenade_snap_distance = 0x8f8;
uintptr_t zipline_indicator_arc_blocked_effect = 0x1450;
uintptr_t zipline_indicator_impact_blocked_effect = 0x1430;
uintptr_t zipline_indicator_impact_ground_effect = 0x1440;
uintptr_t zipline_indicator_impact_wall_effect = 0x1438;
uintptr_t zipline_indicator_line_effect = 0x1448;
uintptr_t zipline_station_animation_begin = 0x8d0;
uintptr_t zipline_station_animation_ground = 0x8d8;
uintptr_t zipline_station_animation_ledge = 0x8e8;
uintptr_t zipline_station_animation_wall = 0x8e0;
uintptr_t zipline_station_attachment_ground = 0x8b8;
uintptr_t zipline_station_attachment_ledge = 0x8c8;
uintptr_t zipline_station_attachment_wall = 0x8c0;
uintptr_t zipline_station_model_ground = 0x1428;
uintptr_t zipline_station_model_ledge = 0x1418;
uintptr_t zipline_station_model_wall = 0x1420;
uintptr_t zoom_angle_shift_pitch = 0xd4c;
uintptr_t zoom_angle_shift_yaw = 0xd48;
uintptr_t zoom_effects = 0x1080;
uintptr_t zoom_fov = 0xd60;
uintptr_t zoom_fov_viewmodel = 0xd58;
uintptr_t zoom_scope_frac_end = 0xd50;
uintptr_t zoom_scope_frac_start = 0xd54;
uintptr_t zoom_time_in = 0x107c;
uintptr_t zoom_time_out = 0x1078;
uintptr_t zoom_toggle_fov = 0xd5c;
uintptr_t zoom_toggle_lerp_time = 0x1074;
uintptr_t zoomed_convar_sensitivity_index = 0x260;
uintptr_t zoomed_convar_toggle_sensitivity_index = 0x264;
uintptr_t zoomfrac_autoattack = 0x3e8;
};
```
## ConVars
```cpp
// ConVar pointers
struct apex_convars {
uintptr_t Allow_auto_Party = 0x1f1c820;
uintptr_t AutoRejectInviteToPlay = 0x1f218b0;
uintptr_t AutoRejectNewRules = 0x1f21940;
uintptr_t Backtrace_RuiDump_GroupCountThreshold = 0x259b930;
uintptr_t Backtrace_RuiDump_TopLimitForEachGroup = 0x2593070;
uintptr_t BlendBonesMode = 0x1ba8e90;
uintptr_t ClientPakFile_scriptFakeDelay = 0x2562c70;
uintptr_t CrossPlay_user_optin = 0x1ee1ac0;
uintptr_t DigiCertGlobalRoot_usable = 0x1f215a0;
uintptr_t DoorSoundPrefixDouble = 0x26bd690;
uintptr_t DoorSoundPrefixSingle = 0x26f4c60;
uintptr_t EADP_AcceptInvite_Check_isAcceptingInvite = 0x2562e50;
uintptr_t EADP_RTM_DELAY_QUERRY_SCRIPT_SECONDS = 0x2568130;
uintptr_t EADP_RTM_DELAY_QUERRY_SECONDS = 0x1f21820;
uintptr_t EADP_RTM_Enabled = 0x1f21480;
uintptr_t EADP_RTM_Productid = 0x1f21510;
uintptr_t EADP_SEARCH_Enabled = 0x1f0c370;
uintptr_t EADP_code_redemption_enabled = 0x1f0be60;
uintptr_t EADP_code_redemption_hostname = 0x1f0bdd0;
uintptr_t EADP_friends_invite_has_platform = 0x1f0c0a0;
uintptr_t EADP_http_inbound_friend_invite_can_use_commentforname = 0x1f0c130;
uintptr_t EADP_optin_datachange_throttle = 0x1f0c550;
uintptr_t EADP_search_accountname_count = 0x1f0c400;
uintptr_t EADP_search_use_starts_with = 0x1f0c490;
uintptr_t EADP_server_environment = 0x1f1b940;
uintptr_t EADP_um_debug = 0x1f0c820;
uintptr_t EADP_um_enabled = 0x1f0cb80;
uintptr_t EADP_um_forceError = 0x1f0c5e0;
uintptr_t EADP_um_inbox_message_enabled = 0x1f0c700;
uintptr_t EADP_um_inbox_message_trigger_id_int = 0x1f0c670;
uintptr_t EADP_um_inbox_message_trigger_id_prod = 0x1f0c790;
uintptr_t EADP_um_path = 0x1f0cca0;
uintptr_t EADP_um_promo_id = 0x1f0c8b0;
uintptr_t EADP_um_trigger_message_api_auth_token = 0x1f0c940;
uintptr_t EADP_um_trigger_message_api_env_int = 0x1f0cc10;
uintptr_t EADP_um_trigger_message_api_env_prod = 0x1f0c9d0;
uintptr_t EADP_um_trigger_message_api_hostname = 0x1f0caf0;
uintptr_t EADP_um_trigger_message_enabled = 0x1f0ca60;
uintptr_t ListPanel_DestroyElementWhenInvisible = 0x252bad0;
uintptr_t OriginAllowRebootClientAuthTokens = 0x1f1cc70;
uintptr_t OriginRebootClientAuthTokens_Retryinterval = 0x1f1c460;
uintptr_t Origin_VXS_Enabled = 0x1f1cda0;
uintptr_t PATCH_allow = 0x2521040;
uintptr_t PATCH_file_endpoint = 0x2520f20;
uintptr_t PATCH_forceRunDirectory = 0x25210d0;
uintptr_t PATCH_ingameui = 0x2520fb0;
uintptr_t PATCH_ingameui_interval = 0x2521280;
uintptr_t PATCH_installed_ui_rpak_version = 0x25211f0;
uintptr_t PATCH_installed_version = 0x25213c0;
uintptr_t PATCH_rules_endpoint = 0x2521160;
uintptr_t PATCH_staged_version = 0x2520e90;
uintptr_t PATCH_using_version = 0x2521330;
uintptr_t PATCH_want_version = 0x2521450;
uintptr_t PTCH_allow_stage_logic = 0x2521a70;
uintptr_t PTCH_allways_stage = 0x2521950;
uintptr_t PTCH_blocking_maxduration = 0x2521690;
uintptr_t PTCH_maxRetriesFiles = 0x2521600;
uintptr_t PTCH_maxRetriesRules = 0x25214e0;
uintptr_t PTCH_max_active_staged_filegets = 0x25219e0;
uintptr_t PTCH_seconds_stage_polls = 0x2521830;
uintptr_t PTCH_stage_maxRetries = 0x2521b00;
uintptr_t PTCH_stage_timeout_file = 0x25218c0;
uintptr_t PTCH_stage_timeout_rules = 0x2521740;
uintptr_t PTCH_use_alt_endpoint = 0x2521570;
uintptr_t PresenceForFirstPartyFriends = 0x1f21d40;
uintptr_t ScriptDisallowedToUsePersistenceOnSP = 0x2712480;
uintptr_t ScriptSaveAllowed = 0x2714c70;
uintptr_t StreamMicDisabled = 0x1bcd2e0;
uintptr_t Stryder3PToken_debug = 0x1f1d7c0;
uintptr_t StryderEaIdFetchEnabled = 0x1edb460;
uintptr_t StryderUseClientJwt = 0x1bc7e40;
uintptr_t TLS_trust_cert = 0x1f21630;
uintptr_t TextDataFromCommunityOnlyInLobby = 0x2582270;
uintptr_t VoiceChatMode = 0x1bcd7f0;
uintptr_t VoiceDataFromCommunityOnlyInLobby = 0x1bcd250;
uintptr_t VoiceNeedsReset = 0x1bcd760;
uintptr_t XLOG_DigiCertGlobalRoot_usable = 0x2529440;
uintptr_t XLOG_TLS_hostname = 0x2529650;
uintptr_t XLOG_TLS_secure_conn = 0x2529a60;
uintptr_t XLOG_TLS_trust_cert = 0x25296e0;
uintptr_t XLOG_telemetry_buffer_sends_per_second = 0x25298b0;
uintptr_t XLOG_telemetry_shortcircuit = 0x2529940;
uintptr_t XLOG_telemetry_socket_recv_freq = 0x25299d0;
uintptr_t XLOG_telemetry_socket_send_freq = 0x25294d0;
uintptr_t XLOG_telemetry_streams = 0x25295c0;
uintptr_t account_progression_version = 0x2712760;
uintptr_t adjustableCharacterBoostIndirectDiffuse = 0x1f3aa60;
uintptr_t ai_titan_grapple_max_len = 0x253a2e0;
uintptr_t aimassist_filter_aim_coefficient = 0x2569430;
uintptr_t aimassist_filter_aim_enabled = 0x2563bf0;
uintptr_t aimassist_filter_enabled = 0x2564530;
uintptr_t aimassist_filter_final_coefficient = 0x256b090;
uintptr_t aimassist_filter_final_enabled = 0x256c230;
uintptr_t aimassist_filter_movement_coefficient = 0x255e610;
uintptr_t aimassist_filter_movement_enabled = 0x256c2c0;
uintptr_t aimassist_filter_threshold_aim_coefficient = 0x2570740;
uintptr_t aimassist_filter_threshold_aim_enabled = 0x2563ad0;
uintptr_t aimassist_filter_threshold_movement_coefficient = 0x2567f10;
uintptr_t aimassist_filter_threshold_movement_enabled = 0x2571ab0;
uintptr_t aimassist_magnet_inputThresholdLook = 0x256a9a0;
uintptr_t aimassist_magnet_inputThresholdMove = 0x257ac20;
uintptr_t airslowmo_enabled = 0x26f7aa0;
uintptr_t airslowmo_enter_time = 0x26eda70;
uintptr_t airslowmo_ground_immediate_end = 0x26f2e30;
uintptr_t airslowmo_leave_time = 0x26c07e0;
uintptr_t airslowmo_scripted_speed = 0x26f3d50;
uintptr_t airslowmo_when_hovering = 0x26f7920;
uintptr_t allowOffhandToSkipSequenceResetOnModelChanged = 0x253dd10;
uintptr_t allow_comms_filter = 0x1ee32e0;
uintptr_t allow_extended_range_use_ents = 0x270d7f0;
uintptr_t allow_gamemode_dvs_adjustment_on_pc = 0x1bc7c90;
uintptr_t allow_gamemode_dvs_adjustment_without_aa = 0x1bca770;
uintptr_t always_touch_triggers_cl = 0x254b5d0;
uintptr_t animEvent_debug = 0x26c26c0;
uintptr_t animEvent_debugEnt = 0x26f0690;
uintptr_t animEvent_debug_cl = 0x2549550;
uintptr_t animEvent_imgui = 0x26c3bd0;
uintptr_t animStateGestureSlotTestPlayerSeq = 0x252aba0;
uintptr_t anim_playerMovementAngleMargin = 0x252b1d0;
uintptr_t anim_player_ragdoll_fix = 0x252a960;
uintptr_t anim_print_transition_overflow = 0x27071b0;
uintptr_t anim_set_prev_seq_reporting = 0x26f3de0;
uintptr_t anim_showstate = 0x252a720;
uintptr_t anim_showstatelog = 0x252aa80;
uintptr_t anim_transitionsequences = 0x270c0e0;
uintptr_t anim_view_entity_third_person_camera_use_move_parent = 0x270fdc0;
uintptr_t anim_window_debug = 0x26ef6d0;
uintptr_t anim_window_imgui = 0x26f0290;
uintptr_t announcement = 0x1f1b700;
uintptr_t armored_leap_disable_player_move_input = 0x26c1750;
uintptr_t arsenal_debug = 0x2705d70;
uintptr_t assert_on_activate_weapon_in_lobby = 0x2540f60;
uintptr_t assetdownloads_NeedsTempFileLogic = 0x1ee3040;
uintptr_t assetdownloads_allow_outside_lobby = 0x1ee2c50;
uintptr_t assetdownloads_desiredState = 0x1ee2e00;
uintptr_t assetdownloads_enabled = 0x1ee2e90;
uintptr_t assetdownloads_forceError = 0x1ee2f20;
uintptr_t assetdownloads_hostname = 0x1ee2d70;
uintptr_t assetdownloads_log_level = 0x1ee30d0;
uintptr_t assetdownloads_trace_script_ui = 0x1ee3160;
uintptr_t assetdownloads_verify_after_file_received = 0x1ee2ce0;
uintptr_t assetdownloads_verify_after_file_write = 0x1ee2fb0;
uintptr_t async_serialize = 0x1f16400;
uintptr_t attachment_orthogonal_warnings = 0x2548f30;
uintptr_t autoConnect = 0x1ed9400;
uintptr_t autohitch = 0x1f199b0;
uintptr_t automantle_backoff_anim_maxfrac = 0x26f22a0;
uintptr_t automantle_cooldown = 0x26bda20;
uintptr_t automantle_dangle_required_space = 0x26f00a0;
uintptr_t automantle_debug = 0x26c0890;
uintptr_t automantle_disable_hang = 0x26f8df0;
uintptr_t automantle_enable = 0x26f17a0;
uintptr_t automantle_forwarddist = 0x26f3e90;
uintptr_t automantle_gun_enable_height = 0x26f3740;
uintptr_t automantle_height_above = 0x26dce10;
uintptr_t automantle_height_below = 0x26f4d80;
uintptr_t automantle_height_level = 0x26c3c60;
uintptr_t automantle_jumpoff_anim_maxfrac = 0x26c41e0;
uintptr_t automantle_jumpoff_duration = 0x26f1710;
uintptr_t automantle_maxangle_push = 0x26f0460;
uintptr_t automantle_maxangle_view = 0x26f3980;
uintptr_t automantle_mindist = 0x26c4550;
uintptr_t automantle_rest_frac = 0x26f3690;
uintptr_t automantle_rest_frac_below = 0x26c44a0;
uintptr_t automantle_searchdist = 0x26f8d60;
uintptr_t automantle_trace_debug = 0x26bd130;
uintptr_t automantle_view_high_yaw_max = 0x2550960;
uintptr_t automantle_view_pitch_max = 0x2551c60;
uintptr_t automantle_view_pitch_min = 0x2554fa0;
uintptr_t automantle_view_yaw_max = 0x254fc60;
uintptr_t automantle_wallrun_maxangle_view = 0x26f3120;
uintptr_t backtrace_disable = 0x1edbc30;
uintptr_t backtrace_reporting_disconnect = 0x1edbb80;
uintptr_t backtrace_reporting_error = 0x1edbcf0;
uintptr_t banktilt_accel = 0x2543240;
uintptr_t banktilt_maxvel = 0x25458a0;
uintptr_t baseanimatingoverlay_playbackRateThreshold = 0x26bcab0;
uintptr_t baselines_print = 0x1ee2730;
uintptr_t battlepass_unlock_all_weeklies = 0x2715ae0;
uintptr_t bind_exec_sanitize = 0x1bc8680;
uintptr_t bink_materials_enabled = 0x1dac170;
uintptr_t bleedout_sliding_disables_jump = 0x26f8cd0;
uintptr_t boost_jetwash_prediction_factor = 0x25550c0;
uintptr_t bot_lagOut = 0x1edf010;
uintptr_t bot_num_exclusive_teams = 0x1ee2100;
uintptr_t breach_trace_use_object_placement_special = 0x2715c20;
uintptr_t brushmodel_colors = 0x1bab3c0;
uintptr_t budget_animatingEntities = 0x1bad530;
uintptr_t budget_animationOverlayEntities = 0x1baaf50;
uintptr_t budget_combatCharEntities = 0x1bac580;
uintptr_t budget_weaponEntities = 0x1baabb0;
uintptr_t budget_ziplineGrowCount = 0x1bab0a0;
uintptr_t budget_ziplineInitialEntities = 0x1bab4e0;
uintptr_t budget_ziplineMaxEntitiesEver = 0x1bac140;
uintptr_t bug_reproNum = 0x27123f0;
uintptr_t build_nonmerged = 0x256a740;
uintptr_t buildcubemaps_async = 0x1bae430;
uintptr_t buildcubemaps_default_cubemap = 0x1badd10;
uintptr_t buildcubemaps_first_pass_behavior = 0x1bad650;
uintptr_t buildcubemaps_index = 0x1badc80;
uintptr_t buildcubemaps_preconvolve = 0x1bad8e0;
uintptr_t buildcubemaps_pvs_start_early = 0x1bab630;
uintptr_t buildcubemaps_single_step = 0x1badf50;
uintptr_t building_cubemaps = 0x1baca80;
uintptr_t bulletPredictionDebug = 0x2541080;
uintptr_t bullet_trace_test_debug = 0x2705b30;
uintptr_t bullet_trace_test_enable = 0x2709e10;
uintptr_t c_dropship_ground_fx_dist_interval = 0x254a1c0;
uintptr_t c_dropship_ground_fx_time_interval = 0x2548cf0;
uintptr_t c_dropship_rope_debug = 0x2562dc0;
uintptr_t c_dropship_rope_events = 0x256c750;
uintptr_t c_dropship_rope_magnitude = 0x256faf0;
uintptr_t c_dropship_rope_range = 0x2560b60;
uintptr_t c_hover_vehicle_ground_fx_dist_interval = 0x2547260;
uintptr_t c_hover_vehicle_ground_fx_time_interval = 0x25498b0;
uintptr_t c_maxdistance = 0x2580f00;
uintptr_t c_maxpitch = 0x257dbf0;
uintptr_t c_maxyaw = 0x258ef10;
uintptr_t c_mindistance = 0x2583830;
uintptr_t c_minpitch = 0x2585b00;
uintptr_t c_minyaw = 0x2588060;
uintptr_t c_thirdpersonshoulderaimdistADS_110 = 0x25908e0;
uintptr_t c_thirdpersonshoulderaimdistADS_70 = 0x2590970;
uintptr_t c_thirdpersonshoulderaimdistADS_90 = 0x2590a00;
uintptr_t c_thirdpersonshoulderaimdist_110 = 0x2590b20;
uintptr_t c_thirdpersonshoulderaimdist_70 = 0x2590bb0;
uintptr_t c_thirdpersonshoulderaimdist_90 = 0x2590a90;
uintptr_t c_thirdpersonshoulderdist = 0x258e090;
uintptr_t c_thirdpersonshouldergetsviewpunch = 0x2590850;
uintptr_t c_thirdpersonshoulderheight = 0x2590cd0;
uintptr_t c_thirdpersonshoulderoffset = 0x2590c40;
uintptr_t c_threadedAnimPostData = 0x2548ab0;
uintptr_t cam_collision = 0x2582c60;
uintptr_t cam_debug_collision = 0x258a6e0;
uintptr_t cam_idealdelta = 0x2589290;
uintptr_t cam_idealdist = 0x257fab0;
uintptr_t cam_ideallag = 0x258b800;
uintptr_t cam_idealpitch = 0x258f230;
uintptr_t cam_idealyaw = 0x258b3e0;
uintptr_t cam_pitchLock_feetRelative = 0x257d7c0;
uintptr_t cam_pitchfreeze_on = 0x258fe60;
uintptr_t cam_pitchlock_on = 0x2583ff0;
uintptr_t cam_pitchlock_period = 0x258d300;
uintptr_t cam_pitchlock_phase = 0x257fc50;
uintptr_t cam_pitchlock_pitchBase = 0x258dac0;
uintptr_t cam_pitchlock_pitchRange = 0x2580740;
uintptr_t cam_pitchlock_pitchWiggleRoom = 0x257ce60;
uintptr_t cam_player_viewheight_scale = 0x2590730;
uintptr_t cam_showangles = 0x2580de0;
uintptr_t cam_yawfreeze_on = 0x2586830;
uintptr_t cam_zoomfreeze_on = 0x25880f0;
uintptr_t can_stand_on_obb = 0x26efef0;
uintptr_t cant_continue_on_switch = 0x1f216c0;
uintptr_t cc_captiontrace = 0x258d3d0;
uintptr_t cc_global_norepeat = 0x2586ad0;
uintptr_t cc_linger_time = 0x258fdd0;
uintptr_t cc_max_duration = 0x2584f20;
uintptr_t cc_minvisibleitems = 0x2585430;
uintptr_t cc_predisplay_time = 0x2588ff0;
uintptr_t cc_text_size = 0x2584290;
uintptr_t cc_timeshift_norepeat = 0x2581b80;
uintptr_t cdndownloads_hostname = 0x1f284f0;
uintptr_t challenges_on_demand_stats_update_frequency_seconds = 0x2712de0;
uintptr_t chasecam_distanceMax_override = 0x254d6a0;
uintptr_t chat_rules_MuteIsMute = 0x1ee3490;
uintptr_t chat_rules_log_details = 0x1ee35b0;
uintptr_t chatroom_debug = 0x1f1d200;
uintptr_t chatroom_nameLength = 0x252bd10;
uintptr_t chatroom_namePaddingX = 0x252c670;
uintptr_t chatroom_nameWidth = 0x252c5e0;
uintptr_t chatroom_useSlopSpace = 0x252c3a0;
uintptr_t cheap_captions_fadetime = 0x2599540;
uintptr_t cheap_captions_test = 0x2598e30;
uintptr_t cheap_track_dev_telemetry_period_seconds = 0x2525190;
uintptr_t cheap_track_disabled = 0x2525350;
uintptr_t cheap_track_report_non_fatal_errors = 0x2525230;
uintptr_t cheaptrack_button_combo = 0x1bc6d50;
uintptr_t checkBreaksCloakOnChargeBegin = 0x253db90;
uintptr_t checkBreaksCloakOnWeaponToss = 0x2540eb0;
uintptr_t chroma_enable = 0x1dac260;
uintptr_t clPlayCustomActGesture = 0x2542fc0;
uintptr_t cl_NotifyAllLevelAssetsLoaded_endframe = 0x254fa70;
uintptr_t cl_RunClientConnectScripts_Before_ProcessOnDataChangedEvents = 0x2571fb0;
uintptr_t cl_SetupAllBones = 0x2548b40;
uintptr_t cl_ShowBoneSetupEnts = 0x2562670;
uintptr_t cl_adjustTimeEntsPerJob = 0x1ed95b0;
uintptr_t cl_aggregate_particles = 0x259ac00;
uintptr_t cl_allowABSCalculationDuringSnapshotScriptCalls = 0x2565330;
uintptr_t cl_allowABSDuringSnapshotScriptCalls = 0x255d0a0;
uintptr_t cl_allowRemotePrintAsChat = 0x1f17cb0;
uintptr_t cl_allow_async_anim_particle_commands = 0x2571600;
uintptr_t cl_allow_small_display_size_detection_windows = 0x25209c0;
uintptr_t cl_always_draw_3p_player = 0x26b8a80;
uintptr_t cl_always_ragdoll_radius = 0x25493a0;
uintptr_t cl_anglespeedkey = 0x258da30;
uintptr_t cl_anim_always_play_nonlobby_sfx = 0x2548fc0;
uintptr_t cl_anim_attachment_sound_enabled = 0x2548bd0;
uintptr_t cl_anim_blend_transition_dist = 0x254a010;
uintptr_t cl_anim_deferredstop_onbecomepredictable = 0x2549160;
uintptr_t cl_anim_detail_dist = 0x2548150;
uintptr_t cl_anim_eventreset_mode = 0x254a130;
uintptr_t cl_anim_face_dist = 0x2548030;
uintptr_t cl_anim_layerfxcleanup = 0x25719c0;
uintptr_t cl_anim_newfxclear = 0x2548e10;
uintptr_t cl_anim_resetEvents_firstPredictionOnly = 0x26f9180;
uintptr_t cl_anim_resetevents_on_seq_change = 0x26f6ba0;
uintptr_t cl_anim_sequence_transition_full_weight_optimization = 0x2548870;
uintptr_t cl_anim_sounds_seek = 0x254a250;
uintptr_t cl_approx_footstep_origin = 0x25472f0;
uintptr_t cl_approx_tracer_origin = 0x258f500;
uintptr_t cl_async_bone_setup = 0x257c120;
uintptr_t cl_base_entity_effect_lock = 0x254b3c0;
uintptr_t cl_base_entity_link_with_locks = 0x254cdf0;
uintptr_t cl_bones_incremental_transform = 0x25478f0;
uintptr_t cl_bones_oldhack = 0x25495e0;
uintptr_t cl_bounds_show_errors = 0x26f8560;
uintptr_t cl_burninggibs = 0x27028d0;
uintptr_t cl_checkForFrametimeHitch = 0x1e6cfb0;
uintptr_t cl_checkForFrametimeHitch_thresh = 0x1e6d1c0;
uintptr_t cl_clock_correction_ahead_correct_interval = 0x1bac610;
uintptr_t cl_clock_correction_behind_correct_interval = 0x1bab330;
uintptr_t cl_cmdFrametimes_print = 0x1e6e3c0;
uintptr_t cl_cmdbackup = 0x1e6d820;
uintptr_t cl_comms_filter = 0x1ee31f0;
uintptr_t cl_cull_weapon_fx = 0x2535390;
uintptr_t cl_deathhints_enabled = 0x2715a10;
uintptr_t cl_debugClientEntities = 0x254a9a0;
uintptr_t cl_debug_deferred_trace = 0x2705aa0;
uintptr_t cl_debug_deferred_trace_overlay = 0x2709b60;
uintptr_t cl_debug_model_fx_sounds = 0x258d8e0;
uintptr_t cl_decal_alwayswhite = 0x26c1200;
uintptr_t cl_decal_backoff = 0x26f88d0;
uintptr_t cl_deferred_effects = 0x26b8b10;
uintptr_t cl_deferred_trace_normal_priority = 0x2704f30;
uintptr_t cl_deferredstop_customactchange = 0x253e740;
uintptr_t cl_deferredstop_fromsv_whenpredicted = 0x2549700;
uintptr_t cl_demoviewoverride = 0x256be30;
uintptr_t cl_disableTagForPrivateMatch = 0x254d580;
uintptr_t cl_disable_ragdolls = 0x2549f80;
uintptr_t cl_disconnectOnTooManySnapshotFrames = 0x1dac380;
uintptr_t cl_doNetworkAsserts = 0x25430e0;
uintptr_t cl_doRecreateEnts = 0x1dac2f0;
uintptr_t cl_draw_player_model = 0x254f500;
uintptr_t cl_drawhud = 0x25723c0;
uintptr_t cl_drawmonitors = 0x259cc70;
uintptr_t cl_enable_remote_splitscreen = 0x2593b40;
uintptr_t cl_entCreateDeleteDebug = 0x1dac6e0;
uintptr_t cl_events_ignore_invalidate = 0x2563520;
uintptr_t cl_ezlaunch_button = 0x1e6d5b0;
uintptr_t cl_failremoteconnections = 0x1f16890;
uintptr_t cl_fasttempentcollision = 0x258efa0;
uintptr_t cl_flip_vis_bits = 0x254aac0;
uintptr_t cl_flushentitypacket = 0x1dac4a0;
uintptr_t cl_footstep_event_max_dist = 0x2549820;
uintptr_t cl_footstep_event_max_dist_titan = 0x2548d80;
uintptr_t cl_forceAdjustTime = 0x1ed8350;
uintptr_t cl_fovScale = 0x1f22fc0;
uintptr_t cl_gib_allow = 0x1f22f30;
uintptr_t cl_gib_attack_dir_scale = 0x25711f0;
uintptr_t cl_gib_lifetime = 0x2555e60;
uintptr_t cl_idealpitchscale = 0x2595d40;
uintptr_t cl_ignorepackets = 0x1e6dc80;
uintptr_t cl_interp_all = 0x254b660;
uintptr_t cl_interpolate = 0x254b270;
uintptr_t cl_interpolation_before_prediction = 0x257b2a0;
uintptr_t cl_ipgeo_country = 0x1ed9760;
uintptr_t cl_isUnderAge = 0x1f18f70;
uintptr_t cl_is_softened_locale = 0x1e6de00;
uintptr_t cl_jiggle_bone_debug = 0x25284d0;
uintptr_t cl_jiggle_bone_debug_pitch_constraints = 0x25283b0;
uintptr_t cl_jiggle_bone_debug_yaw_constraints = 0x25285f0;
uintptr_t cl_jiggle_bone_invert = 0x2528440;
uintptr_t cl_jiggle_bone_sanity = 0x2528560;
uintptr_t cl_jip_timeout = 0x1f1b410;
uintptr_t cl_keepPersistentDataOnDisconnect = 0x1ed8080;
uintptr_t cl_lagcompensation = 0x25975f0;
uintptr_t cl_language = 0x1e6e780;
uintptr_t cl_leafsystemvis = 0x257b790;
uintptr_t cl_lerpIfChildrenLerp = 0x254c830;
uintptr_t cl_liveapi_allow_requests = 0x1edb070;
uintptr_t cl_liveapi_allow_stdout = 0x1eda990;
uintptr_t cl_liveapi_config_file = 0x1edad10;
uintptr_t cl_liveapi_dir = 0x1edaa20;
uintptr_t cl_liveapi_enabled = 0x1edaab0;
uintptr_t cl_liveapi_pretty_print_log = 0x1edb100;
uintptr_t cl_liveapi_requests_psk = 0x1edabf0;
uintptr_t cl_liveapi_requests_psk_tries = 0x1edb340;
uintptr_t cl_liveapi_session_name = 0x1edac80;
uintptr_t cl_liveapi_skipservermessage = 0x2591310;
uintptr_t cl_liveapi_spectator_only = 0x25911f0;
uintptr_t cl_liveapi_stdout_prefix_filter = 0x1edb3d0;
uintptr_t cl_liveapi_use_protobuf = 0x1edaec0;
uintptr_t cl_liveapi_use_websocket = 0x1edb190;
uintptr_t cl_liveapi_write_event_file = 0x2591160;
uintptr_t cl_liveapi_ws_event_delay = 0x1edada0;
uintptr_t cl_liveapi_ws_keepalive = 0x1edae30;
uintptr_t cl_liveapi_ws_lax_ssl = 0x1edafe0;
uintptr_t cl_liveapi_ws_retry_count = 0x1edb2b0;
uintptr_t cl_liveapi_ws_retry_time = 0x1edb220;
uintptr_t cl_liveapi_ws_servers = 0x1edaf50;
uintptr_t cl_liveapi_ws_timeout = 0x1edab40;
uintptr_t cl_loadBspFromServerInfo = 0x1f178f0;
uintptr_t cl_loadStaticPropsInJob = 0x1bcca50;
uintptr_t cl_matchmaking_timeout = 0x1ed92e0;
uintptr_t cl_model_fx_gib_cull_front_dist = 0x258b180;
uintptr_t cl_model_fx_gib_cull_radius = 0x258ac90;
uintptr_t cl_mouseenable = 0x258ddc0;
uintptr_t cl_mute_override_default = 0x1ee3370;
uintptr_t cl_mute_toggle_to_default = 0x1baacd0;
uintptr_t cl_nameObserverOverride = 0x256b3d0;
uintptr_t cl_noTimeoutLocalHost = 0x1e6cc50;
uintptr_t cl_observerVFXOverrides_enabled = 0x2556b30;
uintptr_t cl_observer_preset_playerHash = 0x26c3f60;
uintptr_t cl_observer_preset_playerSlot = 0x26f6710;
uintptr_t cl_observer_preset_team = 0x26edb00;
uintptr_t cl_odsl_enabled = 0x25944d0;
uintptr_t cl_overrideEventTimes = 0x1e6e930;
uintptr_t cl_parallelParticlePreDrawWork = 0x26b7f20;
uintptr_t cl_parallel_clientside_animations = 0x2547a30;
uintptr_t cl_particle_batch_mode = 0x26bbb70;
uintptr_t cl_particle_control_snap_dist = 0x26bbae0;
uintptr_t cl_particle_control_snap_mode = 0x26bba50;
uintptr_t cl_particle_fallback_base = 0x1f22cf0;
uintptr_t cl_particle_fallback_multiplier = 0x1f23050;
uintptr_t cl_particle_limiter_display_killed = 0x2599ce0;
uintptr_t cl_particle_limiter_hide_killable = 0x279f4d0;
uintptr_t cl_particle_limiter_max_particle_count = 0x25947a0;
uintptr_t cl_particle_limiter_max_system_count = 0x2594900;
uintptr_t cl_particle_limiter_min_kill_distance = 0x2595e30;
uintptr_t cl_particle_limiter_overlay = 0x25997f0;
uintptr_t cl_particle_max_count = 0x2595650;
uintptr_t cl_particle_render_fallback_threshold_ms = 0x2596730;
uintptr_t cl_particle_sim_fallback_base_multiplier = 0x259ab70;
uintptr_t cl_particle_sim_fallback_threshold_ms = 0x2593520;
uintptr_t cl_particle_snoozetime = 0x25986e0;
uintptr_t cl_particles_show_bbox = 0x2596230;
uintptr_t cl_particles_show_bbox_name = 0x259a090;
uintptr_t cl_particles_show_controlpoints = 0x2596d00;
uintptr_t cl_pclass = 0x259b530;
uintptr_t cl_pdump = 0x2598c80;
uintptr_t cl_phys_maxticks = 0x2593640;
uintptr_t cl_phys_show_active = 0x2597440;
uintptr_t cl_phys_timescale = 0x25979a0;
uintptr_t cl_physics_invalidate_ents = 0x259a300;
uintptr_t cl_physicsshadowupdate_render = 0x270c6d0;
uintptr_t cl_pitchspeed = 0x258e120;
uintptr_t cl_playback_screenshots = 0x1e6e2d0;
uintptr_t cl_postSnapshotTransitionBlockCount = 0x1dac530;
uintptr_t cl_preSnapshotTransitionBlockCount = 0x254be20;
uintptr_t cl_precache_player_models = 0x25522f0;
uintptr_t cl_precache_root_lgnd_skins = 0x1f1d040;
uintptr_t cl_precache_use_pso_threads = 0x1f1d0d0;
uintptr_t cl_pred_error_verbose = 0x26bbc90;
uintptr_t cl_pred_optimize = 0x25966a0;
uintptr_t cl_predict = 0x1e6e040;
uintptr_t cl_predict_basetoggles = 0x25554e0;
uintptr_t cl_predict_cmdlimit = 0x2593990;
uintptr_t cl_predict_cmdlimit_fullsnap = 0x2593db0;
uintptr_t cl_predict_error_icon_duration = 0x259aa50;
uintptr_t cl_predict_error_icon_show = 0x2595770;
uintptr_t cl_predict_error_icon_threshold_angle = 0x2599070;
uintptr_t cl_predict_error_icon_threshold_dist = 0x25940c0;
uintptr_t cl_predict_viewangles = 0x259bb00;
uintptr_t cl_prediction_error_timestamps = 0x2594030;
uintptr_t cl_predictionlist = 0x2598bb0;
uintptr_t cl_predictweapons = 0x25967c0;
uintptr_t cl_prevent_weapon_text_hints = 0x2531b90;
uintptr_t cl_ragdoll_force_fade_time = 0x2549eb0;
uintptr_t cl_ragdoll_force_fade_time_local_view_player = 0x2549790;
uintptr_t cl_ragdoll_force_fade_time_on_moving_geo = 0x26bb810;
uintptr_t cl_ragdoll_force_fade_time_titan = 0x25490d0;
uintptr_t cl_ragdoll_maxcount = 0x1f22e10;
uintptr_t cl_ragdoll_self_collision = 0x1f230e0;
uintptr_t cl_ranked_reconnect_timeout = 0x1ed8470;
uintptr_t cl_release_children_on_release = 0x254bcf0;
uintptr_t cl_replayDelayTolerance = 0x1ed8fe0;
uintptr_t cl_requireAnimForAnimEventsHdr = 0x254a2e0;
uintptr_t cl_resend = 0x1ed8d40;
uintptr_t cl_resend_timeout = 0x1ed9160;
uintptr_t cl_restoreSimulationTimeBase = 0x2554910;
uintptr_t cl_retire_low_priority_lights = 0x1e6d3d0;
uintptr_t cl_runWeaponCloneThinkWhenHidden = 0x2568290;
uintptr_t cl_safearea = 0x2715dd0;
uintptr_t cl_screenshotname = 0x1e6d910;
uintptr_t cl_scriptCompileAsync = 0x259c2e0;
uintptr_t cl_script_perf_dump_on_shutdown = 0x25972c0;
uintptr_t cl_showClanTags = 0x256ad40;
uintptr_t cl_show_splashes = 0x258ae50;
uintptr_t cl_showfiredbullets = 0x253ac60;
uintptr_t cl_showfps = 0x2598ec0;
uintptr_t cl_showfps_altframetime = 0x2595c20;
uintptr_t cl_showpausedimage = 0x2597f60;
uintptr_t cl_showpos = 0x25933a0;
uintptr_t cl_showtime = 0x2596610;
uintptr_t cl_simulateAllModelsRegardless = 0x2548900;
uintptr_t cl_skipAnimEventsOnProps = 0x25479a0;
uintptr_t cl_skipfastpath = 0x2599a00;
uintptr_t cl_small_display_detection_size = 0x2520a50;
uintptr_t cl_smooth = 0x2553b30;
uintptr_t cl_smooth_debug = 0x2553990;
uintptr_t cl_smoothtime = 0x2554a30;
uintptr_t cl_snapshot_draw = 0x1f28a00;
uintptr_t cl_strict_transport_checks = 0x1f176b0;
uintptr_t cl_threaded_bone_setup = 0x2547860;
uintptr_t cl_update_visibility_for_non_predicted_local_player_always = 0x254bf10;
uintptr_t cl_updatedirty_async = 0x26dd920;
uintptr_t cl_updatedirty_early = 0x2563640;
uintptr_t cl_updaterate_mp = 0x1e6e810;
uintptr_t cl_updaterate_mp_override = 0x1f1aff0;
uintptr_t cl_upspeed = 0x258e000;
uintptr_t cl_useFutureSnapForEvents = 0x1e6e8a0;
uintptr_t cl_useLobbyTypeForChatroom = 0x1ed8b90;
uintptr_t cl_use_raw_input_buffer = 0x279fdd0;
uintptr_t cl_use_target_visibility_collision_group = 0x255db30;
uintptr_t cl_use_virtual_keyboard_on_desktop_when_controller = 0x27a3040;
uintptr_t cl_view_cone = 0x2554340;
uintptr_t cl_view_cone_debug = 0x2552bd0;
uintptr_t cl_viewmodel_audio_seek_correction = 0x2572330;
uintptr_t cl_viewmodel_pre_animate = 0x257bbb0;
uintptr_t cl_viewmodel_simulate_invisible = 0x2571310;
uintptr_t cl_viewmodel_simulate_on_weapon_think = 0x2542f30;
uintptr_t cl_voice_lvl_blocks = 0x1da3710;
uintptr_t cl_voice_lvl_samples_per_block = 0x1da2e10;
uintptr_t cl_voicein_normalize = 0x1da2f30;
uintptr_t cl_voicein_normalize_attack = 0x1da2d80;
uintptr_t cl_voicein_normalize_attenuate_on_clip = 0x1da2c60;
uintptr_t cl_voicein_normalize_db_decrease_per_sec = 0x1da2cf0;
uintptr_t cl_voicein_normalize_db_increase_per_sec = 0x1da35f0;
uintptr_t cl_voicein_normalize_max_boost = 0x1da3290;
uintptr_t cl_voicein_normalize_min_boost = 0x1da3830;
uintptr_t cl_voicein_normalize_min_gain = 0x1da3320;
uintptr_t cl_voicein_normalize_release = 0x1da3680;
uintptr_t cl_voicein_normalize_rms_tweak = 0x1da34d0;
uintptr_t cl_voicein_normalize_target = 0x1da3560;
uintptr_t cl_voiceout_normalize = 0x1da3170;
uintptr_t cl_voiceout_normalize_attack = 0x1da30e0;
uintptr_t cl_voiceout_normalize_attenuate_on_clip = 0x1da2fc0;
uintptr_t cl_voiceout_normalize_db_decrease_per_sec = 0x1da3440;
uintptr_t cl_voiceout_normalize_db_increase_per_sec = 0x1da3050;
uintptr_t cl_voiceout_normalize_max_boost = 0x1da2ea0;
uintptr_t cl_voiceout_normalize_min_boost = 0x1da38c0;
uintptr_t cl_voiceout_normalize_min_gain = 0x1da2bd0;
uintptr_t cl_voiceout_normalize_release = 0x1da37a0;
uintptr_t cl_voiceout_normalize_rms_tweak = 0x1da33b0;
uintptr_t cl_voiceout_normalize_target = 0x1da3200;
uintptr_t cl_warnAboutSoundsOnInvalidEntities = 0x258c400;
uintptr_t cl_windows_virtual_keyboard_closedelay = 0x27a3160;
uintptr_t cl_windows_virtual_keyboard_dualshock = 0x27a31f0;
uintptr_t cl_windows_virtual_keyboard_enabled = 0x27a30d0;
uintptr_t cl_windows_virtual_keyboard_kind = 0x27a2fb0;
uintptr_t cl_yawspeed = 0x257d020;
uintptr_t clearEffectsOnAnimChange = 0x25480c0;
uintptr_t clear_scriptname_on_remove = 0x26c2070;
uintptr_t clientQoSport = 0x1bcd060;
uintptr_t client_boostCount = 0x1f1d8e0;
uintptr_t client_deferredSnapshotScriptCalls = 0x259bb90;
uintptr_t client_script_compile_debug_dump_rprof = 0x1ed8c20;
uintptr_t client_side_mimic_debug = 0x2702360;
uintptr_t clientport = 0x1bc8080;
uintptr_t clip_mouse_to_letterbox = 0x1f25d50;
uintptr_t cloak_enabled = 0x1f32130;
uintptr_t cloak_pilotAberrationScale = 0x1f396b0;
uintptr_t cloak_pilotBrightenAdd = 0x1f3a4c0;
uintptr_t cloak_pilotNoiseFactor = 0x1f39e90;
uintptr_t cloak_pilotTint1 = 0x1f39fb0;
uintptr_t cloak_pilotTint2 = 0x1f39b30;
uintptr_t cloak_pilotTint3 = 0x1f39aa0;
uintptr_t clock_bias_mp = 0x1bad270;
uintptr_t clock_bias_sp = 0x1bae2e0;
uintptr_t clock_showcorrections = 0x1bada90;
uintptr_t clock_showdebuginfo = 0x1bae250;
uintptr_t closecaption = 0x1f19f20;
uintptr_t clusteredlighting_2dbounds = 0x1f91c80;
uintptr_t clusteredlighting_cluster_depth = 0x1f91b60;
uintptr_t clusteredlighting_cluster_depth_lobby = 0x1f92220;
uintptr_t clusteredlighting_enable_fulllights = 0x1f91fe0;
uintptr_t clusteredlighting_enable_quad_dist = 0x1f92100;
uintptr_t clusteredlighting_enable_shlights = 0x1f916e0;
uintptr_t clusteredlighting_light_importance_threshold = 0x1f91ad0;
uintptr_t clusteredlighting_no_realtime_check = 0x1f91770;
uintptr_t clusteredlighting_pixels_per_cluster = 0x1f919b0;
uintptr_t clusteredlighting_rasterize = 0x1f91da0;
uintptr_t clusteredlighting_skip_behind_depth = 0x1f91e30;
uintptr_t clusteredlighting_veryfar_enabled = 0x1f91650;
uintptr_t clusteredlighting_veryfar_minsize = 0x1f91890;
uintptr_t clusteredlighting_z_first_far = 0x1f91920;
uintptr_t clusteredlighting_z_first_far_lobby = 0x1f91d10;
uintptr_t clusteredlighting_z_last = 0x1f91530;
uintptr_t clusteredlighting_z_last_lobby = 0x1f914a0;
uintptr_t cockpitDrift_scalePitch = 0x270cb40;
uintptr_t cockpitDrift_scaleYaw = 0x270d2c0;
uintptr_t cockpitDrift_speedPitch = 0x270e500;
uintptr_t cockpitDrift_speedYaw = 0x270c880;
uintptr_t cockpitShake_sourceRollRange = 0x252ee50;
uintptr_t cockpitShake_translateRange = 0x2530ef0;
uintptr_t cockpit_damage_chroma_scale = 0x252d800;
uintptr_t cockpit_hit_chroma_max_time = 0x252de20;
uintptr_t cockpit_hit_chroma_scale = 0x2530440;
uintptr_t cockpit_pitch_down_frac = 0x252f1f0;
uintptr_t cockpit_pitch_up_frac = 0x2532020;
uintptr_t cockpit_screen_boot_chroma_scale = 0x252fd30;
uintptr_t cockpit_screen_boot_delay_bottom = 0x252e780;
uintptr_t cockpit_screen_boot_delay_left = 0x25321b0;
uintptr_t cockpit_screen_boot_delay_mid = 0x252d5a0;
uintptr_t cockpit_screen_boot_delay_right = 0x252f0d0;
uintptr_t cockpit_screen_boot_delay_top = 0x2532780;
uintptr_t coll_spatial_entry_limit_client = 0x1edc710;
uintptr_t coll_spatial_optimize_prefetch = 0x1edc7a0;
uintptr_t coll_use_bolt_size = 0x1ba8f20;
uintptr_t colorblind_mode = 0x2596970;
uintptr_t comms_connect_delay = 0x1ed9eb0;
uintptr_t comms_deditext = 0x1ed9a30;
uintptr_t comms_dedivoice = 0x1ed9910;
uintptr_t comms_keepalive = 0x1ed9f40;
uintptr_t comms_lobbytext = 0x1ed99a0;
uintptr_t comms_reconnect = 0x1ed9c70;
uintptr_t comms_restrict_forcevalue = 0x1ee3520;
uintptr_t comms_restrict_usenucloc = 0x1ee3400;
uintptr_t comms_udp_keepalive = 0x1ed9d90;
uintptr_t comms_udp_minactivity = 0x1ed9be0;
uintptr_t comms_udpestablish = 0x1ed9e20;
uintptr_t comms_udpestablish_early = 0x1ed9d00;
uintptr_t comms_use_cl_name = 0x1ed9fd0;
uintptr_t communicationBlock_block_num = 0x1ee3c30;
uintptr_t communicationBlock_block_threshold = 0x1ee3b10;
uintptr_t communicationBlock_enabled = 0x1ee3ba0;
uintptr_t communicationBlock_report_self = 0x1ee3760;
uintptr_t communicationBlock_report_threshold = 0x1ee38d0;
uintptr_t communicationBlock_server_authoritative = 0x1ee3cc0;
uintptr_t communicationBlock_time_to_unblock = 0x1ee3960;
uintptr_t communicationBlock_warning_fade = 0x1ee36d0;
uintptr_t communicationBlock_warning_num = 0x1ee39f0;
uintptr_t communicationBlock_warning_sustain = 0x1ee3840;
uintptr_t communicationBlock_warning_threshold = 0x1ee3a80;
uintptr_t communities_hostname = 0x1f0bb00;
uintptr_t community = 0x1ee3e70;
uintptr_t community_frame_run = 0x1ee4260;
uintptr_t community_spam = 0x1f0b5f0;
uintptr_t community_staleUserInfoTime = 0x1ee3f90;
uintptr_t con_logfile = 0x1f20e50;
uintptr_t con_timestamp = 0x1bad120;
uintptr_t concommands_exec_sanitize = 0x1baad60;
uintptr_t controller_constant_aim_sense_debounce = 0x26f9c70;
uintptr_t controller_debug_show_detection = 0x1f24110;
uintptr_t controller_fast_duration_time_generic = 0x1f24350;
uintptr_t controller_fast_press_time_generic = 0x1f23e70;
uintptr_t controller_max_fast_presses_generic = 0x1f241a0;
uintptr_t controller_out_of_bounds_threshold_generic = 0x1f23f00;
uintptr_t controller_pattern_rec_error_generic = 0x1f24020;
uintptr_t controller_report_freq_generic = 0x1f24230;
uintptr_t controller_trigger_max_velocity_generic = 0x1f23f90;
uintptr_t controller_use_cheat_detection_generic = 0x1f23de0;
uintptr_t cpu_level = 0x256a7d0;
uintptr_t createentitydecals = 0x254c480;
uintptr_t crossPlay_Enabled = 0x1ee17f0;
uintptr_t csm0_on_worker = 0x256fb80;
uintptr_t csm_cascade_res = 0x256ab90;
uintptr_t csm_coverage = 0x1f32250;
uintptr_t csm_culling_use_base_planes = 0x2572060;
uintptr_t csm_culling_use_exclusion_planes = 0x2568930;
uintptr_t csm_culling_use_inclusion_planes = 0x2555450;
uintptr_t csm_culling_use_planes = 0x257ba90;
uintptr_t csm_debug_2d = 0x2561320;
uintptr_t csm_debug_culling = 0x2564800;
uintptr_t csm_debug_vis_hi_range = 0x256ff30;
uintptr_t csm_debug_vis_lo_range = 0x2564240;
uintptr_t csm_depth_bias = 0x2564480;
uintptr_t csm_dropsequence_adjusted_coverage = 0x25717f0;
uintptr_t csm_dropsequence_adjustment = 0x25557c0;
uintptr_t csm_enabled = 0x1f34d10;
uintptr_t csm_fadeModels = 0x255e980;
uintptr_t csm_force_no_csm_in_reflections = 0x2561230;
uintptr_t csm_frustum_draw = 0x2528310;
uintptr_t csm_frustum_draw_lock = 0x2528280;
uintptr_t csm_heightmap_shadows = 0x256f940;
uintptr_t csm_ignore_cascade12 = 0x256fa60;
uintptr_t csm_ignore_edge_planes = 0x255da10;
uintptr_t csm_ignore_face_planes = 0x2566380;
uintptr_t csm_max_z_offset = 0x2571570;
uintptr_t csm_min_z_offset = 0x2563a40;
uintptr_t csm_renderable_shadows = 0x2555850;
uintptr_t csm_rope_shadows = 0x2571690;
uintptr_t csm_shadow_split_lerp_factor_range = 0x2571f20;
uintptr_t csm_texel_size_cascade_0 = 0x25618a0;
uintptr_t csm_texel_size_cascade_1 = 0x2565210;
uintptr_t csm_texel_size_cascade_2 = 0x255deb0;
uintptr_t csm_texel_size_cascade_onecascade = 0x256c3c0;
uintptr_t csm_use_env_light_direction = 0x255d6c0;
uintptr_t csm_world_shadow_meshes = 0x25688a0;
uintptr_t csm_world_shadows = 0x256c570;
uintptr_t csm_z_cover_world = 0x256c0f0;
uintptr_t cull_entity_circle_replicated = 0x1f16800;
uintptr_t cull_target_info_offscreen_for_players = 0x2532390;
uintptr_t cull_target_info_offscreen_for_spectators = 0x252deb0;
uintptr_t cupsPub_hostname = 0x1bc32a0;
uintptr_t cups_check_activation_from_reveal = 0x1da47b0;
uintptr_t cups_debug = 0x1da4630;
uintptr_t cups_enabled = 0x1da4930;
uintptr_t cups_has_match_history = 0x1da3fe0;
uintptr_t cups_has_post_match = 0x1da3d10;
uintptr_t cups_leaderboardRequestCacheLimit = 0x1da44f0;
uintptr_t cups_leaderboardRequestCacheTimeout = 0x1da49c0;
uintptr_t curl_spamAllQueryStates = 0x1f1c2e0;
uintptr_t cursorWide = 0x27c9630;
uintptr_t curved_zipline_skip_cooldown_increase = 0x2544070;
uintptr_t customMatchChannel_hostname = 0x1da53e0;
uintptr_t customMatchPub_hostname = 0x1bcc300;
uintptr_t customMatch_allowBanningLegends = 0x1da5960;
uintptr_t customMatch_bannedLegends = 0x1da5190;
uintptr_t customMatch_channel = 0x1da4bd0;
uintptr_t customMatch_enabled = 0x1da50e0;
uintptr_t customMatch_fastStart = 0x1da4b00;
uintptr_t customMatch_fillBotsMode = 0x1da5870;
uintptr_t customMatch_forceHiddenPlaylistAccess = 0x1da4f80;
uintptr_t customMatch_forceSpecialAccess = 0x1da5560;
uintptr_t customMatch_hasMultiplePlayers = 0x1da4d50;
uintptr_t customMatch_liveapi = 0x1da5010;
uintptr_t customMatch_playerToken = 0x1da5330;
uintptr_t customMatch_public_enabled = 0x1da57c0;
uintptr_t customMatch_startMatchmakingDelay = 0x1da52a0;
uintptr_t dac = 0x1edb580;
uintptr_t damageIndicatorReplayTimeOffset = 0x25319b0;
uintptr_t damage_indicator_style_pilot = 0x2715f30;
uintptr_t damageinfo_defendInvalidValues = 0x26bca00;
uintptr_t debugFootstepEffects = 0x2549430;
uintptr_t debug_controller_menu_test_generic = 0x1f242c0;
uintptr_t debug_debug_overlay = 0x1baadf0;
uintptr_t debug_force_textRestriction = 0x1ee41d0;
uintptr_t debug_force_ugcRestriction = 0x1ee3f00;
uintptr_t debug_force_voiceRestriction = 0x1ee40b0;
uintptr_t debug_map_crc = 0x1bad5c0;
uintptr_t defer_weapon_effects = 0x2536140;
uintptr_t delayPostSnapshotNotificationsToAfterInterpolation = 0x2555b90;
uintptr_t deltaBuf_dump_includeFields = 0x1ed7d50;
uintptr_t deltaBuf_forceOverflow = 0x1ed7e70;
uintptr_t deltaBuf_fullUpdateOnOverflow = 0x1ed7de0;
uintptr_t deltaBuf_restrictSizePercent = 0x1ed7f00;
uintptr_t demo_autoRecord = 0x1ed8ef0;
uintptr_t demo_autoRecordName = 0x1ed8b00;
uintptr_t demo_connect_string = 0x252b920;
uintptr_t demo_ui_enable = 0x252b770;
uintptr_t depth_prepass_dist_cutouts = 0x1f16250;
uintptr_t depth_prepass_dist_opaques = 0x1f17bc0;
uintptr_t depth_prepass_include_opaques = 0x1f169b0;
uintptr_t devStats = 0x2713020;
uintptr_t dev_telemetry_enabled = 0x1f1b380;
uintptr_t dev_telemetry_logging = 0x1edc290;
uintptr_t dev_telemetry_send_timeout_seconds = 0x1edc200;
uintptr_t developer = 0x1f1b260;
uintptr_t dialogue_cat_generic = 0x26bc108;
uintptr_t dialogue_cat_host_flavor = 0x26bc400;
uintptr_t dialogue_cat_host_important = 0x26bc498;
uintptr_t dialogue_cat_legend_flavor = 0x26bc2d0;
uintptr_t dialogue_cat_legend_important = 0x26bc368;
uintptr_t dialogue_cat_ping_flavor = 0x26bc1a0;
uintptr_t dialogue_cat_ping_important = 0x26bc238;
uintptr_t dialogue_cat_weapon_flavor = 0x26bc530;
uintptr_t dialogue_debug = 0x26bc5c0;
uintptr_t directlighting_debug = 0x1f91800;
uintptr_t directlighting_debug_clusters = 0x1f92190;
uintptr_t directlighting_debug_freeze = 0x1f915c0;
uintptr_t directlighting_debug_lightidx = 0x1f912f0;
uintptr_t directlighting_debug_lightvolume = 0x1f91380;
uintptr_t directlighting_debugout = 0x1f91410;
uintptr_t directlighting_debugpick = 0x1f91bf0;
uintptr_t directlighting_debugpick_drawmode = 0x1f92070;
uintptr_t directlighting_debugpick_freeze = 0x1f91a40;
uintptr_t directlighting_debugpick_highlight = 0x1f91ec0;
uintptr_t directlighting_debugpick_ztest = 0x1f91f50;
uintptr_t directlighting_emissive_mul = 0x251f140;
uintptr_t directlighting_falloff = 0x1f9e650;
uintptr_t directlighting_falloff_cap = 0x1f9e490;
uintptr_t directlighting_global_mul = 0x1f9ea40;
uintptr_t directlighting_mode = 0x1f91260;
uintptr_t disable_bone_lods = 0x27cc650;
uintptr_t disable_object_placement_in_oob_trigger = 0x2536490;
uintptr_t disable_use_unspoofedid_social = 0x1f1dae0;
uintptr_t disallow_object_placement_special_in_oob_trigger = 0x253ab40;
uintptr_t disallow_object_placement_special_in_slip_trigger = 0x2534a70;
uintptr_t disallow_object_placement_special_in_slip_trigger_floor = 0x25351c0;
uintptr_t discord_largeImage = 0x1eda0f0;
uintptr_t discord_smallImage = 0x1eda060;
uintptr_t discord_updatePresence = 0x1eda180;
uintptr_t dlight_default_falloff = 0x1bab5a0;
uintptr_t dlight_early_clear = 0x1bad7c0;
uintptr_t dlight_enable = 0x1e6df50;
uintptr_t dlight_lumen_conversion = 0x1f9e5b0;
uintptr_t dlight_overlay = 0x1e6ce30;
uintptr_t do_blurfade_at_eighth_res_ingame = 0x2597230;
uintptr_t dodgeInputAllowed = 0x2580300;
uintptr_t dodge_cockpitHack = 0x26fd700;
uintptr_t dodge_cockpitOffsetMax = 0x26fd8e0;
uintptr_t dodge_cockpitTiltMax = 0x26fd820;
uintptr_t dodge_vertical_enable = 0x26be0b0;
uintptr_t dodge_vertical_horzspeedscale = 0x26c23d0;
uintptr_t dodge_vertical_in_air = 0x26f6b10;
uintptr_t dodge_vertical_threshold = 0x26f7610;
uintptr_t dodge_viewTiltDecreaseSpeed = 0x26bdcb0;
uintptr_t dodge_viewTiltFalloffTime = 0x26f1e80;
uintptr_t dodge_viewTiltIncreaseSpeed = 0x26bd400;
uintptr_t dodge_viewTiltMax = 0x26f1d90;
uintptr_t dof_enable = 0x2598440;
uintptr_t dof_farDepthEnd = 0x1f392c0;
uintptr_t dof_farDepthStart = 0x1f39350;
uintptr_t dof_monitorFarDepthEnd = 0x1f39470;
uintptr_t dof_monitorFarDepthStart = 0x1f391a0;
uintptr_t dof_monitorNearDepthEnd = 0x1f39070;
uintptr_t dof_monitorNearDepthStart = 0x1f39230;
uintptr_t dof_nearDepthEnd = 0x1f393e0;
uintptr_t dof_nearDepthStart = 0x1f39100;
uintptr_t dof_overrideParams = 0x1f39500;
uintptr_t dof_variable_blur = 0x25955c0;
uintptr_t dormant_debug = 0x254a760;
uintptr_t dsp_enabled = 0x26f3cc0;
uintptr_t dsp_health_multiplier = 0x26bd770;
uintptr_t dsp_notify_damage = 0x26c12f0;
uintptr_t dtwatchclass = 0x1bab220;
uintptr_t dtwatchdecode = 0x1bae750;
uintptr_t dtwatchencode = 0x1baaa30;
uintptr_t dtwatchent = 0x1bae5d0;
uintptr_t dtwatchvar = 0x1baafe0;
uintptr_t dump_varsights_calculations = 0x2716740;
uintptr_t durango_voice_chat_team_only = 0x25503f0;
uintptr_t dvs_enable = 0x1f37cb0;
uintptr_t dvs_enable_in_lobby = 0x256c6c0;
uintptr_t dvs_gpuframetime_max = 0x1f37c20;
uintptr_t dvs_gpuframetime_min = 0x1f37dd0;
uintptr_t dvs_gputimedelay_frames = 0x256fea0;
uintptr_t dvs_scale_min = 0x1f37d40;
uintptr_t ea_qvt_ident = 0x1f0bc20;
uintptr_t eadpAuth_hostname = 0x1bc8860;
uintptr_t eadpCodeRedemption_hostname = 0x1bcb390;
uintptr_t eadpFriends_hostname = 0x1bc98c0;
uintptr_t eadpGroups_hostname = 0x1bb02d0;
uintptr_t eadpRtm_hostname = 0x1bca650;
uintptr_t eadpSearch_hostname = 0x1bc9130;
uintptr_t eadpUM_hostname = 0x1baed10;
uintptr_t eadp_ctId = 0x1f0bf80;
uintptr_t eadp_do_pidinfo_fetch = 0x1f0c1f0;
uintptr_t eadp_force_nxNameDiscoverable = 0x1f0c280;
uintptr_t eadp_friend_filter_invalid = 0x1f0c010;
uintptr_t eadp_friend_use_ctid = 0x1f0bef0;
uintptr_t eadp_presence_encode_gamesessiondata = 0x1f21c50;
uintptr_t eadp_presence_encode_presence_state = 0x1f21ae0;
uintptr_t eadp_rtm_spam_log = 0x1f213d0;
uintptr_t effect_update_array_spam = 0x259ba50;
uintptr_t enable_KVFileOverrides = 0x1f17e70;
uintptr_t enable_PlayerSettingOverrides = 0x1f16ad0;
uintptr_t enable_debug_free_energize = 0x2534bf0;
uintptr_t enable_debug_overlays = 0x1babea0;
uintptr_t enable_height_based_land_anims = 0x26f5430;
uintptr_t enable_height_based_land_anims_titans = 0x26f3600;
uintptr_t enable_io_error_reporting_to_backtrace = 0x279fa50;
uintptr_t enable_non_fatal_error_reports = 0x25208a0;
uintptr_t enable_object_placement_special_post_validation = 0x2534b50;
uintptr_t enable_rotationStartTimeContiguous = 0x1f17f00;
uintptr_t enable_script_string_cache = 0x2705710;
uintptr_t enable_skeleton_draw = 0x25487e0;
uintptr_t enable_skeleton_draw_single_ent = 0x254a0a0;
uintptr_t enable_uninitialized_netvar_crashes = 0x27057e0;
uintptr_t enforce_entitlements_fingerprint_match = 0x1f1a340;
uintptr_t engine_pump_messages_before_sleep = 0x1f20db0;
uintptr_t ent_lightweightEnts = 0x254b6f0;
uintptr_t ent_repack_almostFull = 0x254a400;
uintptr_t ent_repack_threshhold = 0x254a7f0;
uintptr_t entity_error_on_hitbox_count_mismatch = 0x26f3b10;
uintptr_t entity_skipRedundantAddEffects = 0x26dcd50;
uintptr_t entity_useNetworkFieldBuffer = 0x1ed7f90;
uintptr_t entityreport_minAllocations = 0x254b4e0;
uintptr_t eosIgnoreAuthFailures = 0x1edb730;
uintptr_t eosIsActive = 0x1edb6a0;
uintptr_t eosJWT = 0x1edb7c0;
uintptr_t eosLoginRetryMaxTime = 0x1edb4f0;
uintptr_t eosScriptDoTest = 0x1edb610;
uintptr_t eos_clientId = 0x1edb970;
uintptr_t eos_clientSecret = 0x1edb850;
uintptr_t eos_deploymentId = 0x1edb8e0;
uintptr_t eos_sandboxId = 0x1edba00;
uintptr_t equip_all_emotes = 0x2712510;
uintptr_t error_if_non_standard_ent_create = 0x254aa30;
uintptr_t error_save_message_for_crash_dump = 0x1f18630;
uintptr_t eula_version = 0x26bad40;
uintptr_t eula_version_accepted = 0x26ba6c0;
uintptr_t eventseq_debug = 0x2563c80;
uintptr_t everything_unlocked = 0x2712020;
uintptr_t fast_intro = 0x27158b0;
uintptr_t fatal_error_signal_abort = 0x2524e10;
uintptr_t fatal_script_error_prompt = 0x27cd1e0;
uintptr_t fatal_script_errors = 0x27cd010;
uintptr_t fatal_script_errors_client = 0x27cd0b0;
uintptr_t fatal_script_errors_dump_n_struct_members = 0x27cd140;
uintptr_t fatal_script_errors_server = 0x27cd270;
uintptr_t feature_suppression_flags = 0x26b9940;
uintptr_t filesystem_buffer_size = 0x1f23960;
uintptr_t filesystem_max_stdio_read = 0x1f23c90;
uintptr_t filesystem_native = 0x1f23d20;
uintptr_t filesystem_report_buffered_io = 0x1f23b70;
uintptr_t filesystem_unbuffered_io = 0x1f23a50;
uintptr_t filesystem_use_overlapped_io = 0x1f23c00;
uintptr_t find_mismatched_player_collision_bug = 0x26fd580;
uintptr_t fire_animevents_overlay_not_active = 0x26fa290;
uintptr_t first_person_bullet_delay = 0x253e600;
uintptr_t first_person_proxy_blend_distance = 0x2555160;
uintptr_t first_person_proxy_debug = 0x2539d10;
uintptr_t first_time_player_state = 0x26b9850;
uintptr_t fog_enable = 0x26b89f0;
uintptr_t fog_enableskybox = 0x26b80d0;
uintptr_t footstep_voice_override = 0x2547ac0;
uintptr_t footstep_voice_override_onlygears = 0x25481e0;
uintptr_t force3PLaserAttachment = 0x25418b0;
uintptr_t force_EAAccess = 0x1ee4140;
uintptr_t force_stance_v2 = 0x270f4f0;
uintptr_t fov_disableAbilityScaling = 0x2552ab0;
uintptr_t fps_absolute_max = 0x1f18510;
uintptr_t fps_max = 0x1f18470;
uintptr_t fps_max_use_refresh = 0x1f17050;
uintptr_t fps_max_vsync = 0x1f17740;
uintptr_t fps_swings_tracking = 0x1f19d10;
uintptr_t freecam_swallowButtonInput = 0x254fb90;
uintptr_t freefall_sound_autoplay_time = 0x26bcd60;
uintptr_t freefall_sound_height = 0x26efb70;
uintptr_t friends_invitePreferFirstParty = 0x1f1d720;
uintptr_t friends_joinUsePresence = 0x1f1deb0;
uintptr_t friends_onlineUpdateInterval = 0x1f20560;
uintptr_t fs_fwrite_report_partial_writes = 0x1f23ae0;
uintptr_t fs_intralevel_reads = 0x1f232c0;
uintptr_t fs_report_intra_level_readopens = 0x1f233e0;
uintptr_t fs_report_long_reads = 0x1f23730;
uintptr_t fs_report_sync_opens = 0x1f23350;
uintptr_t fs_report_sync_opens_callstack = 0x1f23560;
uintptr_t fs_report_sync_opens_fatal = 0x1f23650;
uintptr_t fs_showAllReads = 0x1f234d0;
uintptr_t fs_warning_mode = 0x1f23880;
uintptr_t ftue_enable_experimentation = 0x2716250;
uintptr_t ftue_exp_killswitch = 0x2716070;
uintptr_t ftue_flow_enabled = 0x2716130;
uintptr_t ftue_npp_assignment_enabled = 0x2712a20;
uintptr_t full_crash_dumps_all_crashes = 0x1edc320;
uintptr_t full_crash_dumps_backtrace_fingerprint = 0x1edc560;
uintptr_t full_crash_dumps_enabled = 0x1edc680;
uintptr_t full_crash_dumps_max_attachments = 0x1edc3b0;
uintptr_t full_crash_dumps_max_count = 0x1edc5f0;
uintptr_t full_crash_dumps_size = 0x1edc4d0;
uintptr_t full_crash_dumps_wait_for_debugger = 0x1edc440;
uintptr_t fullscreen_enabled = 0x1f9e120;
uintptr_t func_break_max_pieces = 0x2589080;
uintptr_t fx_allow_force_mvecs_to_zero = 0x279e900;
uintptr_t fx_debug = 0x257c210;
uintptr_t fx_deferWorldTraceConstraint = 0x279d640;
uintptr_t fx_impact_ally = 0x259a930;
uintptr_t fx_impact_enemy = 0x2593270;
uintptr_t fx_impact_neutral = 0x2596a00;
uintptr_t fx_screenspacepass = 0x279f3b0;
uintptr_t fx_sound_ambient = 0x25568b0;
uintptr_t fx_sound_oneshot = 0x2564890;
uintptr_t fx_sound_oneshot_max_radius = 0x279dc40;
uintptr_t fx_sound_thinkinterval_max = 0x255dde0;
uintptr_t fx_think_debug = 0x25689c0;
uintptr_t g_debug_ragdoll_removal = 0x26bbed0;
uintptr_t g_ragdoll_fadespeed = 0x2549e20;
uintptr_t g_ragdoll_important_maxcount = 0x26bb8a0;
uintptr_t g_ragdoll_lvfadespeed = 0x2548ea0;
uintptr_t gameCursor_ModeActive = 0x2585bf0;
uintptr_t gameCursor_Velocity = 0x25869b0;
uintptr_t gamemode_select_show_decorated_playlist = 0x1f17d40;
uintptr_t gamemode_select_show_undecorated_playlist = 0x1f15d10;
uintptr_t gamemovement_duck_debounce_threshold = 0x26f8440;
uintptr_t gamemovement_player_respawn_sounds_cooldown = 0x26f3f40;
uintptr_t gamepad_ads_advanced_sensitivity_scalar_0 = 0x25621f0;
uintptr_t gamepad_ads_advanced_sensitivity_scalar_1 = 0x2562280;
uintptr_t gamepad_ads_advanced_sensitivity_scalar_2 = 0x2562310;
uintptr_t gamepad_ads_advanced_sensitivity_scalar_3 = 0x25623a0;
uintptr_t gamepad_ads_advanced_sensitivity_scalar_4 = 0x2562430;
uintptr_t gamepad_ads_advanced_sensitivity_scalar_5 = 0x25624c0;
uintptr_t gamepad_ads_advanced_sensitivity_scalar_6 = 0x2562550;
uintptr_t gamepad_ads_advanced_sensitivity_scalar_7 = 0x25625e0;
uintptr_t gamepad_aim_assist_ads_high_power_scopes = 0x256bc80;
uintptr_t gamepad_aim_assist_ads_low_power_scopes = 0x2568200;
uintptr_t gamepad_aim_assist_hip_high_power_scopes = 0x2556c80;
uintptr_t gamepad_aim_assist_hip_low_power_scopes = 0x2566470;
uintptr_t gamepad_aim_assist_melee = 0x256f8b0;
uintptr_t gamepad_aim_speed = 0x256ab00;
uintptr_t gamepad_aim_speed_ads_0 = 0x2566d10;
uintptr_t gamepad_aim_speed_ads_1 = 0x2566da0;
uintptr_t gamepad_aim_speed_ads_2 = 0x2566e30;
uintptr_t gamepad_aim_speed_ads_3 = 0x2566ec0;
uintptr_t gamepad_aim_speed_ads_4 = 0x2566f50;
uintptr_t gamepad_aim_speed_ads_5 = 0x2566fe0;
uintptr_t gamepad_aim_speed_ads_6 = 0x2567070;
uintptr_t gamepad_aim_speed_ads_7 = 0x2567100;
uintptr_t gamepad_button_layout = 0x26bb780;
uintptr_t gamepad_buttons_are_southpaw = 0x26ba610;
uintptr_t gamepad_custom_ads_pitch = 0x256bec0;
uintptr_t gamepad_custom_ads_turn_delay = 0x2563da0;
uintptr_t gamepad_custom_ads_turn_pitch = 0x25564f0;
uintptr_t gamepad_custom_ads_turn_time = 0x2572210;
uintptr_t gamepad_custom_ads_turn_yaw = 0x255df40;
uintptr_t gamepad_custom_ads_yaw = 0x25710a0;
uintptr_t gamepad_custom_assist_on = 0x255d150;
uintptr_t gamepad_custom_assist_style = 0x25642d0;
uintptr_t gamepad_custom_curve = 0x256a620;
uintptr_t gamepad_custom_deadzone_in = 0x256a910;
uintptr_t gamepad_custom_deadzone_out = 0x2556030;
uintptr_t gamepad_custom_enabled = 0x2567460;
uintptr_t gamepad_custom_hip_pitch = 0x2560ad0;
uintptr_t gamepad_custom_hip_turn_delay = 0x256fc10;
uintptr_t gamepad_custom_hip_turn_pitch = 0x2571ba0;
uintptr_t gamepad_custom_hip_turn_time = 0x2571450;
uintptr_t gamepad_custom_hip_turn_yaw = 0x256ae60;
uintptr_t gamepad_custom_hip_yaw = 0x2567b70;
uintptr_t gamepad_custom_pilot = 0x26b99d0;
uintptr_t gamepad_custom_titan = 0x26b9690;
uintptr_t gamepad_deadzone_index_look = 0x25673d0;
uintptr_t gamepad_deadzone_index_move = 0x2561e30;
uintptr_t gamepad_enabled = 0x2590610;
uintptr_t gamepad_look_curve = 0x256bd10;
uintptr_t gamepad_stick_layout = 0x26bb6f0;
uintptr_t gamepad_toggle_ads = 0x257cc50;
uintptr_t gamepad_toggle_survivalSlot_to_weaponInspect = 0x257cf90;
uintptr_t gamepad_togglecrouch_hold = 0x2587db0;
uintptr_t gamepad_trigger_threshold = 0x1f28380;
uintptr_t gamepad_use_per_scope_ads_settings = 0x256bbd0;
uintptr_t gamepad_use_per_scope_sensitivity_scalars = 0x2567e80;
uintptr_t gamepad_use_type = 0x26bb660;
uintptr_t gamma_adjusted = 0x26bac50;
uintptr_t gamma_scale = 0x1f9dcd0;
uintptr_t gatherprops_no_wait = 0x255f4f0;
uintptr_t gfx_amdUseLowLatency = 0x1f8f900;
uintptr_t gfx_desaturate_force = 0x1f3a9d0;
uintptr_t gfx_dump_shaders = 0x1f9e400;
uintptr_t gfx_forceAllowedLowLatencyMode = 0x1f8f7e0;
uintptr_t gfx_growablebuffer_debug = 0x1f8f6c0;
uintptr_t gfx_growablebuffer_debug_force_decommit = 0x1f8f750;
uintptr_t gfx_nvnUseLowLatency = 0x1f8f990;
uintptr_t gfx_nvnUseLowLatencyBoost = 0x1f8f870;
uintptr_t gfx_paranoid_flushing = 0x1f9e9b0;
uintptr_t gfx_vrs_enabled = 0x1f8fb00;
uintptr_t gfx_vrs_override_baserate = 0x1f8fb90;
uintptr_t gl_clear_color_buffer = 0x26b8960;
uintptr_t gl_clear_fogcolor = 0x26b77d0;
uintptr_t gl_clear_mrt4 = 0x26b8520;
uintptr_t gl_clear_randomcolor = 0x26b7a10;
uintptr_t gl_clear_randomcolor_period_sec = 0x26b7590;
uintptr_t gladCards_debug = 0x25964d0;
uintptr_t gladcard_cache_debugging_enabled = 0x1f90b70;
uintptr_t gladcard_cache_enabled = 0x1f90ae0;
uintptr_t gladcard_precache_concurrency = 0x1f90a50;
uintptr_t gladcards_delayed_gcard_release_max = 0x25985f0;
uintptr_t gladcards_update_delay_range = 0x259a7b0;
uintptr_t gladcards_wait_for_free_pip = 0x2598a90;
uintptr_t glass_break_required_speed = 0x2564360;
uintptr_t glass_shatter_direction_force_scale = 0x258f2c0;
uintptr_t glass_shatter_force_scale = 0x25845c0;
uintptr_t glass_shatter_size_scale = 0x2589170;
uintptr_t glass_shatter_use_real_direction = 0x25834c0;
uintptr_t glitch_aberrationScale = 0x1f3a8b0;
uintptr_t global_lighting_partial_buffer = 0x251ede0;
uintptr_t gpu_level = 0x257ab90;
uintptr_t gpu_mem_level = 0x2556460;
uintptr_t gpu_vram_size_mb = 0x1f37b00;
uintptr_t grapple_accel_human = 0x26fd1e0;
uintptr_t grapple_accel_titan = 0x26fc520;
uintptr_t grapple_around_obstacle_accel = 0x26f6ef0;
uintptr_t grapple_autoMantle = 0x26f5a80;
uintptr_t grapple_autoMeleeConvergeTime = 0x26fd3b0;
uintptr_t grapple_autoMeleeOnDetach = 0x26fd4f0;
uintptr_t grapple_autoMeleePredict = 0x26fd030;
uintptr_t grapple_autoMeleePredictTime = 0x26fbf60;
uintptr_t grapple_autoMeleeViewRotateSpeedFar = 0x26fadf0;
uintptr_t grapple_autoMeleeViewRotateSpeedNear = 0x26fad60;
uintptr_t grapple_debug = 0x26fc0c0;
uintptr_t grapple_decelMeleeStrength = 0x26fbc10;
uintptr_t grapple_decel_human = 0x26fcc70;
uintptr_t grapple_decel_titan = 0x26fc2b0;
uintptr_t grapple_detachExtraAllowedLength = 0x26fc3d0;
uintptr_t grapple_disableMeleeWhenActive = 0x26c29a0;
uintptr_t grapple_fallSpeed = 0x26fbb30;
uintptr_t grapple_forcedRetractVel = 0x26fd0c0;
uintptr_t grapple_gracePeriod = 0x26fc200;
uintptr_t grapple_gravityPushUnderContribution = 0x26c2b40;
uintptr_t grapple_initialImpulseOffGround_human = 0x26fbed0;
uintptr_t grapple_initialImpulseOffGround_human_npc = 0x26fd300;
uintptr_t grapple_initialImpulseOffGround_titan = 0x26fc800;
uintptr_t grapple_initialImpulse_human = 0x26fc340;
uintptr_t grapple_initialImpulse_titan = 0x26fbe40;
uintptr_t grapple_initialSlowFracVert_human = 0x26fc690;
uintptr_t grapple_initialSlowFracVert_titan = 0x26fc890;
uintptr_t grapple_initialSlowFrac_human = 0x26fcdc0;
uintptr_t grapple_initialSlowFrac_titan = 0x26fcd00;
uintptr_t grapple_initialSpeedMin_human = 0x26fcbc0;
uintptr_t grapple_initialSpeedMin_titan = 0x26fc010;
uintptr_t grapple_jumpFrac = 0x26ef7b0;
uintptr_t grapple_letGravityHelpCosAngle = 0x26ef9a0;
uintptr_t grapple_lift = 0x26fcb30;
uintptr_t grapple_pullDelay_human = 0x26fd270;
uintptr_t grapple_pullDelay_titan = 0x26fce70;
uintptr_t grapple_rodeoVerticalImpulse = 0x26f83b0;
uintptr_t grapple_speedRampMax_human = 0x26fca10;
uintptr_t grapple_speedRampMax_titan = 0x26fd460;
uintptr_t grapple_speedRampMin_human = 0x26fc490;
uintptr_t grapple_speedRampMin_titan = 0x26fc750;
uintptr_t grapple_speedRampTime_human = 0x26fcf80;
uintptr_t grapple_speedRampTime_titan = 0x26fc150;
uintptr_t grapple_swingAngle = 0x26fc980;
uintptr_t grapple_swingPullAngle = 0x26c2ef0;
uintptr_t grapple_swingPullSpeedLength = 0x26fc5d0;
uintptr_t grapple_swingPullSpeedScale = 0x26fbdb0;
uintptr_t grapple_titanEmbarkDist = 0x26f6e60;
uintptr_t grapple_windowCheckDist = 0x26fcaa0;
uintptr_t gravity_grenade_decel = 0x2711e70;
uintptr_t gravity_grenade_projectile_min_speed = 0x2711320;
uintptr_t grenades_collide_against_hitboxes = 0x26c1170;
uintptr_t ground_debug = 0x26bde50;
uintptr_t ground_reject_bvh_vertex = 0x26ef280;
uintptr_t ground_trace_hull_radius = 0x26fb610;
uintptr_t grx_hasUnknownItems = 0x1da8120;
uintptr_t grx_vertical_dialogue_confirmation = 0x26bb2b0;
uintptr_t gtao_angle_bias = 0x1f93ea0;
uintptr_t gtao_intensity = 0x1f93480;
uintptr_t gtao_intensity_in_lobby = 0x1f940e0;
uintptr_t gtao_thickness_heuristic = 0x1f94290;
uintptr_t hasAnyAssetsWithDiscardedStreamableData = 0x1ed88c0;
uintptr_t hasMic = 0x1ed9250;
uintptr_t hasPartialInstall = 0x1ed87a0;
uintptr_t has_seasonal_video = 0x1ed85f0;
uintptr_t hbao_angle_bias = 0x1f93f30;
uintptr_t hbao_intensity = 0x1f93750;
uintptr_t hbao_stepsize_random = 0x1f93990;
uintptr_t hbaobasic_tangent_bias = 0x1f93630;
uintptr_t hdr_screenshot_default_filename = 0x26b9020;
uintptr_t hdr_screenshot_directory = 0x26b8f90;
uintptr_t hdr_ui_brightness = 0x1eddba0;
uintptr_t healthbar_particles_enabled = 0x27120d0;
uintptr_t hidehud = 0x258e2d0;
uintptr_t highlight_deferred_update = 0x2564090;
uintptr_t highlight_draw = 0x1f91050;
uintptr_t highlight_enable_discard = 0x1f90fc0;
uintptr_t highlight_lazy_clear_buffers = 0x1f911d0;
uintptr_t highlight_object_max_count = 0x1f91140;
uintptr_t highlight_verbose = 0x26faf10;
uintptr_t highlight_visibility_use_spin_lock = 0x254b1e0;
uintptr_t hitch_alert_active = 0x25974d0;
uintptr_t hitch_alert_color = 0x2596c10;
uintptr_t hitch_alert_show_large_snapshots = 0x2594830;
uintptr_t host_ShowIPCCallCount = 0x1f1a760;
uintptr_t host_forceTakeHomeBuild = 0x1f1a100;
uintptr_t host_framerate = 0x1f1b4a0;
uintptr_t host_hasIrreversibleShutdown = 0x1bcb270;
uintptr_t host_limitlocal = 0x1f1b2f0;
uintptr_t host_map = 0x1baf700;
uintptr_t host_print_frame_times = 0x1f1b080;
uintptr_t host_profile = 0x1f19c20;
uintptr_t host_runframe_input_parcelremainder = 0x1f1a640;
uintptr_t host_sleep = 0x1f193f0;
uintptr_t host_speeds = 0x1f19830;
uintptr_t host_syncfps = 0x1e6daa0;
uintptr_t host_thread_join_fast = 0x1f19a40;
uintptr_t host_thread_mode = 0x1f1aed0;
uintptr_t host_timescale = 0x1f1b5c0;
uintptr_t hostname = 0x1bc78d0;
uintptr_t hoverVehicleViewRollMultiplier = 0x270cd10;
uintptr_t hover_vehicle_air_brake_style = 0x2709890;
uintptr_t hover_vehicle_air_jump = 0x27079f0;
uintptr_t hover_vehicle_banking_effects = 0x270b120;
uintptr_t hover_vehicle_boost_collision_delay = 0x27068d0;
uintptr_t hover_vehicle_boost_collision_tolerance = 0x2708c20;
uintptr_t hover_vehicle_boost_direction_style = 0x27073f0;
uintptr_t hover_vehicle_boost_direction_style_freelook = 0x2706e40;
uintptr_t hover_vehicle_boost_max_vert_speed = 0x27099b0;
uintptr_t hover_vehicle_boost_on_hold = 0x2709ea0;
uintptr_t hover_vehicle_boost_speed_decay_with_pitch = 0x270a330;
uintptr_t hover_vehicle_boost_style = 0x2709310;
uintptr_t hover_vehicle_boost_vert_jump_pad_delay = 0x2706ee0;
uintptr_t hover_vehicle_camera_offset_height_base = 0x2583950;
uintptr_t hover_vehicle_camera_offset_height_speedDelta = 0x258d460;
uintptr_t hover_vehicle_camera_smooth_rate = 0x258adb0;
uintptr_t hover_vehicle_collision_damage_debounce = 0x26fe950;
uintptr_t hover_vehicle_collision_force = 0x26fe190;
uintptr_t hover_vehicle_collision_min_speed_threshold_vert = 0x26fe9e0;
uintptr_t hover_vehicle_collision_player_damage = 0x2709ad0;
uintptr_t hover_vehicle_collision_player_damage_boost_only = 0x26fe4c0;
uintptr_t hover_vehicle_disembark_eye_angles_are_world_angles = 0x270d640;
uintptr_t hover_vehicle_eject_enabled = 0x2702cd0;
uintptr_t hover_vehicle_full_recharge_on_zero_boost = 0x2703ad0;
uintptr_t hover_vehicle_glide_air_accel = 0x27055a0;
uintptr_t hover_vehicle_glide_check_max_air_time = 0x2703290;
uintptr_t hover_vehicle_glide_debounce = 0x270a2a0;
uintptr_t hover_vehicle_glide_debug = 0x27047a0;
uintptr_t hover_vehicle_glide_descent_speed = 0x2706f70;
uintptr_t hover_vehicle_glide_height_check_dist = 0x2705c50;
uintptr_t hover_vehicle_glide_max_duration = 0x2707090;
uintptr_t hover_vehicle_glide_max_thrust = 0x270a0f0;
uintptr_t hover_vehicle_glide_max_total_air_time = 0x2708b90;
uintptr_t hover_vehicle_glide_min_height = 0x2709590;
uintptr_t hover_vehicle_glide_min_thrust = 0x2708250;
uintptr_t hover_vehicle_glide_post_jump_delay = 0x2707360;
uintptr_t hover_vehicle_glide_single_press = 0x2704160;
uintptr_t hover_vehicle_glide_thrust_speed = 0x26fe430;
uintptr_t hover_vehicle_glide_tightness_down = 0x2709430;
uintptr_t hover_vehicle_glide_tightness_up = 0x2702230;
uintptr_t hover_vehicle_glide_to_min_thrust_duration = 0x2705980;
uintptr_t hover_vehicle_glide_type = 0x2707fa0;
uintptr_t hover_vehicle_glide_when_ascending = 0x270a180;
uintptr_t hover_vehicle_gravity_lift_eject = 0x27082f0;
uintptr_t hover_vehicle_ground_effects = 0x270c050;
uintptr_t hover_vehicle_health_start_on = 0x26fe100;
uintptr_t hover_vehicle_hover_height = 0x2709fb0;
uintptr_t hover_vehicle_hover_height_parked = 0x2703a40;
uintptr_t hover_vehicle_invisible_when_camera_is_too_close = 0x2590df0;
uintptr_t hover_vehicle_jump_effect_min_time = 0x26fe840;
uintptr_t hover_vehicle_jump_on_hold = 0x2702960;
uintptr_t hover_vehicle_passenger_left_attachment_name = 0x252b140;
uintptr_t hover_vehicle_player_pushaway_damage_max = 0x2706360;
uintptr_t hover_vehicle_player_pushaway_damage_min = 0x2705a10;
uintptr_t hover_vehicle_player_pushaway_speed_based_damage = 0x2707960;
uintptr_t hover_vehicle_player_pushaway_speed_max = 0x2707240;
uintptr_t hover_vehicle_player_pushaway_speed_min = 0x27022c0;
uintptr_t hover_vehicle_reset_camera_while_embarking = 0x27081c0;
uintptr_t hover_vehicle_yaw_nospring_smoothtime = 0x2709220;
uintptr_t hover_vehicle_yaw_nospring_smoothtime_boosting = 0x2708100;
uintptr_t hover_vehicle_yaw_spring_enabled = 0x270a680;
uintptr_t http_StryderKey = 0x1f1c0a0;
uintptr_t http_debug = 0x1f1b790;
uintptr_t http_debug_forceFailRate = 0x1f1bef0;
uintptr_t http_debug_forceFailStatus = 0x1f1bca0;
uintptr_t http_debug_forceFailUrlMatch = 0x1f1bf80;
uintptr_t http_expoBackoff_Enabled = 0x1f1be60;
uintptr_t http_expoBackoff_Factor = 0x1f1b820;
uintptr_t http_expoBackoff_FirstDelay = 0x1f1bd40;
uintptr_t http_expoBackoff_LongScale = 0x1f1ba60;
uintptr_t http_expoBackoff_MaxFailureWait = 0x1f1c010;
uintptr_t http_expoBackoff_ScaleFactor = 0x1f1bb80;
uintptr_t http_failuresAsErrors = 0x1f1b8b0;
uintptr_t http_maxAllocateAttempts = 0x1f1bdd0;
uintptr_t http_sandbox = 0x1f1c130;
uintptr_t http_showQueries = 0x1f1bc10;
uintptr_t http_showRequestInfo = 0x1f1baf0;
uintptr_t hud_autoreloadscript = 0x2716bb0;
uintptr_t hud_setting_accessibleChat = 0x2599100;
uintptr_t hud_setting_accolades_hudState = 0x25945c0;
uintptr_t hud_setting_accolades_tier_filter = 0x2593900;
uintptr_t hud_setting_adsDof = 0x2594440;
uintptr_t hud_setting_aind = 0x252f3d0;
uintptr_t hud_setting_anonymousMode = 0x1edeaa0;
uintptr_t hud_setting_chainHeal = 0x2597080;
uintptr_t hud_setting_compactOverHeadNames = 0x252da10;
uintptr_t hud_setting_damageIndicatorStyle = 0x2599ec0;
uintptr_t hud_setting_damageTextStyle = 0x25968e0;
uintptr_t hud_setting_energyAmmoDisplay = 0x2594c20;
uintptr_t hud_setting_minimapRotate = 0x2596350;
uintptr_t hud_setting_pingAlpha = 0x2599dd0;
uintptr_t hud_setting_pingDoubleTapEnemy = 0x2596f60;
uintptr_t hud_setting_showButtonHints = 0x25935b0;
uintptr_t hud_setting_showCallsigns = 0x2599760;
uintptr_t hud_setting_showEnemyHealthBar = 0x2595310;
uintptr_t hud_setting_showEnemyHighlight = 0x2597ac0;
uintptr_t hud_setting_showHopUpPopUp = 0x2594310;
uintptr_t hud_setting_showLevelUp = 0x25989d0;
uintptr_t hud_setting_showMedals = 0x2597b50;
uintptr_t hud_setting_showMeter = 0x259aae0;
uintptr_t hud_setting_showObituary = 0x2597d00;
uintptr_t hud_setting_showOffscreenPortrait = 0x2595990;
uintptr_t hud_setting_showTeamNamesOnMap = 0x2593f70;
uintptr_t hud_setting_showTips = 0x2594990;
uintptr_t hud_setting_showWeaponFlyouts = 0x259a690;
uintptr_t hud_setting_streamerMode = 0x259a720;
uintptr_t hud_simplifiedStackingDamageEnabled = 0x2595f50;
uintptr_t hudchat_clear_on_hide = 0x257ca30;
uintptr_t hudchat_enable_old_history_handling = 0x258c580;
uintptr_t hudchat_new_message_fade_duration = 0x2582ab0;
uintptr_t hudchat_new_message_shown_duration = 0x2589320;
uintptr_t hudchat_play_text_to_speech = 0x25835e0;
uintptr_t hudchat_retain_input_state = 0x257d270;
uintptr_t hudchat_text_check_teams = 0x257d390;
uintptr_t hudchat_text_to_speech_max_age = 0x257c5e0;
uintptr_t hudchat_transition_message_mode_fade_duration = 0x2582380;
uintptr_t hudchat_visibility = 0x2580e70;
uintptr_t hudwarp_chopsize = 0x27cc190;
uintptr_t hudwarp_override = 0x27cbec0;
uintptr_t hudwarp_viewDist = 0x27cbda0;
uintptr_t hudwarp_xScale = 0x27cc100;
uintptr_t hudwarp_xWarp = 0x27caf10;
uintptr_t hudwarp_yScale = 0x27cafa0;
uintptr_t hudwarp_yWarp = 0x27cbe30;
uintptr_t huntMode_fovLerpTimeRatio = 0x2709660;
uintptr_t huntMode_useFovEaseOutOverDuration = 0x2704710;
uintptr_t idcolor_ally = 0x25943a0;
uintptr_t idcolor_ally_cb1 = 0x259ad20;
uintptr_t idcolor_ally_cb2 = 0x2598b20;
uintptr_t idcolor_ally_cb3 = 0x2598f50;
uintptr_t idcolor_enemy = 0x259b8a0;
uintptr_t idcolor_enemy_cb1 = 0x2598260;
uintptr_t idcolor_enemy_cb2 = 0x2597e40;
uintptr_t idcolor_enemy_cb3 = 0x2593310;
uintptr_t idcolor_neutral = 0x2594710;
uintptr_t ignore_fatal_errors = 0x1f18770;
uintptr_t ignore_material_flags_for_decals = 0x1f90c00;
uintptr_t ignore_script_errors = 0x2712c70;
uintptr_t ik_debug = 0x26fb560;
uintptr_t ik_debug_chain = 0x26bc7f0;
uintptr_t ik_debug_ent = 0x26f5b90;
uintptr_t ik_debug_text = 0x26f9580;
uintptr_t ik_enable = 0x26c1510;
uintptr_t ik_enable_client = 0x26ef590;
uintptr_t ik_height_adjust = 0x26f7110;
uintptr_t ik_height_adjust_debug = 0x26c1c00;
uintptr_t ik_height_adjust_move_speed = 0x26c00d0;
uintptr_t ik_height_adjust_sine = 0x26bd8e0;
uintptr_t ik_height_adjust_speed = 0x26f8640;
uintptr_t ik_latch = 0x26f3550;
uintptr_t ik_normal_lerp_rate = 0x26dd780;
uintptr_t ik_unlatch_max_rate = 0x26f2070;
uintptr_t ime_enabled = 0x1f25be0;
uintptr_t imgui_buildmode = 0x27c9590;
uintptr_t impact_allow = 0x258c610;
uintptr_t impact_debug_info = 0x2597d90;
uintptr_t impact_victim_offset_always = 0x258b770;
uintptr_t impact_victim_offset_dist = 0x258e240;
uintptr_t impulse_low_decel_duration_scalar = 0x270c580;
uintptr_t inPartyChat = 0x1ed9370;
uintptr_t in_syncRT = 0x1f17b30;
uintptr_t in_usekeyboardsampletime = 0x257c670;
uintptr_t inflight_stream_texture_max = 0x1f3b780;
uintptr_t infoblock_requestInterval = 0x1ee4020;
uintptr_t input_detection_antirecoil_match_max = 0x258afe0;
uintptr_t input_detection_antirecoil_threshold = 0x25805c0;
uintptr_t input_detection_enabled = 0x25814b0;
uintptr_t input_did_turn_threshold = 0x258ed60;
uintptr_t input_only_allow_client = 0x1bc8aa0;
uintptr_t inputstack_debugger = 0x1f25cc0;
uintptr_t intro_viewed = 0x26ba0f0;
uintptr_t ip = 0x1bca460;
uintptr_t it_periodic_wakeup_ns = 0x279fe60;
uintptr_t it_use_high_resolution_wakeups = 0x279fef0;
uintptr_t it_use_periodic_timer = 0x279fd40;
uintptr_t jitter_aim_prevention_oscillation_threshold = 0x26f9be0;
uintptr_t joy_advaxisr = 0x258d1b0;
uintptr_t joy_advaxisu = 0x257d8b0;
uintptr_t joy_advaxisv = 0x258f470;
uintptr_t joy_advaxisx = 0x25881f0;
uintptr_t joy_advaxisy = 0x258a890;
uintptr_t joy_advaxisz = 0x2587e40;
uintptr_t joy_inverty = 0x258ecd0;
uintptr_t joy_legacy = 0x25906a0;
uintptr_t joy_movement_stick = 0x25838c0;
uintptr_t joy_requireFocus = 0x1f0cd40;
uintptr_t joy_rumble = 0x25910d0;
uintptr_t joy_xcontroller_cfg_loaded = 0x258cdb0;
uintptr_t jpeg_quality = 0x1e6d040;
uintptr_t jt_batch_cnt = 0x25247a0;
uintptr_t jt_cpu_counter_perf = 0x2524650;
uintptr_t jt_help_with_anything_ignore_preference = 0x2523570;
uintptr_t jt_use_hyper_threads = 0x2524840;
uintptr_t jt_yield_spin = 0x2524710;
uintptr_t jump_grace_controller_disable_duration = 0x26f9830;
uintptr_t jump_grace_cutoff_speed = 0x26c2f80;
uintptr_t jump_grace_decay_start_tap_count = 0x26f05d0;
uintptr_t jump_grace_jump = 0x26f1440;
uintptr_t jump_grace_limit_to_90 = 0x26bccb0;
uintptr_t jump_grace_max = 0x26f96d0;
uintptr_t jump_grace_max_tap_count = 0x26f4f90;
uintptr_t jump_grace_min_tap_period = 0x26f0e00;
uintptr_t jump_grace_multi_tap_decay = 0x26ef910;
uintptr_t jump_grace_multi_tap_decay_velocity_based_easing_type = 0x26c3890;
uintptr_t jump_grace_multi_tap_decay_velocity_based_max_decay = 0x26bffe0;
uintptr_t jump_grace_multi_tap_decay_velocity_based_max_speed = 0x26f2100;
uintptr_t jump_grace_require_tap = 0x26bfe60;
uintptr_t jump_grace_strength = 0x26f28d0;
uintptr_t jump_graceperiod = 0x26f7560;
uintptr_t jump_graceperiodmax = 0x26f86d0;
uintptr_t jump_graceperiodmin = 0x26f6c30;
uintptr_t jump_pad_geo_trace_debug = 0x26bcfb0;
uintptr_t kepler_hostname = 0x1da5b50;
uintptr_t kepler_httpForceError = 0x1da59f0;
uintptr_t kepler_isEnabled = 0x1da5a80;
uintptr_t laserSightColor = 0x270d760;
uintptr_t laserSightColorCustomized = 0x270c760;
uintptr_t leaf_threadedRecompute = 0x256b180;
uintptr_t leaf_threadedRecompute_batchSize = 0x25672b0;
uintptr_t leech_npc_angle_cos = 0x2535910;
uintptr_t lerp_debugEnt = 0x26bdb30;
uintptr_t lerp_opt = 0x254c5f0;
uintptr_t lerp_threaded = 0x254a520;
uintptr_t lerp_threaded_numEntsPerTask = 0x254bc60;
uintptr_t light_maxcone = 0x1bb03f0;
uintptr_t lighting_debug_overlay = 0x26b9530;
uintptr_t lightmap_realtimelight = 0x1f32400;
uintptr_t lightmap_realtimeshadows = 0x1f377a0;
uintptr_t liveapi_session = 0x1f1a6d0;
uintptr_t load_base_lods_synchronously = 0x2521f80;
uintptr_t loaderrorsCount = 0x252c430;
uintptr_t loaderrorsNeedShown = 0x252bfe0;
uintptr_t lobatac_fix = 0x2540d20;
uintptr_t lobby_battlepass_milestone_enabled = 0x27152e0;
uintptr_t lobby_cullNetEntities = 0x2702c40;
uintptr_t lobby_flicker_fix_disable = 0x254a5b0;
uintptr_t lobby_max_fps = 0x1f0cfe0;
uintptr_t localClientPlayerCachedLevel = 0x252c160;
uintptr_t locationInfo = 0x1e6e690;
uintptr_t locationInfo_nucleus = 0x1e6e600;
uintptr_t locator_background_border_color = 0x2580f90;
uintptr_t locator_background_border_thickness = 0x257c4e0;
uintptr_t locator_background_color = 0x2584140;
uintptr_t locator_background_shift_x = 0x2584320;
uintptr_t locator_background_shift_y = 0x2584cb0;
uintptr_t locator_background_style = 0x2587fd0;
uintptr_t locator_background_thickness_x = 0x2584b10;
uintptr_t locator_background_thickness_y = 0x257d420;
uintptr_t locator_fade_time = 0x2582e00;
uintptr_t locator_icon_max_size_non_ss = 0x258eac0;
uintptr_t locator_icon_min_size_non_ss = 0x25887c0;
uintptr_t locator_lerp_rest = 0x2582ef0;
uintptr_t locator_lerp_speed = 0x2585020;
uintptr_t locator_lerp_time = 0x2586920;
uintptr_t locator_pulse_time = 0x258b070;
uintptr_t locator_split_len = 0x257cd40;
uintptr_t locator_split_maxwide_percent = 0x2585220;
uintptr_t locator_start_at_crosshair = 0x258a930;
uintptr_t locator_target_offset_x = 0x2588ee0;
uintptr_t locator_target_offset_y = 0x25806b0;
uintptr_t locator_topdown_style = 0x258d610;
uintptr_t lookspring = 0x2589440;
uintptr_t lookstrafe = 0x258dc00;
uintptr_t m_acceleration = 0x2584740;
uintptr_t m_clamp_to_window = 0x258fad0;
uintptr_t m_forward = 0x258db50;
uintptr_t m_invert_pitch = 0x2583550;
uintptr_t mainmenu_background_movie = 0x252c1f0;
uintptr_t mantle_boost_disables_tap_strafes = 0x26f5930;
uintptr_t mantle_boost_input_setting = 0x26c43b0;
uintptr_t mantle_boost_ui_setting = 0x2714fb0;
uintptr_t map_settings_override = 0x258d0f0;
uintptr_t mat_autoexposure_compensation = 0x2593ab0;
uintptr_t mat_autoexposure_debug = 0x2599190;
uintptr_t mat_autoexposure_disable_controllers = 0x2560c80;
uintptr_t mat_autoexposure_force_value = 0x251ef00;
uintptr_t mat_autoexposure_max = 0x2599220;
uintptr_t mat_autoexposure_max_luminance = 0x1f3cdf0;
uintptr_t mat_autoexposure_max_multiplier = 0x2596ff0;
uintptr_t mat_autoexposure_min = 0x259a8a0;
uintptr_t mat_autoexposure_min_multiplier = 0x2597880;
uintptr_t mat_autoexposure_speed = 0x25958a0;
uintptr_t mat_autoexposure_target_lum_max = 0x2594270;
uintptr_t mat_autoexposure_target_lum_min = 0x2593e40;
uintptr_t mat_autoexposure_uncap = 0x259b4a0;
uintptr_t mat_bloom_amount_override = 0x259b750;
uintptr_t mat_bloom_clamp = 0x259a9c0;
uintptr_t mat_bloom_cutoff_default = 0x2595810;
uintptr_t mat_bloom_cutoff_exposure_adapt = 0x25963e0;
uintptr_t mat_bloom_cutoff_override = 0x2597910;
uintptr_t mat_bloom_global_baseline = 0x2597a30;
uintptr_t mat_bloom_streak_amount = 0x1f398f0;
uintptr_t mat_bloom_streak_clamp = 0x2596850;
uintptr_t mat_bloom_streak_cutoff = 0x25984d0;
uintptr_t mat_bloom_streak_cutoff_exposure_adapt = 0x2597be0;
uintptr_t mat_bloom_streak_exponent_post = 0x1f3a700;
uintptr_t mat_bloom_streak_exponent_pre = 0x25973b0;
uintptr_t mat_bloom_wide_allow_monitor = 0x2595ec0;
uintptr_t mat_bloom_wide_clamp = 0x2599c50;
uintptr_t mat_bloom_wide_exponent_pre = 0x25983b0;
uintptr_t mat_cloudmask = 0x1f32610;
uintptr_t mat_colcorrection_disableentities = 0x256f9d0;
uintptr_t mat_colcorrection_editor = 0x2563920;
uintptr_t mat_colcorrection_forceentitiesclientside = 0x2563b60;
uintptr_t mat_colorcorrection = 0x1bac490;
uintptr_t mat_cubemap_dir_norm_bias = 0x1f3cbb0;
uintptr_t mat_cubemap_dir_norm_enable = 0x1f3c970;
uintptr_t mat_cubemap_dir_norm_max_sh_directionality = 0x1f3c850;
uintptr_t mat_cubemap_dir_norm_sky_auto_intensity = 0x1f3cc40;
uintptr_t mat_cubemap_dir_norm_sky_intensity_prior_weight = 0x1f3ca00;
uintptr_t mat_cubemap_streaming_enabled = 0x1f3c8e0;
uintptr_t mat_cubemap_streaming_fade_duration = 0x1f3cb20;
uintptr_t mat_cubemap_streaming_max_requests = 0x1f3c7a0;
uintptr_t mat_cubemap_streaming_max_samples = 0x1f3ca90;
uintptr_t mat_debug_alpha_mask_threshold = 0x1f9e890;
uintptr_t mat_debug_grayscale = 0x1f3a3a0;
uintptr_t mat_debug_luminance = 0x1f39d70;
uintptr_t mat_debug_luminance_max = 0x1f3a0d0;
uintptr_t mat_debug_luminance_min = 0x1f39ce0;
uintptr_t mat_debug_postprocess_allowed = 0x1f3a790;
uintptr_t mat_debug_postprocessing_effects = 0x25987d0;
uintptr_t mat_debug_tonemapping = 0x1f3a670;
uintptr_t mat_debug_tonemapping_always_use_lut = 0x1f39740;
uintptr_t mat_debug_tonemapping_disable = 0x1f3a1f0;
uintptr_t mat_debug_tonemapping_fb_blend = 0x1f39860;
uintptr_t mat_debug_tonemapping_linear_segment_end = 0x1f3a820;
uintptr_t mat_debug_tonemapping_lut_d = 0x1f39980;
uintptr_t mat_debug_tonemapping_lut_h = 0x1f39590;
uintptr_t mat_debug_tonemapping_lut_w = 0x1f3a160;
uintptr_t mat_debug_tonemapping_mid1 = 0x1f39f20;
uintptr_t mat_debug_tonemapping_mid2 = 0x1f39bc0;
uintptr_t mat_debug_tonemapping_shoulder = 0x1f39e00;
uintptr_t mat_debug_tonemapping_toe = 0x1f39c50;
uintptr_t mat_debugalphasort = 0x26b8f00;
uintptr_t mat_debugalttab = 0x1f37b90;
uintptr_t mat_depthbias_decal = 0x1f965c0;
uintptr_t mat_depthbias_normal = 0x1f96770;
uintptr_t mat_depthbias_shadowmap = 0x1f964a0;
uintptr_t mat_depthbias_tightshadowmap = 0x1f96650;
uintptr_t mat_depthbias_ui = 0x1f961d0;
uintptr_t mat_depthbias_zfill = 0x1f966e0;
uintptr_t mat_depthbiasclamp_decal = 0x1f96140;
uintptr_t mat_depthbiasclamp_normal = 0x1f969b0;
uintptr_t mat_depthbiasclamp_shadowmap = 0x1f96260;
uintptr_t mat_depthbiasclamp_ui = 0x1f96410;
uintptr_t mat_depthbiasclamp_zfill = 0x1f96380;
uintptr_t mat_diffuse = 0x1f287c0;
uintptr_t mat_disable_lightmap_ambient = 0x251ed50;
uintptr_t mat_disable_lightmaps = 0x1f34b60;
uintptr_t mat_disable_model_ambient = 0x1f2fe80;
uintptr_t mat_drawMenuGrid = 0x1f16010;
uintptr_t mat_drawTitleSafe = 0x1f185a0;
uintptr_t mat_dynamic_cubemap_blending = 0x251f260;
uintptr_t mat_enable_emissive_fade = 0x1f9e920;
uintptr_t mat_enable_ssr = 0x1f3aaf0;
uintptr_t mat_envmap_capture_res = 0x1bac810;
uintptr_t mat_envmap_output_res = 0x1baccf0;
uintptr_t mat_envmap_scale = 0x27d7b80;
uintptr_t mat_exposure_counteraction_override = 0x251f020;
uintptr_t mat_fastnobump = 0x1f35100;
uintptr_t mat_fastspecular = 0x1bca860;
uintptr_t mat_filter_null_mesh_data = 0x2521ef0;
uintptr_t mat_filterlightmaps = 0x1f374d0;
uintptr_t mat_filtertextures = 0x1f2fd00;
uintptr_t mat_force_irradiance_volume = 0x1f9e370;
uintptr_t mat_force_r5ao_model = 0x1f9e520;
uintptr_t mat_forceaniso = 0x1f35070;
uintptr_t mat_frame_color_bias = 0x25953a0;
uintptr_t mat_frame_color_enabled = 0x2596b80;
uintptr_t mat_frame_color_scale = 0x259b630;
uintptr_t mat_frame_color_spot_metering_screen_ratio = 0x2595a80;
uintptr_t mat_fullbright = 0x1bc9430;
uintptr_t mat_global_lighting = 0x259c520;
uintptr_t mat_gpu_buffer_min_commit_mb = 0x1f8f630;
uintptr_t mat_gpu_buffer_usage_decrease_factor = 0x1f8f480;
uintptr_t mat_gpu_buffer_usage_increase_factor = 0x1f8f5a0;
uintptr_t mat_gpu_buffer_wait_for_fence = 0x1f8f510;
uintptr_t mat_hdr_debug_heatmap = 0x1f3a940;
uintptr_t mat_hdr_debug_heatmap_max_nits = 0x1f39620;
uintptr_t mat_hdr_debug_heatmap_min_nits = 0x1f3a040;
uintptr_t mat_hdr_paper_white_nits = 0x1f34920;
uintptr_t mat_hdrcolorcorrection = 0x1f28580;
uintptr_t mat_hide_sun_in_last_cascade = 0x1f9e770;
uintptr_t mat_instancing = 0x1f9e2e0;
uintptr_t mat_letterbox_aspect_goal = 0x1f9db50;
uintptr_t mat_letterbox_aspect_max = 0x1f9dac0;
uintptr_t mat_letterbox_aspect_min = 0x1f9dbe0;
uintptr_t mat_lightcull_subviews = 0x26b7500;
uintptr_t mat_materialmip_character_0 = 0x1f38d40;
uintptr_t mat_materialmip_character_1 = 0x1f38250;
uintptr_t mat_materialmip_character_2 = 0x1f385b0;
uintptr_t mat_materialmip_character_3 = 0x1f38880;
uintptr_t mat_materialmip_character_4 = 0x1f387f0;
uintptr_t mat_materialmip_cockpit_0 = 0x1f38b00;
uintptr_t mat_materialmip_cockpit_1 = 0x1f38400;
uintptr_t mat_materialmip_cockpit_2 = 0x1f380a0;
uintptr_t mat_materialmip_cockpit_3 = 0x1f381c0;
uintptr_t mat_materialmip_cockpit_4 = 0x1f38c20;
uintptr_t mat_materialmip_model_0 = 0x1f38130;
uintptr_t mat_materialmip_model_1 = 0x1f38640;
uintptr_t mat_materialmip_model_2 = 0x1f38cb0;
uintptr_t mat_materialmip_model_3 = 0x1f38f50;
uintptr_t mat_materialmip_model_4 = 0x1f38760;
uintptr_t mat_materialmip_other_0 = 0x1f38b90;
uintptr_t mat_materialmip_other_1 = 0x1f38520;
uintptr_t mat_materialmip_other_2 = 0x1f38fe0;
uintptr_t mat_materialmip_other_3 = 0x1f382e0;
uintptr_t mat_materialmip_other_4 = 0x1f38e60;
uintptr_t mat_materialmip_world_0 = 0x1f386d0;
uintptr_t mat_materialmip_world_1 = 0x1f38010;
uintptr_t mat_materialmip_world_2 = 0x1f38370;
uintptr_t mat_materialmip_world_3 = 0x1f38dd0;
uintptr_t mat_materialmip_world_4 = 0x1f38490;
uintptr_t mat_minimize_on_alt_tab = 0x1f9ddf0;
uintptr_t mat_mip_linear = 0x1f324f0;
uintptr_t mat_mipmaptextures = 0x1f326a0;
uintptr_t mat_new_sky_ambient_adjustment = 0x1bc88f0;
uintptr_t mat_new_sky_ambient_weight = 0x251f2f0;
uintptr_t mat_no_stretching = 0x1f9dd60;
uintptr_t mat_norendering = 0x1f288e0;
uintptr_t mat_pbr_falloff_bias = 0x251ee70;
uintptr_t mat_picmip = 0x1f2ff10;
uintptr_t mat_postprocess_enable = 0x2599310;
uintptr_t mat_repeat_state_changes_after_submit = 0x1f37ef0;
uintptr_t mat_reset_contexts_after_deferred_submit = 0x1f37f80;
uintptr_t mat_reset_tex_stream_when_unloading = 0x1f3ab80;
uintptr_t mat_screen_blur_enabled = 0x2595160;
uintptr_t mat_set_dress_level = 0x1f23170;
uintptr_t mat_sharpen_amount = 0x1f397d0;
uintptr_t mat_sharpen_threshold = 0x1f3a310;
uintptr_t mat_sharpen_width = 0x1f3a5e0;
uintptr_t mat_showlowresimage = 0x1f286a0;
uintptr_t mat_showmiplevels = 0x1f34da0;
uintptr_t mat_skipid = 0x1bc81a0;
uintptr_t mat_slopescaledepthbias_decal = 0x1f96920;
uintptr_t mat_slopescaledepthbias_normal = 0x1f962f0;
uintptr_t mat_slopescaledepthbias_shadowmap = 0x1f96890;
uintptr_t mat_slopescaledepthbias_ui = 0x1f96530;
uintptr_t mat_slopescaledepthbias_zfill = 0x1f96800;
uintptr_t mat_submit_multiple_contexts_at_once = 0x1f9de80;
uintptr_t mat_surfacefilter = 0x1bc85f0;
uintptr_t mat_surfaceid = 0x1bc7630;
uintptr_t mat_surfacemat = 0x1bca8f0;
uintptr_t mat_sync_rt = 0x1f34ec0;
uintptr_t mat_sync_rt_flushes_gpu = 0x1f3ae40;
uintptr_t mat_use_alloc_for_tex_streaming = 0x1f8f200;
uintptr_t mat_vsyncMode = 0x1f9df70;
uintptr_t mat_wide_bloom_amount_override = 0x259a4b0;
uintptr_t mat_wide_bloom_global_baseline = 0x2599f50;
uintptr_t mat_wide_pillarbox = 0x1f9e090;
uintptr_t matchRequeue_check_chat_rule = 0x1bcaa10;
uintptr_t matchRequeue_leaveGraceTime = 0x1baf670;
uintptr_t matchSquadRequeue_enabled = 0x1bb0240;
uintptr_t matchSquadRequeue_timeLimit = 0x1baf150;
uintptr_t match_allowMapRotationPreloading = 0x1bc7ff0;
uintptr_t match_backingOutMaxTimeToWait = 0x1bb0690;
uintptr_t match_backoutslow = 0x1bca340;
uintptr_t match_checkSearchPlaylistChanged = 0x1bc9b60;
uintptr_t match_connect = 0x1baf9d0;
uintptr_t match_datacenter = 0x1bcc7b0;
uintptr_t match_defaultMap_party = 0x1bc0f00;
uintptr_t match_dir = 0x1bcac20;
uintptr_t match_displayDatacenter = 0x1bc0ba0;
uintptr_t match_dumpSearchResults = 0x1bc2f00;
uintptr_t match_emptyUpdateRate = 0x1baf310;
uintptr_t match_enabled = 0x1bcb660;
uintptr_t match_ezlaunch = 0x1bcc540;
uintptr_t match_fakePort = 0x1bc0de0;
uintptr_t match_fakeS2SPort = 0x1baf430;
uintptr_t match_forcePostMatchSurvey = 0x1bc7960;
uintptr_t match_forceVerboseSearches = 0x1bcc720;
uintptr_t match_goodReputation = 0x1bc8b30;
uintptr_t match_jip = 0x1bc87d0;
uintptr_t match_maxPingsSent = 0x1bc91c0;
uintptr_t match_myBestDatacenter = 0x1bcaaa0;
uintptr_t match_myDatacenter = 0x1bca980;
uintptr_t match_myRankedDatacenter = 0x1bcad10;
uintptr_t match_myTeam = 0x1bb0090;
uintptr_t match_partyChangeNum = 0x1bca100;
uintptr_t match_partySize = 0x1bafe80;
uintptr_t match_partySub = 0x1baf5e0;
uintptr_t match_pingWaveInterval = 0x1baee20;
uintptr_t match_playlist = 0x1bcb5d0;
uintptr_t match_precachemap = 0x1bc0340;
uintptr_t match_precachemapOnMismatch = 0x1bc8230;
uintptr_t match_privateMatchListWithStryder = 0x1bc1700;
uintptr_t match_publicIp = 0x1baf550;
uintptr_t match_rankedMaxPing = 0x1bc7480;
uintptr_t match_resetPlaylistBetweenMatches = 0x1bcb100;
uintptr_t match_roleToken = 0x1bca3d0;
uintptr_t match_searchInterval = 0x1bc7750;
uintptr_t match_searching = 0x1bcb990;
uintptr_t match_skipRedundantServerResets = 0x1bc7f60;
uintptr_t match_teamNoFill = 0x1bc94c0;
uintptr_t match_trackMMR = 0x1bc3210;
uintptr_t match_updateNotableRate = 0x1bca070;
uintptr_t match_updateRate = 0x1bca1f0;
uintptr_t match_verbosePrintsInterval = 0x1bcb070;
uintptr_t match_visiblePlaylists = 0x1bc19d0;
uintptr_t matchmake_from_match_enabled = 0x1bcbfa0;
uintptr_t matchmaking_hostname = 0x1bc84d0;
uintptr_t max_bounces_to_allow_extra_bounce = 0x253e570;
uintptr_t max_explosive_damage_mass = 0x2702a50;
uintptr_t max_explosive_damage_velocity = 0x2709800;
uintptr_t max_tweak_shadow_updates = 0x2556650;
uintptr_t melee_aim_assist_can_lock_pitch = 0x2535080;
uintptr_t melee_aim_assist_use_target_velocity = 0x253bcc0;
uintptr_t melee_attack_trace_can_use_lunge_distance = 0x2532fe0;
uintptr_t melee_cone_trace_box_check = 0x2534d20;
uintptr_t melee_lunge_abort_distance = 0x26f2ee0;
uintptr_t melee_lunge_abort_if_blocked = 0x26c1a90;
uintptr_t melee_lunge_adjust_trace_distance = 0x2539ed0;
uintptr_t melee_lunge_align_eye_position = 0x253a1c0;
uintptr_t melee_lunge_debugDraw = 0x253a050;
uintptr_t melee_lunge_dot_check = 0x2534fd0;
uintptr_t melee_lunge_force_enable_flying = 0x26f7800;
uintptr_t melee_lunge_lag_compensate_target = 0x26f9ac0;
uintptr_t melee_lunge_no_melee_custom_range_fallback = 0x270ce30;
uintptr_t melee_lunge_no_melee_custom_range_fallback_value = 0x270d5b0;
uintptr_t melee_lunge_scale_by_speed = 0x253eb40;
uintptr_t melee_lunge_slide = 0x26c40c0;
uintptr_t melee_lunge_use_closest_distance_between_cylinders = 0x26bdc00;
uintptr_t melee_lunge_use_command_time = 0x253bb40;
uintptr_t melee_queue_attack_anim_event = 0x270fee0;
uintptr_t melee_script_trace_player_movement_col_group = 0x253b3a0;
uintptr_t mem_dumpstats = 0x1f1b1d0;
uintptr_t mem_incremental_compact_rate = 0x1f19740;
uintptr_t mem_level = 0x2560590;
uintptr_t mem_rolling_incremental_compaction = 0x2524460;
uintptr_t mem_runheapchecks = 0x2525a20;
uintptr_t mem_saving_release_mb = 0x2524ea0;
uintptr_t mem_saving_request_mb = 0x25253e0;
uintptr_t mem_saving_trigger_mb = 0x2524fc0;
uintptr_t mem_saving_use_factor = 0x25252c0;
uintptr_t mem_saving_vram_release_mb = 0x2525100;
uintptr_t mem_saving_vram_request_mb = 0x2525050;
uintptr_t mem_saving_vram_trigger_mb = 0x2524f30;
uintptr_t mem_test_each_frame = 0x1f19e90;
uintptr_t mem_test_every_n_seconds = 0x1f1a220;
uintptr_t mem_test_quiet = 0x1f19620;
uintptr_t menu_was_multiplayer_played_last = 0x26ba290;
uintptr_t metric_recent_period = 0x2522550;
uintptr_t metric_update_interval = 0x25224c0;
uintptr_t metrichttp_enabled = 0x25223e0;
uintptr_t metrichttp_max_pending_http_requests = 0x25222c0;
uintptr_t metrichttp_reset_on_level_shutdown = 0x2522350;
uintptr_t metricmanagernet_enabled = 0x25226d0;
uintptr_t metricmanagernet_reset_on_level_shutdown = 0x25225e0;
uintptr_t metricmanagernet_update_interval = 0x2522760;
uintptr_t micro_event_enabled = 0x1da3da0;
uintptr_t migrate_attempt_interval = 0x1f1d570;
uintptr_t migrate_attempt_max_retries = 0x1f1d320;
uintptr_t miles_actor_update_min_facing = 0x2532300;
uintptr_t miles_adjust = 0x2531de0;
uintptr_t miles_adsScaleSprint = 0x2548990;
uintptr_t miles_advox_subtitles_angle = 0x252d980;
uintptr_t miles_advox_subtitles_maxdist = 0x252e550;
uintptr_t miles_bankpaging = 0x2532b40;
uintptr_t miles_cache_size = 0x2532bd0;
uintptr_t miles_channels = 0x2530b40;
uintptr_t miles_channels_menuoption = 0x252e8a0;
uintptr_t miles_channels_menuoption_headphones = 0x25313e0;
uintptr_t miles_channels_menuoption_mono = 0x2530710;
uintptr_t miles_client_enable_radius_culling = 0x2710000;
uintptr_t miles_devnet_screenshot_attach_dump = 0x252faf0;
uintptr_t miles_devnet_screenshot_attach_samples = 0x252edc0;
uintptr_t miles_driver = 0x252ec00;
uintptr_t miles_driver_mix_mode = 0x2531cc0;
uintptr_t miles_dumpuploadtime = 0x252e3a0;
uintptr_t miles_error_counter_data_error_threshold = 0x2531740;
uintptr_t miles_error_counter_display = 0x2531890;
uintptr_t miles_error_counter_limits_error_threshold = 0x252f880;
uintptr_t miles_error_counter_starvation_error_threshold = 0x2530530;
uintptr_t miles_evtnamesindumps = 0x252f460;
uintptr_t miles_flagset = 0x252ef80;
uintptr_t miles_flip_active_window_logic = 0x2563e50;
uintptr_t miles_force_emitter_environment = 0x252d4f0;
uintptr_t miles_force_listener_environment = 0x252f160;
uintptr_t miles_force_min_rpm = 0x2530320;
uintptr_t miles_freeze = 0x2532600;
uintptr_t miles_ignore_timescale_ignores_stop = 0x2531800;
uintptr_t miles_importancevol = 0x2530e00;
uintptr_t miles_importancevol_factor = 0x252f010;
uintptr_t miles_importancevol_pow = 0x252f7f0;
uintptr_t miles_init_null_fallback = 0x252e4c0;
uintptr_t miles_initial_occlusion_delay = 0x25310e0;
uintptr_t miles_language = 0x2532c60;
uintptr_t miles_language_statsd = 0x2530c50;
uintptr_t miles_lfe_lowpass_hz = 0x252f630;
uintptr_t miles_lfe_lowpass_iterations = 0x252fe50;
uintptr_t miles_link_dist_start = 0x258b950;
uintptr_t miles_link_dist_stop = 0x257d690;
uintptr_t miles_link_emitter_dot_start = 0x2581120;
uintptr_t miles_link_emitter_dot_stop = 0x257d600;
uintptr_t miles_link_emitter_strict = 0x258ebe0;
uintptr_t miles_link_generation = 0x257dce0;
uintptr_t miles_link_occlusion_emitter_factor = 0x2584c20;
uintptr_t miles_link_occlusion_emitter_pow = 0x258a7f0;
uintptr_t miles_link_occlusion_listener_factor = 0x25811b0;
uintptr_t miles_link_occlusion_listener_pow = 0x258c6a0;
uintptr_t miles_link_onlysamefloor = 0x257c860;
uintptr_t miles_link_open_factor = 0x25821e0;
uintptr_t miles_link_open_pow = 0x258fc50;
uintptr_t miles_link_transitionPoint_1pTailSwitch = 0x252d3e0;
uintptr_t miles_link_transitionPoint_3pTailSwitch = 0x25308e0;
uintptr_t miles_link_transitionPoint_convolutionPreset = 0x25305f0;
uintptr_t miles_link_transitionPoint_suffix = 0x2530090;
uintptr_t miles_listener_freeze = 0x252d6c0;
uintptr_t miles_listener_soundscape_roof_iter_count = 0x258e1b0;
uintptr_t miles_listener_soundscape_roof_min_z_separation = 0x252ed30;
uintptr_t miles_listener_soundscape_roof_offset = 0x2585340;
uintptr_t miles_listener_soundscape_roof_overhang_enable = 0x258eb50;
uintptr_t miles_listener_update_always = 0x252dbc0;
uintptr_t miles_listener_update_min_angle = 0x2530ce0;
uintptr_t miles_load_lang_sources = 0x2530290;
uintptr_t miles_mbcompress = 0x252e5e0;
uintptr_t miles_metrics_ftsp = 0x252fa00;
uintptr_t miles_metrics_ftsp_daywindow = 0x2530a10;
uintptr_t miles_metrics_ftsp_perfcharts = 0x2531f90;
uintptr_t miles_metrics_ftsp_radius = 0x25324e0;
uintptr_t miles_mix = 0x252dfa0;
uintptr_t miles_mix_menuoption = 0x2530150;
uintptr_t miles_mixahead = 0x252fee0;
uintptr_t miles_mixahead_highpri = 0x252d770;
uintptr_t miles_mixahead_wasapi = 0x252dd00;
uintptr_t miles_nopandist = 0x252fb80;
uintptr_t miles_occlusion = 0x25312a0;
uintptr_t miles_occlusion_blocked_by_contents_playerclip = 0x2530980;
uintptr_t miles_occlusion_endpoints_slim = 0x2532920;
uintptr_t miles_occlusion_floor_additive = 0x252d8f0;
uintptr_t miles_occlusion_force = 0x25301e0;
uintptr_t miles_occlusion_minendpenetration = 0x2532270;
uintptr_t miles_occlusion_minpenetration = 0x25316b0;
uintptr_t miles_occlusion_partial = 0x252dd90;
uintptr_t miles_output_device = 0x252fca0;
uintptr_t miles_parallel_csom_cache = 0x2530aa0;
uintptr_t miles_radius_cull_fudge_factor_speed = 0x270d9a0;
uintptr_t miles_recreate_on_default_changed = 0x252f6d0;
uintptr_t miles_render_dir = 0x252daa0;
uintptr_t miles_replay_transition_enable_early_cleanup = 0x26fae80;
uintptr_t miles_samplerate = 0x2532570;
uintptr_t miles_samples_dither = 0x2531180;
uintptr_t miles_samples_folddown = 0x2531330;
uintptr_t miles_samples_noise_shape = 0x252f760;
uintptr_t miles_scale_floor_occlusion = 0x2530000;
uintptr_t miles_scale_soundscape_occlusion = 0x2530fc0;
uintptr_t miles_scale_unadjusted_occlusion = 0x2531210;
uintptr_t miles_send_csom_telemetry = 0x2531d50;
uintptr_t miles_server_sounds_print = 0x1bcd1b0;
uintptr_t miles_sitrep = 0x252f950;
uintptr_t miles_sitrep_cadence = 0x25307a0;
uintptr_t miles_sitrep_forceupload = 0x2531590;
uintptr_t miles_sitrep_forceupload_uniquenames = 0x25303b0;
uintptr_t miles_sitrep_pin = 0x252eef0;
uintptr_t miles_sitrep_thres_count = 0x252e430;
uintptr_t miles_sitrep_window_begin = 0x2531500;
uintptr_t miles_sitrep_window_end = 0x2532ab0;
uintptr_t miles_solo_ents = 0x252d630;
uintptr_t miles_soundscape_floor_updates = 0x252f4f0;
uintptr_t miles_soundscape_imgui = 0x257fb40;
uintptr_t miles_soundscape_skipfloors = 0x2581540;
uintptr_t miles_soundscape_skipfloors_distance = 0x257db00;
uintptr_t miles_soundscape_skipfloors_mode = 0x2590f10;
uintptr_t miles_soundscape_skipfloors_offset = 0x2582cf0;
uintptr_t miles_spatialize_channelPan_factor = 0x2531f00;
uintptr_t miles_spatialize_fovscalefactor = 0x252ff70;
uintptr_t miles_spatialize_front_degrees = 0x252e670;
uintptr_t miles_spatialize_front_use_view_fov = 0x2532120;
uintptr_t miles_spatialize_height_degrees = 0x252f280;
uintptr_t miles_spatialize_height_front_degrees = 0x2531470;
uintptr_t miles_spatialize_offplane_strength = 0x2531a40;
uintptr_t miles_spatialize_on = 0x252e810;
uintptr_t miles_spatialize_rear_degrees = 0x252fdc0;
uintptr_t miles_spatialize_spread_factor = 0x2532810;
uintptr_t miles_suffixes = 0x2531e70;
uintptr_t miles_test_sitrep = 0x252ea50;
uintptr_t miles_threatviz = 0x252f5a0;
uintptr_t miles_timescale_rate_factor = 0x252dc70;
uintptr_t miles_ui_sounds_survive_replay_transitions = 0x2531920;
uintptr_t miles_voice_buffer_ms = 0x252e9c0;
uintptr_t miles_voice_max_age_ms = 0x252eae0;
uintptr_t miles_voice_part_ms = 0x252e030;
uintptr_t miles_voice_warning = 0x252fc10;
uintptr_t miles_voice_warning_hipri = 0x25329b0;
uintptr_t miles_voice_warning_icon_display_time = 0x2530d70;
uintptr_t miles_voicelimit_factor = 0x252e930;
uintptr_t miles_wallRunIsSprint = 0x2549670;
uintptr_t min_explosive_damage_mass = 0x2704980;
uintptr_t mirror_main_scene = 0x2710090;
uintptr_t misprediction_stuck_report_time = 0x2595500;
uintptr_t missile_default_speed = 0x253bd60;
uintptr_t missile_homing_speed = 0x253b310;
uintptr_t mod_irradiance_volume_quality = 0x1bc7ae0;
uintptr_t model_animFadeEndScale = 0x1f18bf0;
uintptr_t model_animFadeMinDistSqBias = 0x1f16d80;
uintptr_t model_animFadeStartScale = 0x1f0d1f0;
uintptr_t model_defaultFadeDistMin = 0x257b650;
uintptr_t model_defaultFadeDistScale = 0x2561070;
uintptr_t model_fadeRangeFraction = 0x257c330;
uintptr_t model_fadeRangeFractionNear = 0x257c3c0;
uintptr_t modelswap_allow_anim_continuation = 0x270dd90;
uintptr_t monitor_cc = 0x259c7f0;
uintptr_t monitor_mat_sharpen_amount = 0x1f39a10;
uintptr_t monitor_postfx = 0x259cd60;
uintptr_t monitor_rui_world_enabled = 0x26b7b30;
uintptr_t monitor_snapshot_frame_delay = 0x2556320;
uintptr_t monitor_zfar_default = 0x255e050;
uintptr_t monitor_zfar_override = 0x26b7980;
uintptr_t monitor_zfar_override_enabled = 0x259c490;
uintptr_t mouse_sensitivity = 0x258d700;
uintptr_t mouse_use_per_scope_sensitivity_scalars = 0x2582fb0;
uintptr_t mouse_zoomed_sensitivity_scalar_0 = 0x2583040;
uintptr_t mouse_zoomed_sensitivity_scalar_1 = 0x25830d0;
uintptr_t mouse_zoomed_sensitivity_scalar_2 = 0x2583160;
uintptr_t mouse_zoomed_sensitivity_scalar_3 = 0x25831f0;
uintptr_t mouse_zoomed_sensitivity_scalar_4 = 0x2583280;
uintptr_t mouse_zoomed_sensitivity_scalar_5 = 0x2583310;
uintptr_t mouse_zoomed_sensitivity_scalar_6 = 0x25833a0;
uintptr_t mouse_zoomed_sensitivity_scalar_7 = 0x2583430;
uintptr_t move_one_cmd_per_client_frame = 0x1f1b670;
uintptr_t movement_anim_downed_playback_maxrate = 0x252b260;
uintptr_t movement_anim_playback_maxrate = 0x252a8d0;
uintptr_t movement_anim_playback_minrate = 0x252a840;
uintptr_t movement_anim_sprint_playback_maxrate = 0x252acc0;
uintptr_t mp_accountLink_requestInterval = 0x1bcb870;
uintptr_t mp_allowed = 0x1bafd30;
uintptr_t mp_bodyyawrate = 0x252af00;
uintptr_t mp_countRRNobodyAsLobby = 0x1ed8e60;
uintptr_t mp_disconnect_multipleLoginLobby = 0x1bc1b50;
uintptr_t mp_enablematchending = 0x26f4ed0;
uintptr_t mp_enabletimelimit = 0x26c16c0;
uintptr_t mp_gamemode = 0x26fe060;
uintptr_t mp_linkingAccountTime = 0x1f20710;
uintptr_t mp_linkingAccountWindow = 0x1f20680;
uintptr_t mp_maxbodyyaw = 0x252a9f0;
uintptr_t mp_permission_requestInterval = 0x1bcc390;
uintptr_t mp_permission_rerequestInterval = 0x1bcafe0;
uintptr_t mp_player_level = 0x26c3ea0;
uintptr_t mp_scaleAnimationSpeeds = 0x252ac30;
uintptr_t mp_showgestureslots = 0x252ae70;
uintptr_t mtx_BPLevelDefaultPrice = 0x1da5fd0;
uintptr_t mtx_allowPersistenceBadgeConversion = 0x1da64e0;
uintptr_t mtx_allow_pending_grants_for_item_ownership = 0x1da7e30;
uintptr_t mtx_battlepassGiftingEnabled = 0x1da7a40;
uintptr_t mtx_bonus_meter_enabled = 0x1da6960;
uintptr_t mtx_clawBackBattlePass = 0x1da7bf0;
uintptr_t mtx_containerExpireAfterDays = 0x1da6720;
uintptr_t mtx_deathbox_aura_enabled = 0x1da7260;
uintptr_t mtx_digital_garments_enabled = 0x1da7380;
uintptr_t mtx_dynamic_store_config_filename = 0x1da7f50;
uintptr_t mtx_dynamic_store_info_enabled = 0x1da7fe0;
uintptr_t mtx_first_time_ac_bonus_enabled = 0x1da67b0;
uintptr_t mtx_forceSendEntireInventoryDataBitfield = 0x1da7920;
uintptr_t mtx_generatePartyDediConnectRprof = 0x1da6d50;
uintptr_t mtx_get_pack_preview_enabled = 0x1da6b10;
uintptr_t mtx_get_smart_merchandising_data_enabled = 0x1da79b0;
uintptr_t mtx_get_user_segment_for_untrusted_players_enabled = 0x1da6f00;
uintptr_t mtx_get_user_segment_for_untrusted_players_max_retries = 0x1da5f40;
uintptr_t mtx_giftingEnabled = 0x1da7ad0;
uintptr_t mtx_giftingForce2FA = 0x1da71d0;
uintptr_t mtx_giftingLimit = 0x1da6a80;
uintptr_t mtx_giftingMinAccountLevel = 0x1da7530;
uintptr_t mtx_giftingMinFriendshipInDays = 0x1da6de0;
uintptr_t mtx_gifting_notifications_enabled = 0x1da63c0;
uintptr_t mtx_inventoryReadyCheckTimeSeconds = 0x1da7650;
uintptr_t mtx_log_level = 0x1da5be0;
uintptr_t mtx_mass_pack_opening_enabled = 0x1da6f90;
uintptr_t mtx_mass_pack_opening_max_packs_to_open = 0x1da5d90;
uintptr_t mtx_mass_pack_opening_max_wishlist_packs_to_open = 0x1da6450;
uintptr_t mtx_numInventoryItemsSendItemIndicesCutoff = 0x1da7890;
uintptr_t mtx_nx_end_of_service_warning = 0x1da7b60;
uintptr_t mtx_old_twitch_drops_flow_enabled = 0x1da7ec0;
uintptr_t mtx_pack_upgrade_enabled = 0x1da5e20;
uintptr_t mtx_progression_modifier_dev_boosts_enabled = 0x1da6600;
uintptr_t mtx_purchaseBPLevelsWithLegendTokensEnabled = 0x1da70b0;
uintptr_t mtx_purchaseBPLevelsWithLegendTokensEndDaysOffset = 0x1da7800;
uintptr_t mtx_purchaseBPLevelsWithLegendTokensLimit = 0x1da62a0;
uintptr_t mtx_purchaseBPLevelsWithLegendTokensMinLevel = 0x1da6c30;
uintptr_t mtx_purchaseBPLevelsWithLegendTokensStartDaysOffset = 0x1da76e0;
uintptr_t mtx_recommendations_enabled = 0x1da8360;
uintptr_t mtx_recommendations_retries = 0x1da8240;
uintptr_t mtx_rewardSummarySequenceDumpRProf = 0x1da74a0;
uintptr_t mtx_rewardSummarySequenceEnabled = 0x1da7140;
uintptr_t mtx_scriptProcessNewOfferInIncrementalUpdate = 0x1da81b0;
uintptr_t mtx_segment_matching_int_endpoint = 0x1da7d10;
uintptr_t mtx_segment_matching_prod_endpoint = 0x1da6840;
uintptr_t mtx_sendInventoryOptimizationPinEventThreshold = 0x1da6180;
uintptr_t mtx_shopPersonalizationEnabled = 0x1da6690;
uintptr_t mtx_showDebugTime = 0x1da5eb0;
uintptr_t mtx_showEarnedRewards = 0x1da6e70;
uintptr_t mtx_svEdition = 0x1da7410;
uintptr_t mtx_targeted_ads_integration_segment_id = 0x1da6cc0;
uintptr_t mtx_targeted_ads_production_segment_id = 0x1da68d0;
uintptr_t mtx_telem_OnDemandContainer = 0x1da72f0;
uintptr_t mtx_trackAutoOperationFailures = 0x1da60f0;
uintptr_t mtx_trackQueryGoalFailures = 0x1da6060;
uintptr_t mtx_trigger_message_enabled = 0x1da8420;
uintptr_t mtx_untrusted_players_integration_segment_id = 0x1da5d00;
uintptr_t mtx_untrusted_players_production_segment_id = 0x1da7c80;
uintptr_t mtx_useClientContainersForEntitlementNotification = 0x1da69f0;
uintptr_t mtx_useMarketplaceLocalization = 0x1da7020;
uintptr_t mtx_use_entity = 0x270c290;
uintptr_t mtx_userInfo_assertOnMatchAccess = 0x1da6ba0;
uintptr_t mtx_userInfo_canQueue = 0x1da6570;
uintptr_t mtx_userInfo_matchDedisHaveUserInfo = 0x1da7770;
uintptr_t mtx_userInfo_maxDelay = 0x1da7da0;
uintptr_t mtx_userInfo_sendInMatch = 0x1da6330;
uintptr_t mtx_wishlist_enabled = 0x1da5c70;
uintptr_t mtx_wishlist_seeding_debug_enabled = 0x1da6210;
uintptr_t mtx_writeContainersInUserInfo = 0x1da75c0;
uintptr_t multiplay_ip = 0x1bc8ce0;
uintptr_t multiplay_serverid = 0x1bc1790;
uintptr_t multiplayer_animstate_duck_fraction_threshold = 0x252ad50;
uintptr_t muteWeaponSounds = 0x253e990;
uintptr_t name = 0x1ed97f0;
uintptr_t nemesis_use_looping_sound = 0x253dea0;
uintptr_t net_RunInvalidatePhysics = 0x25652a0;
uintptr_t net_async_sendto = 0x1bc9a40;
uintptr_t net_autoUnthrottle = 0x1bc8560;
uintptr_t net_bindToSpecificAddress = 0x1bcc030;
uintptr_t net_blockmsg = 0x1baf7f0;
uintptr_t net_chokeloop = 0x1bccae0;
uintptr_t net_clearReliableDataOnReset = 0x1bc8440;
uintptr_t net_client_side_weapon_animations = 0x253df30;
uintptr_t net_compressAlgorithm = 0x1bc8ef0;
uintptr_t net_compressAlgorithmOptim = 0x1bc1a60;
uintptr_t net_compressDataBlock = 0x1bccee0;
uintptr_t net_createUndoDeltas = 0x1bad4a0;
uintptr_t net_dataRate = 0x1edf6d0;
uintptr_t net_dataRateCL = 0x1ed8560;
uintptr_t net_dataRateDev = 0x1ee23d0;
uintptr_t net_dataRateDev_enabled = 0x1ede980;
uintptr_t net_data_block_enabled = 0x1ee2a90;
uintptr_t net_datablock_debugReceiver = 0x1bafc10;
uintptr_t net_datablock_debugSender = 0x1bccd20;
uintptr_t net_datablock_dumpBlocks = 0x1bcc9c0;
uintptr_t net_datablock_dumpMsg = 0x1edf0a0;
uintptr_t net_datablock_dumpOnlyRealClients = 0x1ee1310;
uintptr_t net_datablock_fastRate = 0x1bb0120;
uintptr_t net_datablock_longSendTime = 0x1bc7c00;
uintptr_t net_datablock_minResendInterval = 0x1bcbcd0;
uintptr_t net_datablock_networkLossForSlowSpeed = 0x1bc9310;
uintptr_t net_datablock_printSummaries = 0x1bcc210;
uintptr_t net_datablock_qos_budgetRollover = 0x1bc0190;
uintptr_t net_datablock_qos_enabled = 0x1bcce10;
uintptr_t net_datablock_qos_rateMax = 0x1bc9e60;
uintptr_t net_datablock_qos_rateMin = 0x1bc8110;
uintptr_t net_datablock_resendRateForSlowSpeed = 0x1bc0990;
uintptr_t net_datablock_slowRate = 0x1bcb6f0;
uintptr_t net_deltaFieldEntityBlockSize = 0x1ed9490;
uintptr_t net_dumpChangesPrecise = 0x1bada00;
uintptr_t net_encrypt_copyCtx = 0x1bc0620;
uintptr_t net_encrypt_debug = 0x1bae8a0;
uintptr_t net_encrypt_dtls = 0x1bae970;
uintptr_t net_encrypt_dtls_hkdf = 0x1baf1e0;
uintptr_t net_encrypt_dtls_time = 0x1bc8a10;
uintptr_t net_encrypt_multiKey = 0x1bc7510;
uintptr_t net_forceUnnecessaryUndoDeltas = 0x1bac280;
uintptr_t net_forcetimeout = 0x1bcb300;
uintptr_t net_highPacketLatencyThreshold = 0x1e6db90;
uintptr_t net_highPacketLossThreshold = 0x1e6cbc0;
uintptr_t net_ignoreAllSnapshots = 0x1e6c9e0;
uintptr_t net_largeSnapshotThreshold = 0x1ed8710;
uintptr_t net_lerpFields = 0x1dac5c0;
uintptr_t net_maxAccumulatedClearTimeBalance = 0x1baf280;
uintptr_t net_maxRecvCall = 0x1bca4f0;
uintptr_t net_maxRecvPacket = 0x1bb0480;
uintptr_t net_maxcleartime = 0x1bb01b0;
uintptr_t net_minConnectionTimeForSpam = 0x1bafa60;
uintptr_t net_minResetIdleTimerInterval = 0x26ba7b0;
uintptr_t net_minimumPacketLossDC = 0x1bb0360;
uintptr_t net_netGraph2 = 0x1e6d640;
uintptr_t net_noPostDataForDeletedEnts = 0x1ed9640;
uintptr_t net_optimize_persistent_data = 0x1ee0000;
uintptr_t net_optimize_playlists = 0x1ee2610;
uintptr_t net_optimize_weapons = 0x25416e0;
uintptr_t net_portTryMax = 0x1baefd0;
uintptr_t net_predictParentEntities = 0x254ab50;
uintptr_t net_predictedEntsUseFirstAvailableSnapshot = 0x1ed8cb0;
uintptr_t net_predictionDebug = 0x1ed83e0;
uintptr_t net_pretendSnapshotArrayFull = 0x1dac770;
uintptr_t net_printCompression = 0x1bc1090;
uintptr_t net_printOutOfSnapshots = 0x1ed8dd0;
uintptr_t net_printUnnecessaryDeltas = 0x1babf30;
uintptr_t net_processSocketStats_trigger = 0x1bb05a0;
uintptr_t net_protocol_base = 0x1f21ec0;
uintptr_t net_protocol_increment = 0x1f22190;
uintptr_t net_protocol_use_script_md5 = 0x1f220a0;
uintptr_t net_protocol_use_script_rpak = 0x1f21f50;
uintptr_t net_queuedPackets_PrintOversleeps = 0x1baea60;
uintptr_t net_queuedPackets_SkipSmallSleeps = 0x1bc8350;
uintptr_t net_queuedPackets_debug = 0x1bcbba0;
uintptr_t net_queuedPackets_emptyQueueSleep = 0x1bb0000;
uintptr_t net_queuedPackets_force = 0x1bc0860;
uintptr_t net_queuedPackets_printThreshold = 0x1bc7d20;
uintptr_t net_recentNetworkGapWindow = 0x1bc7270;
uintptr_t net_recentNetworkGapsNeeded = 0x1bc8e60;
uintptr_t net_recentWindowTime = 0x1bc9550;
uintptr_t net_recreateScriptInstanceOnReplayTransition = 0x1ed81a0;
uintptr_t net_recvBufferSizeOverride = 0x1bb0720;
uintptr_t net_recv_dumpChanges = 0x1dac890;
uintptr_t net_recv_dumpNetworkedChangesOnEntCreate = 0x1bac9f0;
uintptr_t net_recv_dumpNetworkedChangesOnNoDelta = 0x1dac650;
uintptr_t net_recv_watchEnt = 0x1bace10;
uintptr_t net_recv_watchField1 = 0x1bac310;
uintptr_t net_recv_watchField2 = 0x1badec0;
uintptr_t net_sendFloatDeltas = 0x1babcb0;
uintptr_t net_sendtoInJob = 0x1bc9bf0;
uintptr_t net_showFailedAuth = 0x1bcc840;
uintptr_t net_showLargeSnapshot = 0x1ed8a70;
uintptr_t net_showServerStruggle = 0x1dac410;
uintptr_t net_showUndoDeltas = 0x1bab190;
uintptr_t net_showUserWarnings = 0x1e6cec0;
uintptr_t net_showdrop = 0x1bc76c0;
uintptr_t net_showfragments = 0x1baf3a0;
uintptr_t net_showmsg = 0x1bc8f80;
uintptr_t net_showpacketflagerrors = 0x1bcc4b0;
uintptr_t net_showsendrecv = 0x1bc6ea0;
uintptr_t net_showsplits = 0x1bc0a20;
uintptr_t net_showudp = 0x1bc75a0;
uintptr_t net_showudp_oob = 0x1baeeb0;
uintptr_t net_showudp_remoteonly = 0x1bccfd0;
uintptr_t net_showusercmd = 0x27093a0;
uintptr_t net_skipUnnecessaryDeltas = 0x1baa810;
uintptr_t net_splitrate = 0x1bca6e0;
uintptr_t net_splitrateDefaultMP = 0x1bc99b0;
uintptr_t net_splitrateDefaultSP = 0x1bc1940;
uintptr_t net_tamperPackets = 0x1baec80;
uintptr_t net_threadedEntityDeltas = 0x1ed82c0;
uintptr_t net_threadedProcessPacket = 0x1ed96d0;
uintptr_t net_timeoutUsesLastReadTime = 0x1baff10;
uintptr_t net_traceroute = 0x1f222b0;
uintptr_t net_traceroute_max_hops = 0x1f22220;
uintptr_t net_trackEnt_bandwidthFrame = 0x1bc0ab0;
uintptr_t net_trackerWarningInterval = 0x1bc9f80;
uintptr_t net_transmission_events_enabled = 0x1ed9070;
uintptr_t net_use_valve_relay = 0x1f22360;
uintptr_t net_usesocketsforloopback = 0x1bcbdf0;
uintptr_t net_verifyEncryption = 0x1bcada0;
uintptr_t net_warnAboutSocketReadGaps = 0x1bafca0;
uintptr_t net_warnGapTime = 0x1bcb420;
uintptr_t net_wifi = 0x1bcc0c0;
uintptr_t net_worldHitchSlopTime = 0x1ed8110;
uintptr_t netchan_stats_window_time = 0x1bc02b0;
uintptr_t newPlayerMatchMaking_disablePlaylistOverride = 0x1bcb4b0;
uintptr_t new_player_match_making_enabled = 0x2715040;
uintptr_t next = 0x1f1a430;
uintptr_t nextEnergizeCooldownTime = 0x2535250;
uintptr_t noReloadAfterUse = 0x270cf90;
uintptr_t no_classname_asserts = 0x254a640;
uintptr_t no_classname_rtti_check = 0x254b0c0;
uintptr_t nointerp_att_debug = 0x2549280;
uintptr_t nointerp_subframe_debug = 0x1ba8c90;
uintptr_t noise_filter_scale = 0x1f3a550;
uintptr_t non_fatal_error_report_period_seconds = 0x2520930;
uintptr_t not_focus_sleep = 0x1f15c30;
uintptr_t notification_displayTime = 0x1ee42f0;
uintptr_t nucleus_id = 0x1ed8680;
uintptr_t nucleus_persona_id = 0x1ed89e0;
uintptr_t number_shortenToMillionsAfter = 0x2593bd0;
uintptr_t nx_static_lobby_capture_debug = 0x26b8490;
uintptr_t nx_static_lobby_capture_delay_frames = 0x26b7380;
uintptr_t nx_static_lobby_mode = 0x26b7410;
uintptr_t nx_transparent_discard_threshold = 0x251ecc0;
uintptr_t nx_viewportscale_max_handheld = 0x256b9a0;
uintptr_t nx_viewportscale_max_handheld_lobby = 0x2560da0;
uintptr_t nx_viewportscale_min_handheld = 0x2566bf0;
uintptr_t nx_viewportscale_min_handheld_lobby = 0x2561f10;
uintptr_t object_placement_debug = 0x2539da0;
uintptr_t object_placement_special_allow_on_movers = 0x253a250;
uintptr_t object_placement_special_allow_over_tracing_client = 0x253a110;
uintptr_t object_placement_special_energy_shield_end_offset = 0x2534c90;
uintptr_t object_placement_special_energy_shield_trace_debug = 0x253abd0;
uintptr_t object_placement_special_energy_shield_trace_extents = 0x25361f0;
uintptr_t object_placement_special_energy_shield_trace_offset = 0x25352f0;
uintptr_t object_placement_special_find_exit_max_loops = 0x253b280;
uintptr_t object_placement_special_find_exit_max_tomb_checks = 0x253b580;
uintptr_t object_placement_special_max_spl_traces = 0x25330d0;
uintptr_t object_placement_special_mover_blocker_validation = 0x2535120;
uintptr_t object_placement_special_verbose_logging = 0x2539f60;
uintptr_t odl_artificial_load_time_ms = 0x27a2940;
uintptr_t odl_send_pin_events = 0x27a2a10;
uintptr_t offhandTossOverheadPitchThreshold = 0x25421c0;
uintptr_t offhand_alignEndAnim1p3p = 0x26c13a0;
uintptr_t offhand_cancelled_by_melee_v2 = 0x270c3b0;
uintptr_t offhand_weapon_self_interrupt_weapon_activation = 0x26c4270;
uintptr_t one_handed_change_rate = 0x26f98c0;
uintptr_t openinvite_duration_default = 0x1f1d970;
uintptr_t opus_bitrate = 0x1da3b90;
uintptr_t opus_complexity = 0x1da3b00;
uintptr_t opus_vbr = 0x1da3c20;
uintptr_t ordnanceSwapSelectCooldown = 0x257d300;
uintptr_t orientation_matches_disabled = 0x2714e70;
uintptr_t origin_Errorlevel_OldBehaviour = 0x1f1cbe0;
uintptr_t origin_Errorlevel_Telemetry = 0x1f1c790;
uintptr_t origin_authCodeFailureMaxBackoffSeconds = 0x1f1cf50;
uintptr_t origin_autoRefreshTokenClient = 0x1f1c700;
uintptr_t origin_autoRefreshTokenServer = 0x1f1cd10;
uintptr_t origin_debug = 0x1f1ca60;
uintptr_t origin_ignoreInvitesOnLoadScreen = 0x1f1c670;
uintptr_t origin_igo_mutes_sound_enabled = 0x1f207a0;
uintptr_t origin_igo_muting_sound = 0x25635b0;
uintptr_t origin_keepOldPresence = 0x1f1c550;
uintptr_t origin_presense_updateRate = 0x1f1caf0;
uintptr_t origin_tokenFailureMaxBackoffSeconds = 0x1f1cec0;
uintptr_t origin_useGamePresence = 0x1f1c5e0;
uintptr_t origin_use_jwt = 0x1f1ce30;
uintptr_t overheat_uses_multiple_weapon_slots = 0x253e4c0;
uintptr_t pak_hash_check_blake_hasher = 0x27a2d70;
uintptr_t pak_hash_use_virtual_span = 0x27a2e00;
uintptr_t pak_hash_virtual_span_mark_readonly = 0x27a2f20;
uintptr_t pak_load_use_job_continuations = 0x27a2c50;
uintptr_t pak_suggest_user_repair = 0x27a2e90;
uintptr_t paks_allow_async_inserts_on_allowed_states = 0x27a2b30;
uintptr_t paks_precache_lower_priority = 0x27a2ce0;
uintptr_t paks_use_old_precache_insert_algo = 0x27a2bc0;
uintptr_t panel_showVisChanges = 0x27ca860;
uintptr_t panel_test_title_safe = 0x27ca530;
uintptr_t parenting_debug = 0x254a490;
uintptr_t particleEffect_checkShouldStillPlay = 0x26bbd20;
uintptr_t particleEffect_skipViewmodelControlPointFormatting = 0x26bb930;
uintptr_t particle_allow_per_pixel_lights = 0x279f200;
uintptr_t particle_alpha_trim = 0x279edf0;
uintptr_t particle_alwayswakeonstop = 0x279f5f0;
uintptr_t particle_cpu_level = 0x1f22d80;
uintptr_t particle_dlights_enable = 0x2572180;
uintptr_t particle_dlights_spew = 0x257b700;
uintptr_t particle_enable_batching = 0x279ef90;
uintptr_t particle_enable_bindless = 0x279ec70;
uintptr_t particle_gpu_level = 0x259b7f0;
uintptr_t particle_lighting_allow_normal_maps = 0x1f92340;
uintptr_t particle_lighting_clear_enable = 0x1f92460;
uintptr_t particle_lighting_single_pass = 0x1f923d0;
uintptr_t particle_lighting_size = 0x1f922b0;
uintptr_t particle_lighting_viewmodel_enable = 0x279f170;
uintptr_t particle_los_blockscan_enabled = 0x25998e0;
uintptr_t particle_position_lock_query_previous_vals = 0x279e330;
uintptr_t particle_position_lock_query_reset_origin = 0x279e180;
uintptr_t particle_remap_vol2cp_debug = 0x279e7e0;
uintptr_t particle_render_error_material_sprites = 0x279f560;
uintptr_t particle_script_dump = 0x279d460;
uintptr_t particle_script_list = 0x279d4f0;
uintptr_t particle_script_log = 0x279d580;
uintptr_t particle_scrub_debug = 0x2595cb0;
uintptr_t particle_scrub_debug_effect = 0x279f290;
uintptr_t particle_scrub_is_using_time_scrub = 0x279f8d0;
uintptr_t particle_scrub_quality = 0x279f7a0;
uintptr_t particle_scrub_time = 0x279f680;
uintptr_t particlemanager_hack_cleanup = 0x2596af0;
uintptr_t particlemanager_print_logs = 0x25971a0;
uintptr_t particles_cull_dlights = 0x279f840;
uintptr_t particles_max_passes = 0x279f710;
uintptr_t particles_spawncull = 0x279f320;
uintptr_t particles_spawncull_report = 0x279f440;
uintptr_t parties_alwaysReadSubs = 0x1f1da00;
uintptr_t party_anyone_can_join = 0x1f0b560;
uintptr_t party_autoCreatePartyAlways = 0x1f1d290;
uintptr_t party_autoCreatePartyDelay = 0x1f1df40;
uintptr_t party_bringParty_leadersOnly = 0x1f1d4e0;
uintptr_t party_color_enabled = 0x2716aa0;
uintptr_t party_createPartyImmediately = 0x1f1dfd0;
uintptr_t party_forceMapLoadedCorrection = 0x1f0b7a0;
uintptr_t party_hostname = 0x1f0b9e0;
uintptr_t party_httpHandleTimeout = 0x1f1d450;
uintptr_t party_join_requires_ack = 0x1f1e060;
uintptr_t party_join_retry_interval = 0x1f1d170;
uintptr_t party_join_timeout = 0x1f1dd80;
uintptr_t party_keepAliveTime = 0x1f1d850;
uintptr_t party_leaderReadyOnly = 0x1f1d690;
uintptr_t party_leaveMatchOnJoin = 0x1f0b830;
uintptr_t party_migrateFromMatch = 0x1f1d3c0;
uintptr_t party_migrateWhenSearchStatusIsConnecting = 0x1f1dcf0;
uintptr_t party_minSize = 0x1f1d600;
uintptr_t party_noSlotsUsedTimeout = 0x1f1de10;
uintptr_t party_nobody_can_join = 0x1f0b680;
uintptr_t party_nofill_selected = 0x1f1dbd0;
uintptr_t party_privacy = 0x1f1dc60;
uintptr_t party_readyToSearch = 0x1f1e0f0;
uintptr_t party_relyOnPartyForMemberUserInfo = 0x1ee3de0;
uintptr_t party_requireConsensusForSearch = 0x1f1e180;
uintptr_t party_userinfo_allowstale = 0x1ee3d50;
uintptr_t pause_ui = 0x1bcbd60;
uintptr_t paused = 0x1bc79f0;
uintptr_t perTriangleCollisionForced = 0x1f18d10;
uintptr_t perfcharts_SendDataBlock = 0x2522a70;
uintptr_t perfcharts_cmetric_pin_verbosity = 0x2522c20;
uintptr_t perfcharts_heartbeat_debug = 0x2522d40;
uintptr_t perfcharts_heartbeat_enabled = 0x2522f00;
uintptr_t perfcharts_heartbeat_force = 0x2522de0;
uintptr_t perfcharts_heartbeat_interval = 0x2522e70;
uintptr_t perfcharts_io_metrics_verbosity = 0x25228c0;
uintptr_t perfcharts_json_builder = 0x2522830;
uintptr_t perfcharts_killswitch = 0x2522b00;
uintptr_t perfcharts_pin_enabled = 0x2522b90;
uintptr_t perfcharts_pin_print = 0x2522cb0;
uintptr_t perfcharts_send_unlockedFPS = 0x25229e0;
uintptr_t persistenceDef_hostname = 0x1bccbd0;
uintptr_t persistenceDef_queryMaxHttpRetries = 0x1f22510;
uintptr_t persistenceDef_readMaxHttpRetries = 0x1f22480;
uintptr_t persistenceDef_retryReadAfterErrorTime = 0x1f225a0;
uintptr_t persistenceDef_writeMaxHttpRetries = 0x1f22630;
uintptr_t persistence_avoidWritingAfterError = 0x1f22870;
uintptr_t persistence_clForceNew = 0x1f22750;
uintptr_t persistence_disableForBuildProcess = 0x1f22900;
uintptr_t persistence_domain = 0x1f22c60;
uintptr_t persistence_enforce_manifest = 0x1f22990;
uintptr_t persistence_hostname = 0x1bcbf10;
uintptr_t persistence_new_player_if_upgrade_fails = 0x1f22bd0;
uintptr_t persistence_run_pdef_autogen_on_connect = 0x2715d40;
uintptr_t persistence_stat_migration_enabled = 0x1f227e0;
uintptr_t persistence_upload_def = 0x1f226c0;
uintptr_t persistence_upload_failure_is_error = 0x1f22b40;
uintptr_t persistence_use_rson_schema = 0x1f22a20;
uintptr_t pertrianglecollision = 0x1f0d370;
uintptr_t phys_bounce = 0x274c6d0;
uintptr_t phys_cfm = 0x274c760;
uintptr_t phys_cfm_anglejointstop = 0x274c520;
uintptr_t phys_drawContacts = 0x274c5b0;
uintptr_t phys_drawContactsDuration = 0x274c640;
uintptr_t phys_drawGeoms = 0x274c250;
uintptr_t phys_drawTunnelChecks = 0x274c370;
uintptr_t phys_enableObjectPairCollidePrototype = 0x2747a40;
uintptr_t phys_erp = 0x2747920;
uintptr_t phys_erp_anglejointstop = 0x274c1c0;
uintptr_t phys_frictionDefault = 0x274c490;
uintptr_t phys_showObjectCount = 0x2599a90;
uintptr_t phys_threadGoWide = 0x2747ad0;
uintptr_t physics_async_cl = 0x274ca90;
uintptr_t physics_autoSleepAngularThreshold = 0x274c970;
uintptr_t physics_autoSleepDebug = 0x274c400;
uintptr_t physics_autoSleepGroundHysteresis = 0x274c2e0;
uintptr_t physics_autoSleepSpeedThreshold = 0x274ca00;
uintptr_t physics_collideWithMovingGeo = 0x27479b0;
uintptr_t physics_collision_speed_threshold = 0x2597110;
uintptr_t physics_tunnelChecks = 0x274c130;
uintptr_t physics_tunnelChecksForceAlways = 0x274c8e0;
uintptr_t pil_hostname = 0x1baf4c0;
uintptr_t pin_EntitlementSource = 0x1f172f0;
uintptr_t pin_detail_statsd = 0x1f1e4e0;
uintptr_t pin_hack_size_report = 0x1f1e210;
uintptr_t pin_opt_in = 0x1f182c0;
uintptr_t pin_plat_id = 0x1ed8830;
uintptr_t pin_send_client_entity_budgets = 0x2556740;
uintptr_t pin_sid = 0x1f18ec0;
uintptr_t pin_spam_seconds = 0x1f17500;
uintptr_t pin_telemetry_actually_send = 0x1f0d160;
uintptr_t pin_telemetry_anti_teaming_on = 0x1f16a40;
uintptr_t pin_telemetry_debug_code = 0x1f18890;
uintptr_t pin_telemetry_debug_http_requests = 0x1f1e2a0;
uintptr_t pin_telemetry_debug_name = 0x1f18b00;
uintptr_t pin_telemetry_debug_payload = 0x1f1e450;
uintptr_t pin_telemetry_debug_script = 0x27163d0;
uintptr_t pin_telemetry_dont_send_events = 0x1f0d2e0;
uintptr_t pin_telemetry_hostname = 0x1f166d0;
uintptr_t pin_telemetry_inactivity_send_time = 0x1f16370;
uintptr_t pin_telemetry_max_payload_size = 0x1f165b0;
uintptr_t pin_telemetry_mqueue_allow = 0x1f1e3c0;
uintptr_t pin_telemetry_mqueue_max = 0x1f1e330;
uintptr_t pin_telemetry_report_date = 0x1f16770;
uintptr_t pin_telemetry_report_interval = 0x1f189e0;
uintptr_t pin_telemetry_send_debug = 0x1f177d0;
uintptr_t ping_drmMaxPing = 0x1bc0d50;
uintptr_t ping_minSentForChoice = 0x1bc73f0;
uintptr_t ping_qos_units = 0x1bc90a0;
uintptr_t ping_sendToStryderInterval = 0x1bafb80;
uintptr_t ping_usePacketLoss = 0x1bcc420;
uintptr_t pip_wait_frames_before_scriptcb = 0x26b7e90;
uintptr_t pixvis_draw = 0x25700b0;
uintptr_t pixvis_draw_opacity = 0x2560d10;
uintptr_t pixvis_enable = 0x2555f80;
uintptr_t pixvis_maxquads = 0x251f520;
uintptr_t pixvis_spew = 0x2555cb0;
uintptr_t plat_environment = 0x1f1c1c0;
uintptr_t platform_user_id = 0x1ed9880;
uintptr_t play_melee_gesture_on_anim_end = 0x252a7b0;
uintptr_t playerListPartyColorB = 0x252bb60;
uintptr_t playerListPartyColorG = 0x252c550;
uintptr_t playerListPartyColorR = 0x252b890;
uintptr_t playerListUseFriendColor = 0x252c700;
uintptr_t player_ADS_buffer_time_seconds = 0x270cbf0;
uintptr_t player_allow_scaled_scripted_anims_3p = 0x252b020;
uintptr_t player_debugPredictedPosition = 0x2554880;
uintptr_t player_deltaAnimsMakeMeUnpredicted = 0x254d400;
uintptr_t player_doJetwashEffects = 0x2553420;
uintptr_t player_extraairaccelleration = 0x26f0eb0;
uintptr_t player_highFrequencyThinkDistance = 0x2554760;
uintptr_t player_input_detection_capture_controller_info = 0x2709920;
uintptr_t player_input_detection_enabled = 0x2705ce0;
uintptr_t player_launch_debug = 0x26f1b20;
uintptr_t player_movementBounds_predictionShare = 0x26f9b50;
uintptr_t player_movingDeathThreshold = 0x252af90;
uintptr_t player_overheat_cooldown_delay = 0x26c4320;
uintptr_t player_overheat_cooldown_time = 0x26bc650;
uintptr_t player_overheat_rechamber_time_multiplier = 0x26f6d80;
uintptr_t player_overheat_time_to_overheat = 0x26c3040;
uintptr_t player_overheat_weapon_switch_block_update = 0x26bd510;
uintptr_t player_proxy_visibility_fade_speed = 0x270fe50;
uintptr_t player_proxy_visibility_radius = 0x270fca0;
uintptr_t player_proxy_visibility_update_max_distance = 0x270fd30;
uintptr_t player_respawnInputDebounceDuration = 0x2553bc0;
uintptr_t player_setting_arsenals_maphudidentifiers = 0x259a120;
uintptr_t player_setting_autosprint = 0x2589640;
uintptr_t player_setting_damage_closes_deathbox_menu = 0x26badd0;
uintptr_t player_setting_gamestateawareness_callouts = 0x25941e0;
uintptr_t player_setting_holdtosprint = 0x270c9b0;
uintptr_t player_setting_lowammo_setting = 0x2599670;
uintptr_t player_setting_stickysprintforward = 0x270d880;
uintptr_t player_setting_tutorialization = 0x25937d0;
uintptr_t player_showEyePosition = 0x2551cf0;
uintptr_t player_silence_after_1p_blend = 0x25528f0;
uintptr_t player_silence_listener_on_pov_change = 0x2552260;
uintptr_t player_silence_on_pov_change = 0x2552860;
uintptr_t player_tag = 0x1ed9520;
uintptr_t player_useMovementBounds = 0x26bd2a0;
uintptr_t player_use_prompt_enabled = 0x25326f0;
uintptr_t player_usercmd_skipping_enabled = 0x26efe30;
uintptr_t player_viewchange_debug_pitch = 0x2553cb0;
uintptr_t player_viewchange_debug_roll = 0x25549a0;
uintptr_t player_viewchange_debug_yaw = 0x2553270;
uintptr_t playlist_allowGameDediToPatch = 0x1f17f90;
uintptr_t playlist_changeGamemodeAutomatically = 0x1f18020;
uintptr_t playlist_debug = 0x1f16fc0;
uintptr_t playlist_debug_localization = 0x1f16640;
uintptr_t playlist_debug_varByName = 0x1f18a70;
uintptr_t playlist_dump = 0x1f17380;
uintptr_t playlist_mapRotationIgnoreFakeTime = 0x1f183e0;
uintptr_t playlist_schedule_treatment_config = 0x1f17de0;
uintptr_t playlist_use_decorated_names = 0x1f162e0;
uintptr_t playlist_use_schedule_treatments = 0x1f16e10;
uintptr_t playlist_variableErrorsChecks = 0x26ef4e0;
uintptr_t portal_edge_correction_use_adjusted_pos = 0x253b440;
uintptr_t portal_pointpush_debug = 0x252d260;
uintptr_t portal_pointpush_think_rate = 0x252d2f0;
uintptr_t portal_use_player_avoidance = 0x270d500;
uintptr_t post_process_resolution_mode = 0x2599970;
uintptr_t post_process_resolution_scale = 0x2596d90;
uintptr_t postdataupdate_threaded = 0x254b450;
uintptr_t postdataupdate_threaded_chunksize = 0x254a6d0;
uintptr_t presence_teamscores_percentage_step = 0x1f1e890;
uintptr_t print_timeprefix = 0x2524d80;
uintptr_t print_timeprefix_ticks = 0x25248e0;
uintptr_t print_timeprefix_utc = 0x2524c60;
uintptr_t process_pending_vm_effects = 0x2539e40;
uintptr_t progressbar_allow_wrap = 0x252b9b0;
uintptr_t progressbar_high_precision = 0x252bda0;
uintptr_t progressbar_single_bar = 0x252bbf0;
uintptr_t progression_tray_enabled = 0x2715fe0;
uintptr_t projectile_arcIndicatorAccountsForParentMoverVelocity = 0x2542cc0;
uintptr_t projectile_debug_arc_client_offset = 0x253d4e0;
uintptr_t projectile_fake_prediction_in_kill_replay = 0x2536300;
uintptr_t projectile_faketrails = 0x253d060;
uintptr_t projectile_filltrails = 0x253d600;
uintptr_t projectile_killreplay_force_disable = 0x254d610;
uintptr_t projectile_lagCompensationDebug = 0x253be00;
uintptr_t projectile_lagCompensationDebugDrawNoReg = 0x253d3c0;
uintptr_t projectile_lagCompensationDebugDrawTime = 0x253c220;
uintptr_t projectile_lagCompensationDebugExtra = 0x253d2a0;
uintptr_t projectile_lagCompensationDebugForceNoReg = 0x253d450;
uintptr_t projectile_lagCompensationDebugServerOffset = 0x253c190;
uintptr_t projectile_lagCompensationMissileTimeStepScalar = 0x25349d0;
uintptr_t projectile_muzzleOffsetFirstPersonDecayDist = 0x253d180;
uintptr_t projectile_muzzleOffsetFirstPersonDecayMaxTime = 0x253c990;
uintptr_t projectile_muzzleOffsetThirdPersonDecayDist = 0x253c7f0;
uintptr_t projectile_muzzleOffsetThirdPersonDecayMaxTime = 0x253d330;
uintptr_t projectile_prediction = 0x253d0f0;
uintptr_t projectile_predictionErrorCorrectTime = 0x253cf40;
uintptr_t projectile_prediction_move_to_impact = 0x253c900;
uintptr_t projectile_whizby_newLengthCalc = 0x25846b0;
uintptr_t prop_front_to_back_opt = 0x2521e60;
uintptr_t prop_lightweightPropsSkipAnimData = 0x256fdb0;
uintptr_t prop_survivalSkipsAnimData = 0x2555b00;
uintptr_t props_break_burst_rotation = 0x27040d0;
uintptr_t props_break_max_pieces = 0x2704040;
uintptr_t props_break_max_pieces_perframe = 0x270a450;
uintptr_t ps5_activities_env = 0x1f1b9d0;
uintptr_t ps5_enable_custom_haptics = 0x2543170;
uintptr_t ps5_force_enable_adth = 0x2591040;
uintptr_t ps5_fullmap_visible = 0x1eda3d0;
uintptr_t ps5_haptics_controller_imgui = 0x1eda220;
uintptr_t ps5_haptics_imgui = 0x1eda2b0;
uintptr_t ps5_l_trig_mode = 0x1eda4f0;
uintptr_t ps5_l_trig_strength = 0x1eda460;
uintptr_t ps5_l_trig_v_freq = 0x1eda660;
uintptr_t ps5_r_trig_mode = 0x1eda780;
uintptr_t ps5_r_trig_strength = 0x1eda810;
uintptr_t ps5_r_trig_v_freq = 0x1eda8a0;
uintptr_t ps5_trig_break = 0x1eda340;
uintptr_t ps5_trig_enable = 0x2590fb0;
uintptr_t ps5_trig_incompatible = 0x1eda5d0;
uintptr_t ps5_trig_start = 0x1eda6f0;
uintptr_t pso_max_cache_size_MB = 0x251f5c0;
uintptr_t pso_send_store_error_to_backtrace = 0x251f6d0;
uintptr_t pso_use_threads_for_debug = 0x251f760;
uintptr_t publication_hostname = 0x1f0ba70;
uintptr_t push_cl = 0x254d360;
uintptr_t push_cl_always_update_prev_matrix = 0x254b150;
uintptr_t push_debug = 0x270a3c0;
uintptr_t push_debug_dont_kill = 0x270a5b0;
uintptr_t push_debug_ent = 0x2707120;
uintptr_t push_debug_visualize_collision = 0x27033b0;
uintptr_t push_exit_traversal_if_goal_position_blocked = 0x27039b0;
uintptr_t push_ignore_animation_entity_blockers = 0x270a4e0;
uintptr_t push_ragdolls = 0x2702bb0;
uintptr_t push_search_along_traversal_during_crush_resolution = 0x27072d0;
uintptr_t putEntityInSafeSpot_maskExcludesMonster = 0x2715680;
uintptr_t pve_debug = 0x2712d50;
uintptr_t pvs_addWorkItemsAccum = 0x2710120;
uintptr_t pvs_addWorkItemsThreshold_edges = 0x27102d0;
uintptr_t pvs_addWorkItemsThreshold_leaves = 0x2710360;
uintptr_t pvs_cullBoxes = 0x27103f0;
uintptr_t pvs_debug = 0x27101b0;
uintptr_t pvs_debug_overlay = 0x26b9260;
uintptr_t pvs_frustumCullOnly = 0x2710240;
uintptr_t pvs_start_early = 0x257b820;
uintptr_t r_AirboatViewDampenDamp = 0x26f5770;
uintptr_t r_AirboatViewDampenFreq = 0x26f8c20;
uintptr_t r_AirboatViewZHeight = 0x26f67a0;
uintptr_t r_JeepViewDampenDamp = 0x26f92a0;
uintptr_t r_JeepViewDampenFreq = 0x26f69f0;
uintptr_t r_VehicleViewDampen = 0x26c21d0;
uintptr_t r_WaterDrawRefraction = 0x1f34a40;
uintptr_t r_allow_unattached_skinned_decals = 0x2521cb0;
uintptr_t r_always_track_idle_time = 0x279fb50;
uintptr_t r_aspectratio = 0x1bb0510;
uintptr_t r_blurmenubg = 0x259ca30;
uintptr_t r_brush_queue_mode = 0x1f170e0;
uintptr_t r_brushmodel_create_all_render_batches = 0x1bacf50;
uintptr_t r_check_models_for_decal_correctness_on_load = 0x274cb20;
uintptr_t r_cockpit_allow_extra_refract_update = 0x259c640;
uintptr_t r_createmodeldecals = 0x1f17aa0;
uintptr_t r_cull_decal_distance_factor = 0x1bc0740;
uintptr_t r_cull_world_meshes_by_distance = 0x1baf8e0;
uintptr_t r_cullshadowworldmeshes = 0x1bc82c0;
uintptr_t r_debug_draw_box_depth_test = 0x26bdee0;
uintptr_t r_decal_cover_count = 0x1f18140;
uintptr_t r_decal_cull_stretch_limit = 0x1bade30;
uintptr_t r_decal_draw_basis = 0x1f15f80;
uintptr_t r_decal_drawclipped = 0x1bacd80;
uintptr_t r_decal_overlap_area = 0x1f186d0;
uintptr_t r_decal_overlap_count = 0x1f17a10;
uintptr_t r_decal_test_scale = 0x1f161c0;
uintptr_t r_decals = 0x1bc9010;
uintptr_t r_deferred_decals = 0x2521dd0;
uintptr_t r_deffer_sticker_creation = 0x2565570;
uintptr_t r_delay_texture_destroy = 0x1f3b9c0;
uintptr_t r_ditherFade = 0x25695d0;
uintptr_t r_ditherFadeShadows = 0x25641b0;
uintptr_t r_do_not_allow_more_odl_loads = 0x27a2aa0;
uintptr_t r_draw_cubemap_target_lines = 0x256b340;
uintptr_t r_draw_cubemap_volume_depthtest = 0x2572450;
uintptr_t r_draw_cubemap_volume_priority = 0x2565d20;
uintptr_t r_draw_cubemap_volumes = 0x2567220;
uintptr_t r_draw_cubemaps = 0x257bb20;
uintptr_t r_draw_skybox_before_ss_effects = 0x26b8160;
uintptr_t r_drawallrenderables = 0x257b4d0;
uintptr_t r_drawalphasort = 0x259cbe0;
uintptr_t r_drawbrushmodels = 0x1bcc930;
uintptr_t r_drawdecals = 0x1f17860;
uintptr_t r_drawdepth_of_blend2transparent = 0x26b8400;
uintptr_t r_drawdlights = 0x1babaa0;
uintptr_t r_drawentities = 0x1bc06b0;
uintptr_t r_drawlight_simple = 0x1bad090;
uintptr_t r_drawlight_ztest = 0x1bab8c0;
uintptr_t r_drawlightdist = 0x1badda0;
uintptr_t r_drawlightinfo = 0x1bad1e0;
uintptr_t r_drawmodelsinzfill = 0x2548a20;
uintptr_t r_drawopaquerenderables = 0x26b88d0;
uintptr_t r_drawopaquestaticprops = 0x1f16920;
uintptr_t r_drawparticles = 0x259b6c0;
uintptr_t r_drawrenderboxes = 0x254a880;
uintptr_t r_drawscreenspaceparticles = 0x259c880;
uintptr_t r_drawsky = 0x26b78f0;
uintptr_t r_drawsky_depth_prepass = 0x259c910;
uintptr_t r_drawstaticlight = 0x1badbc0;
uintptr_t r_drawstaticprops = 0x26b8370;
uintptr_t r_drawtracers = 0x2585d40;
uintptr_t r_drawtransrenderables = 0x26b86d0;
uintptr_t r_drawvgui = 0x1f16520;
uintptr_t r_drawviewmodel = 0x26b7860;
uintptr_t r_drawworld = 0x1bcb190;
uintptr_t r_drawworld_depth_bindless = 0x1bc9ef0;
uintptr_t r_dynamic = 0x1baef40;
uintptr_t r_earlyRenderables = 0x26b8040;
uintptr_t r_enable_rendering_jobs = 0x1f28850;
uintptr_t r_fadeincode = 0x259c5b0;
uintptr_t r_farz = 0x257b910;
uintptr_t r_fix_decal_mirroring = 0x2521b90;
uintptr_t r_gpu_calibration_frequency = 0x279fbe0;
uintptr_t r_heightmapRendererLodPixelErrorThres = 0x1f90f30;
uintptr_t r_heightmapRendererShadowDynamicBias = 0x1f90e10;
uintptr_t r_heightmapRendererShadowStaticBias = 0x1f90d80;
uintptr_t r_heightmapRendererShadowStaticLodErrorThres = 0x1f90ea0;
uintptr_t r_include_idle_in_gpu_times = 0x279fc70;
uintptr_t r_jiggle_bones = 0x25491f0;
uintptr_t r_jobified_build_particle_list = 0x25931e0;
uintptr_t r_jobify_update_dummies = 0x2747890;
uintptr_t r_lightmap = 0x1bcb900;
uintptr_t r_lightprobe_force_trans_dist = 0x1bcb540;
uintptr_t r_lightstyle = 0x1bcbb10;
uintptr_t r_lod = 0x259c250;
uintptr_t r_lod_shift = 0x259c370;
uintptr_t r_lod_switch_scale = 0x2531050;
uintptr_t r_main_view_spline_pixel_scale = 0x259cdf0;
uintptr_t r_mapextents = 0x2565db0;
uintptr_t r_modeldecal_maxtotal = 0x2521c20;
uintptr_t r_modeldecal_transform_non_rigid = 0x2521d40;
uintptr_t r_nearz = 0x2555dd0;
uintptr_t r_norefresh = 0x1bc03d0;
uintptr_t r_particle_batching_size_razor = 0x279eed0;
uintptr_t r_particle_lighting_debug = 0x26b7620;
uintptr_t r_particle_lighting_enable = 0x279ebb0;
uintptr_t r_particle_lighting_force = 0x279f0b0;
uintptr_t r_particle_low_res_debug = 0x259c6d0;
uintptr_t r_particle_low_res_indirect = 0x1f90c90;
uintptr_t r_particle_low_res_predraw = 0x1f92580;
uintptr_t r_particle_low_res_tiled_clear = 0x1f924f0;
uintptr_t r_particle_sim_spike_increment_ms = 0x25961a0;
uintptr_t r_particle_sim_spike_threshold_ms = 0x2599fe0;
uintptr_t r_particle_timescale = 0x2591c50;
uintptr_t r_particles_early_distance_cull = 0x2560500;
uintptr_t r_rimlight = 0x1f34fe0;
uintptr_t r_rootlod = 0x1bcbe80;
uintptr_t r_ropetranslucent = 0x25836b0;
uintptr_t r_runtimeVirtualTextureAllowStreamRequests = 0x1f92730;
uintptr_t r_runtimeVirtualTextureCompositeMipBiasMotionMax = 0x1f92850;
uintptr_t r_runtimeVirtualTextureCompositeMipBiasMotionWeight = 0x1f927c0;
uintptr_t r_runtimeVirtualTextureCompositeRequestMipDistMax = 0x1f92a90;
uintptr_t r_runtimeVirtualTextureCompositeStochasticTextureBlendExponent = 0x1f92970;
uintptr_t r_runtimeVirtualTextureDecalBlockCullAlphaCutoff = 0x1f92610;
uintptr_t r_runtimeVirtualTextureDecalMinPixelWidth = 0x1f926a0;
uintptr_t r_runtimeVirtualTextureDistanceStreamingMipBiasLerp = 0x1f92d30;
uintptr_t r_runtimeVirtualTextureDistanceStreamingScale = 0x1f92bb0;
uintptr_t r_runtimeVirtualTextureMipBiasBase = 0x1f92a00;
uintptr_t r_runtimeVirtualTextureMipBiasLerp = 0x1f928e0;
uintptr_t r_runtimeVirtualTextureMipBiasPerMissedAllocation = 0x1f92c40;
uintptr_t r_runtimeVirtualTextureWriteIdsAndWeightsOptimized = 0x1f92b20;
uintptr_t r_s29_lighting_mode = 0x1f32730;
uintptr_t r_setupBoneWorkSize = 0x2598140;
uintptr_t r_setupBoneWorkerThreadhold = 0x259bc20;
uintptr_t r_setupBoneWortSort = 0x25951f0;
uintptr_t r_skin_skip_invalid_materials = 0x25221a0;
uintptr_t r_skip_baked_lights_if_strict_realtime = 0x1bc1670;
uintptr_t r_sky_ignoreAngles = 0x259cb50;
uintptr_t r_sort_trans_debug = 0x25722a0;
uintptr_t r_sort_trans_debug_dist = 0x2564960;
uintptr_t r_terrainCollisionSkirts = 0x1edbd80;
uintptr_t r_terrainDrawPatchCountMax = 0x2593a20;
uintptr_t r_terrainDynamicLightMaxCount = 0x259b400;
uintptr_t r_terrainHeightCacheHeightInTiles = 0x259bd40;
uintptr_t r_terrainHeightCacheWidthInTilesLog2 = 0x2597c70;
uintptr_t r_terrainLod0RadiusInTiles = 0x259c010;
uintptr_t r_terrainLodPatchCountMax = 0x259a5a0;
uintptr_t r_terrainShaderLODDist = 0x259bef0;
uintptr_t r_terrainUseLargestCubemap = 0x25956e0;
uintptr_t r_terrainVirtualTextureBackgroundMipMin = 0x259c1c0;
uintptr_t r_terrainVirtualTextureCacheHeightInTiles = 0x259c130;
uintptr_t r_terrainVirtualTextureCacheWidthInTilesLog2 = 0x25981d0;
uintptr_t r_terrainVirtualTextureCompactCache = 0x259bdd0;
uintptr_t r_terrainVirtualTextureCompositeRequestMaxCount = 0x2594150;
uintptr_t r_terrainVirtualTextureCompositeTilesPerFrameMax = 0x259c0a0;
uintptr_t r_terrainVirtualTextureMipMin = 0x259be60;
uintptr_t r_terrainVirtualTextureUseCompressedSplatmap = 0x259bcb0;
uintptr_t r_terrainVirtualTextureUseDistanceStreaming = 0x259bf80;
uintptr_t r_threaded_particles = 0x2595430;
uintptr_t r_updaterefracttexture = 0x2593ed0;
uintptr_t r_updaterefracttexture_allowmultiple = 0x259ac90;
uintptr_t r_visambient = 0x1bab450;
uintptr_t r_visambient_orig = 0x1bad300;
uintptr_t r_visambient_point = 0x1badb30;
uintptr_t r_vismodellighting_lightpos = 0x1f18230;
uintptr_t r_vismodellighting_maxdist = 0x2593860;
uintptr_t r_vismodellighting_mindist = 0x2597ed0;
uintptr_t r_vismodellighting_offset_x = 0x1f17260;
uintptr_t r_vismodellighting_offset_y = 0x1f15e90;
uintptr_t r_vismodellighting_offset_z = 0x1f16f30;
uintptr_t r_vissky_cone = 0x1bad390;
uintptr_t r_vissun_transitions = 0x1bae660;
uintptr_t r_visualizeproplightcaching = 0x256ef00;
uintptr_t r_visualizetraces = 0x270c200;
uintptr_t r_visualizetraces_duration = 0x270c170;
uintptr_t r_visualizetraceshulls = 0x2709a40;
uintptr_t r_volumetric_lighting_blur_count = 0x1f95760;
uintptr_t r_volumetric_lighting_blur_type = 0x1f956d0;
uintptr_t r_volumetric_lighting_defer_init = 0x1f95640;
uintptr_t r_volumetric_lighting_enabled = 0x1f955b0;
uintptr_t r_volumetric_lighting_min_relative_contribution = 0x1f95910;
uintptr_t r_volumetric_lighting_numSteps = 0x1f95880;
uintptr_t r_volumetric_lighting_rotate_dither = 0x1f957f0;
uintptr_t r_water_draw_env_volumes = 0x1f95ad0;
uintptr_t r_water_draw_mode = 0x1f959a0;
uintptr_t r_water_force_envmap = 0x1f95a30;
uintptr_t r_water_render_only_body = 0x1f95b60;
uintptr_t r_water_rendering_enabled = 0x1f95d10;
uintptr_t r_water_use_irradiance_volume = 0x1f95da0;
uintptr_t r_water_wave_debug = 0x1f95bf0;
uintptr_t r_water_wireframe = 0x1f95c80;
uintptr_t r_watersim_debug = 0x1f95ee0;
uintptr_t r_watersim_enabled_override = 0x1f95e30;
uintptr_t r_wave_fx_debug_emitters = 0x257cb20;
uintptr_t r_wave_fx_enabled = 0x2582470;
uintptr_t r_wave_fx_progress_tolerance = 0x258b6e0;
uintptr_t r_wave_fx_start_progress = 0x2589200;
uintptr_t r_wave_fx_view_radius = 0x2580390;
uintptr_t r_wideAspect_adjustNearZEnabled = 0x25714e0;
uintptr_t r_wideAspect_minLimit = 0x25720f0;
uintptr_t r_wideAspect_startRange = 0x2570140;
uintptr_t r_zfill = 0x26b8ba0;
uintptr_t r_zfill_all = 0x259c9a0;
uintptr_t r_zfill_all_lobby = 0x26b85b0;
uintptr_t r_zfill_heightmap = 0x26b8640;
uintptr_t r_zfill_opaque_renderables = 0x26b7aa0;
uintptr_t r_zfill_static_props = 0x26b8c30;
uintptr_t r_zfill_static_props_deferred = 0x26b81f0;
uintptr_t r_zfill_world_meshes = 0x26b76b0;
uintptr_t r_zfill_world_occluder = 0x26b8840;
uintptr_t ragdoll_debug = 0x2548750;
uintptr_t ragdoll_sleepaftertime = 0x259a390;
uintptr_t ranked_champion_trails_enabled = 0x2715cb0;
uintptr_t ranked_current_period_guidstring = 0x2715710;
uintptr_t ranked_current_period_start_score = 0x2716500;
uintptr_t ranked_disable_full_bonus_system = 0x2712f00;
uintptr_t ranked_disable_placement_matches = 0x2712670;
uintptr_t ranked_disable_point_gain = 0x2714f20;
uintptr_t ranked_disable_promo_trials = 0x2714d90;
uintptr_t ranked_enable_2pt0_cross_split_reward = 0x2715560;
uintptr_t ranked_enable_non_ranked_score_position = 0x27131a0;
uintptr_t ranked_enable_old_kill_bonus = 0x2715440;
uintptr_t ranked_enable_road_to_ranked = 0x27155f0;
uintptr_t ranked_event_enabled = 0x1da43d0;
uintptr_t ranked_event_entry_cost_disabled = 0x1da4460;
uintptr_t ranked_event_leaderboard_hard_pick_duration = 0x1da4580;
uintptr_t ranked_event_loss_forgiveness_disabled = 0x1da4a50;
uintptr_t ranked_event_trail_reward_enabled = 0x1da4880;
uintptr_t ranked_reward_has_min_match_requirement = 0x2712290;
uintptr_t rankedplay_display_enabled = 0x26ba1d0;
uintptr_t rankedplay_voice_enabled = 0x26b97c0;
uintptr_t raw_input_client_send_enable = 0x2520cd0;
uintptr_t raw_input_collection_disable = 0x2520c40;
uintptr_t raw_input_deadzone = 0x2520b20;
uintptr_t raw_input_fileoutput_cl = 0x2520bb0;
uintptr_t reactive_wakeOnStop = 0x26bbdb0;
uintptr_t real_time_update_dt = 0x25820f0;
uintptr_t realms_add_child_to_parent_by_default = 0x26c37d0;
uintptr_t realms_script_error_on_parenting_mismatch = 0x26f9640;
uintptr_t reassignPendingVMFXHandlesOnUpdate = 0x2542390;
uintptr_t recalculateOrigin_threaded_chunksize = 0x1dac800;
uintptr_t recommendations_hostname = 0x1da82d0;
uintptr_t reconnect_available_timespan = 0x1f1eac0;
uintptr_t reconnect_cache_delete = 0x1f1ea30;
uintptr_t reconnect_check_user_id = 0x1f1ec20;
uintptr_t reconnect_debug = 0x1ee2970;
uintptr_t reconnect_delay = 0x1f1eb90;
uintptr_t reconnect_enabled = 0x1f1ecb0;
uintptr_t reconnect_party_enabled = 0x1f1e9a0;
uintptr_t reconnect_timeout = 0x1bab950;
uintptr_t remote_function_clear_stats_on_game_state_change = 0x26f0c40;
uintptr_t remote_function_pin_tracking = 0x26c1b70;
uintptr_t rendering_debug_overlay = 0x26b91d0;
uintptr_t replay_enable = 0x1f19000;
uintptr_t replay_prediction_smooth = 0x1f16c50;
uintptr_t replay_sendNetMessages = 0x1f18df0;
uintptr_t report_cliententitysim = 0x254c7a0;
uintptr_t report_clientthinklist = 0x2564770;
uintptr_t report_legacy_attachment_errors = 0x253aaa0;
uintptr_t resource_binder_validate_transition_state = 0x1edc920;
uintptr_t reticle_color = 0x2598050;
uintptr_t rhi_dx12_DefaultHeapAllocatorRecordStep = 0x1edd0d0;
uintptr_t rhi_dx12_EnableGPUUploadHeaps = 0x1edce00;
uintptr_t rhi_dx12_EnableUploadHeaps = 0x1edcb30;
uintptr_t rhi_dx12_GpuUploadHeapAllocatorRecordStep = 0x1edcd70;
uintptr_t rhi_dx12_MemoryPoolDefaultHeapSizeInMBs = 0x1edcbc0;
uintptr_t rhi_dx12_MemoryPoolGpuUploadHeapSizeInMBs = 0x1edce90;
uintptr_t rhi_dx12_MemoryPoolReadbackHeapSizeInMBs = 0x1edcc50;
uintptr_t rhi_dx12_MemoryPoolUploadHeapSizeInMBs = 0x1edd040;
uintptr_t rhi_dx12_ReadbackHeapAllocatorRecordStep = 0x1edcce0;
uintptr_t rhi_dx12_SelectHigherPerfGpu = 0x1edcf20;
uintptr_t rhi_dx12_ShutdownDevice = 0x1edcfb0;
uintptr_t rhi_dx12_UploadHeapAllocatorRecordStep = 0x1edd160;
uintptr_t rhi_dx12_constantBufferAllocatorBlockIncrement = 0x1edd280;
uintptr_t rhi_dx12_constantBufferAllocatorGrowthSizeInMBs = 0x1edd310;
uintptr_t rhi_dx12_constantBufferAllocatorInitialSizeInMBs = 0x1edd550;
uintptr_t rhi_dx12_roSubAllocatorBlockIncrement = 0x1edd5e0;
uintptr_t rhi_dx12_roSubAllocatorGrowthSizeInMBs = 0x1edd430;
uintptr_t rhi_dx12_roSubAllocatorInitialSizeInMBs = 0x1edd670;
uintptr_t rhi_dx12_rwSubAllocatorBlockIncrement = 0x1edd1f0;
uintptr_t rhi_dx12_rwSubAllocatorGrowthSizeInMBs = 0x1edd3a0;
uintptr_t rhi_dx12_rwSubAllocatorInitialSizeInMBs = 0x1edd4c0;
uintptr_t rhi_hazards_useJobForReclaim = 0x1edc9b0;
uintptr_t rhi_memorypool_LargeAllocationFrac = 0x1edc890;
uintptr_t rhi_data_upload_ms_to_wait_before_helping = 0x1edca40;
uintptr_t rhi_dx12_present_do_not_wait = 0x1edd700;
uintptr_t rhi_dx12_present_restart = 0x1edd790;
uintptr_t ribbon_visibility_fx_enable = 0x279f020;
uintptr_t roamingcam_altitudeLocked = 0x2564120;
uintptr_t roamingcam_cameraspacemotion = 0x255e7b0;
uintptr_t roamingcam_downSpeedMult = 0x25607d0;
uintptr_t roamingcam_fakeTeam = 0x26f3c30;
uintptr_t roamingcam_forwardSpeed = 0x2556aa0;
uintptr_t roamingcam_forwardSpeed_fast = 0x2571cf0;
uintptr_t roamingcam_forwardSpeed_slow = 0x2560740;
uintptr_t roamingcam_moveCollisionThreshold = 0x2555a70;
uintptr_t roamingcam_movecollision = 0x25694c0;
uintptr_t roamingcam_movesmoothing = 0x2567fa0;
uintptr_t roamingcam_rollSpeed = 0x2555620;
uintptr_t roamingcam_roll_smoothtime = 0x2570950;
uintptr_t roamingcam_rollsmoothing = 0x25556b0;
uintptr_t roamingcam_serverupdateinterval = 0x2562f00;
uintptr_t roamingcam_sideSpeedMult = 0x2566c80;
uintptr_t roamingcam_smoothcam_downSpeedMultiplier = 0x2567db0;
uintptr_t roamingcam_smoothcam_enabled = 0x2562be0;
uintptr_t roamingcam_smoothcam_smoothtime = 0x255d750;
uintptr_t roamingcam_smoothtime = 0x25570f0;
uintptr_t roamingcam_speedChangeRate = 0x257b5a0;
uintptr_t roamingcam_viewsmoothing = 0x2565450;
uintptr_t rodeo_camera_smooth_blend_out_time = 0x2555030;
uintptr_t rodeo_camera_smooth_enable = 0x2553140;
uintptr_t rodeoed_anims_enabled = 0x252ab10;
uintptr_t rope_collide = 0x258f180;
uintptr_t rope_debug_shake = 0x258dcd0;
uintptr_t rope_parallelMeshBuilder = 0x2580530;
uintptr_t rope_regenMeshEachDraw = 0x258e9d0;
uintptr_t rope_shake = 0x2582a20;
uintptr_t rope_texels_per_world_unit = 0x2547030;
uintptr_t rope_visibility_fx_enable = 0x279ed50;
uintptr_t rope_wiggle_harmonic_falloff = 0x257d510;
uintptr_t rope_wiggle_magnitude_loose = 0x258fbc0;
uintptr_t rope_wiggle_magnitude_tight = 0x2583740;
uintptr_t rope_wiggle_oscillate_speed = 0x258b530;
uintptr_t rope_wiggle_rotate_speed = 0x257d180;
uintptr_t rope_wiggle_zipline_min_points = 0x2587f30;
uintptr_t rope_wind_dist = 0x257cbc0;
uintptr_t rotate_ents = 0x2552b40;
uintptr_t rppMatchMaking_disablePlaylistOverride = 0x1bc07d0;
uintptr_t rpp_assignment_enabled = 0x27125c0;
uintptr_t rpp_match_making_enabled = 0x27150f0;
uintptr_t rprof_dump_with_compression = 0x1f191e0;
uintptr_t rprof_dump_with_deltacompression = 0x1f196b0;
uintptr_t rprof_no_devnet = 0x1bc7b70;
uintptr_t rprof_prune_path_from_draw_events = 0x1f9e240;
uintptr_t rspn_motd = 0x1bafaf0;
uintptr_t rt_forcewake = 0x1f3ac90;
uintptr_t rt_sleep = 0x1f3ad20;
uintptr_t rt_worker = 0x1f3adb0;
uintptr_t rtk_alwaysreparse = 0x27a3830;
uintptr_t rtk_cache_max_memory = 0x27a38c0;
uintptr_t rtk_cache_policy = 0x27a3b90;
uintptr_t rtk_clearCacheAfterLeavingLobby = 0x256acb0;
uintptr_t rtk_dpadnavigation_debug = 0x27c6fe0;
uintptr_t rtk_enableErrorPopup = 0x27a5890;
uintptr_t rtk_enableLaserScreen = 0x27a3410;
uintptr_t rtk_enableRTL = 0x27a3370;
uintptr_t rtk_enableStatsScreen = 0x27a32d0;
uintptr_t rtk_handle_clean_rate = 0x27a3ff0;
uintptr_t rtk_parallelClone = 0x27a5a40;
uintptr_t rtk_parser_enable_extra_checks = 0x27a3f60;
uintptr_t rtk_styleConstantsDefault = 0x27c6270;
uintptr_t rtk_useconstants = 0x27a3e50;
uintptr_t rtk_verboseLogging = 0x27a5800;
uintptr_t rtk_vgui_use_defered_creation_order = 0x27c6360;
uintptr_t rtm_force_disconnect_on_switch = 0x1f21750;
uintptr_t ruiPanel_resArgName = 0x252c310;
uintptr_t rui_asyncTracks = 0x2599400;
uintptr_t rui_defaultDebugFontFace = 0x27cbcd0;
uintptr_t rui_defaultFontFace = 0x27cbfe0;
uintptr_t rui_defaultFontHeight = 0x27cae80;
uintptr_t rui_depth_write_enabled = 0x1eddf00;
uintptr_t rui_depth_write_prepass = 0x1eddb10;
uintptr_t rui_overrideVguiTextRendering = 0x27c94e0;
uintptr_t rui_padDist = 0x1ede140;
uintptr_t rui_safeAreaFrac = 0x1edde70;
uintptr_t rui_script_call_optimization = 0x1eddde0;
uintptr_t rui_staticPropLimit = 0x259a210;
uintptr_t rui_text_drawing_enabled = 0x1eddd50;
uintptr_t rui_textcache_logstats_period = 0x2522230;
uintptr_t rui_useWidgetDraws = 0x1ede0b0;
uintptr_t save_enable = 0x1ee24f0;
uintptr_t scheme_manager_font_debug = 0x27ca900;
uintptr_t scr_centertime = 0x2596eb0;
uintptr_t screen_indicator_back_range = 0x255e8d0;
uintptr_t screen_indicator_ellipse_height = 0x256c450;
uintptr_t screen_indicator_ellipse_width = 0x25561a0;
uintptr_t screen_indicator_pitch_limit = 0x2560970;
uintptr_t screen_indicator_pitch_scale = 0x2560eb0;
uintptr_t screenfade_debug = 0x2598fe0;
uintptr_t scriptNetVar_categoryAsserts = 0x27094c0;
uintptr_t script_assert_on_dst_offset_error = 0x2715ea0;
uintptr_t script_compile_all_levels = 0x2712160;
uintptr_t script_compile_debug_dump_rprof = 0x27cd7a0;
uintptr_t script_compile_debug_track_timing = 0x27cd840;
uintptr_t script_compile_debug_verbose_logging = 0x27cd8d0;
uintptr_t script_debugger_connect_client_on_mapspawn = 0x2597700;
uintptr_t script_debugger_connect_ui_auto = 0x26bb3f0;
uintptr_t script_debugger_host = 0x27ccdb0;
uintptr_t script_debugger_port_client = 0x27cce40;
uintptr_t script_debugger_port_server = 0x27ccd20;
uintptr_t script_debugger_port_ui = 0x27ccc00;
uintptr_t script_disallow_newslot_on_globals = 0x27cdab0;
uintptr_t script_div_0_script_error = 0x27ce700;
uintptr_t script_dump_simple = 0x27ccc90;
uintptr_t script_eat_NOOPs = 0x27cda10;
uintptr_t script_enable_ranked_game_state_pin = 0x2596580;
uintptr_t script_enable_sort_challenge_flavs_by_progress_verify = 0x2593cc0;
uintptr_t script_enable_sort_challenge_flavs_by_progress_with_cache = 0x2599b20;
uintptr_t script_infinite_loop_ms = 0x27ccb60;
uintptr_t script_localize_arg_overflow_raise_error = 0x2597560;
uintptr_t script_mover_traversal_mover_support = 0x270a210;
uintptr_t script_obfuscated_id_magic = 0x259a420;
uintptr_t script_obfuscated_id_technique = 0x25995e0;
uintptr_t script_parallel_trace_LOS_multiple = 0x27151a0;
uintptr_t script_precache_errors = 0x26f7080;
uintptr_t script_printDeferredCalls = 0x2593490;
uintptr_t script_ranked_debug = 0x2715230;
uintptr_t script_retry_after_compile_errors = 0x2716590;
uintptr_t script_showErrorDialogs = 0x252ba40;
uintptr_t script_slopTimeBeforeBudgetEnforcement = 0x1f19360;
uintptr_t script_threads_wait_check_differential_against_zero = 0x27cca40;
uintptr_t script_tracehull_square_check = 0x2715820;
uintptr_t script_weapon_mythic_multikill_kill_threshold = 0x2596110;
uintptr_t script_weapon_mythic_multikill_roll_chance = 0x2599bc0;
uintptr_t script_weapon_mythic_multikill_variety_timeout_sec = 0x2594ab0;
uintptr_t script_weapon_mythic_vo_delay_sec = 0x2594a20;
uintptr_t scriptremotefunctions_assert_on_bad_params = 0x26f2f70;
uintptr_t scriptremotefunctions_checkRestrictedType = 0x26bddc0;
uintptr_t scriptremotefunctions_debug = 0x26c0190;
uintptr_t scriptremotefunctions_dropNullEntity = 0x26ef860;
uintptr_t scriptremotefunctions_enforceTypedEntity = 0x26bd850;
uintptr_t scriptremotefunctions_printReconnectDiscards = 0x26eff80;
uintptr_t scriptremotefunctions_printWarningNullEntity = 0x26bff50;
uintptr_t scriptremotefunctions_reject_floats_outside_range = 0x26f7890;
uintptr_t scriptremotefunctions_saveFuncName = 0x26f0d20;
uintptr_t scriptremotefunctions_stringMaxStored = 0x26f5220;
uintptr_t seasonquest_force_missionscleared_count = 0x2713230;
uintptr_t seasonquest_force_treasurepacks_count = 0x27130f0;
uintptr_t send_pin_on_error = 0x1f0cde0;
uintptr_t sequence_transitioner_enable = 0x26fe320;
uintptr_t serverFilter = 0x1bcc690;
uintptr_t serverReports_hostname = 0x1f0b8c0;
uintptr_t server_build_datenum = 0x1f1b530;
uintptr_t server_concommands_allways_network = 0x1baaac0;
uintptr_t server_is_playtest_build = 0x1f1ada0;
uintptr_t settings_field_lookup_doesnt_exist_is_fatal = 0x274c7f0;
uintptr_t sh_odsl_enabled_test_name = 0x2715b70;
uintptr_t sh_odsl_test_time_sec = 0x2712e70;
uintptr_t shader_lod_world_mesh_scaled_dist = 0x1bcae30;
uintptr_t shader_lods_enable = 0x1f160a0;
uintptr_t shader_lods_static_prop_scaled_dist = 0x1f16b60;
uintptr_t shadow_bleedfudge = 0x251ef90;
uintptr_t shadow_capable = 0x1bc0220;
uintptr_t shadow_clear_dist = 0x26b7c50;
uintptr_t shadow_combine_copy_with_filter = 0x2570830;
uintptr_t shadow_cull_in_lobby = 0x2565180;
uintptr_t shadow_cull_renderables_by_dist = 0x256ba30;
uintptr_t shadow_dbg_cone_depthtest = 0x25560c0;
uintptr_t shadow_dbg_cones = 0x25551f0;
uintptr_t shadow_dbg_draw = 0x2562160;
uintptr_t shadow_default_filter_size = 0x2561fe0;
uintptr_t shadow_depth_dimen_min = 0x2571010;
uintptr_t shadow_depth_upres_factor_max = 0x25636d0;
uintptr_t shadow_drawfrustum = 0x256a880;
uintptr_t shadow_dynamic_spot_budgets = 0x2555d40;
uintptr_t shadow_enable = 0x1bcaec0;
uintptr_t shadow_esm_enable = 0x2565050;
uintptr_t shadow_filter_maxstep = 0x255c500;
uintptr_t shadow_info = 0x257ad30;
uintptr_t shadow_lobby_depth_dimen_min = 0x2555310;
uintptr_t shadow_lobby_mode_allowed = 0x256fd20;
uintptr_t shadow_max_downsizing_spot_updates = 0x2571880;
uintptr_t shadow_max_dynamic_lobby = 0x256f250;
uintptr_t shadow_max_old_dynamic = 0x2560620;
uintptr_t shadow_max_spot_updates = 0x2567340;
uintptr_t shadow_maxdynamic = 0x255cb30;
uintptr_t shadow_min_count_smallest = 0x2563d10;
uintptr_t shadow_minvariance = 0x251f1d0;
uintptr_t shadow_noLOD = 0x255e840;
uintptr_t shadow_pcf_bias = 0x1f9e800;
uintptr_t shadow_pcf_kernel_width = 0x1f9e6e0;
uintptr_t shadow_pcf_mode = 0x2555980;
uintptr_t shadow_show_spot_update_infos = 0x2570f80;
uintptr_t shadow_tools_depth_dimen_min = 0x256add0;
uintptr_t shadow_tools_depth_upres_factor_max = 0x2564000;
uintptr_t shadow_tools_min_count_smallest = 0x256a590;
uintptr_t shadow_tools_mode = 0x256ffc0;
uintptr_t shadow_update_culling = 0x256bf90;
uintptr_t shadow_vsm_format_16_bit = 0x256bb40;
uintptr_t shake_angleFactor_human = 0x25547f0;
uintptr_t shake_angleFactor_titan = 0x2550360;
uintptr_t shake_basicPitchFactor = 0x2594cb0;
uintptr_t shake_basicRandomRollFactor = 0x2596e20;
uintptr_t shake_offsetFactor_human = 0x2553390;
uintptr_t shake_offsetFactor_titan = 0x254fb00;
uintptr_t shake_viewmodelFactor_ads_human = 0x2571280;
uintptr_t shake_viewmodelFactor_ads_titan = 0x25706b0;
uintptr_t shake_viewmodelFactor_human = 0x255e720;
uintptr_t shake_viewmodelFactor_titan = 0x25713a0;
uintptr_t show_champion_screen = 0x2712990;
uintptr_t showassets_enabled = 0x1f32370;
uintptr_t showbot_enabled = 0x1f28610;
uintptr_t showfps_enabled = 0x1f37290;
uintptr_t showfps_heightpercent = 0x1f322e0;
uintptr_t showfps_max_ms = 0x1f2cb60;
uintptr_t showfps_mouse_latency = 0x1f28000;
uintptr_t showfps_smoothtime = 0x1f34bf0;
uintptr_t showfps_spinner = 0x1f37980;
uintptr_t showfs_async_file_handles = 0x1f2fdf0;
uintptr_t showinput_enabled = 0x1f327c0;
uintptr_t showio_enabled = 0x1f37200;
uintptr_t showmap_enabled = 0x1f349b0;
uintptr_t showmem_cheaptrack_datatypes = 0x1f373b0;
uintptr_t showmem_cheaptrack_features = 0x1f34ad0;
uintptr_t showmem_cheaptrack_sources = 0x1f37710;
uintptr_t showmem_enabled = 0x1f32580;
uintptr_t showmem_mode_bottom = 0x1f37320;
uintptr_t showmem_mode_top = 0x1f37860;
uintptr_t showmem_sbh_stats = 0x1f378f0;
uintptr_t showmemnumstats = 0x2598560;
uintptr_t showmemnumstatsrefresh = 0x2597790;
uintptr_t shownet_enabled = 0x1f37560;
uintptr_t sidearmSwapSelectCooldown = 0x25812a0;
uintptr_t sidearmSwapSelectDoubleTapTime = 0x258b270;
uintptr_t singlestep = 0x1f1ab90;
uintptr_t skill_hostname = 0x1bc0e70;
uintptr_t skipIntroVideos = 0x1ed8950;
uintptr_t skip_jump_height_fraction = 0x26c3a90;
uintptr_t skip_jump_height_speed = 0x26f7410;
uintptr_t skip_lobby_tutorial = 0x2714a40;
uintptr_t skip_replenish_double_jump = 0x26f87c0;
uintptr_t skip_sounds = 0x26c10c0;
uintptr_t skip_speed_reduce = 0x26f81b0;
uintptr_t skip_speed_retain = 0x26f5510;
uintptr_t skip_time = 0x26f90c0;
uintptr_t skip_training = 0x2712360;
uintptr_t skyward_launch_obstacle_avoidance = 0x26c0fa0;
uintptr_t sleep_when_meeting_framerate = 0x1f15920;
uintptr_t sleep_when_meeting_framerate_headroom_ms = 0x1f18350;
uintptr_t slide_auto_stand = 0x26f4670;
uintptr_t slide_max_angle_dot = 0x26bfd70;
uintptr_t slide_max_duck_frac_to_start = 0x26f1ce0;
uintptr_t slide_step_velocity_reduction = 0x26c3d30;
uintptr_t slide_viewTiltDecreaseSpeed = 0x270deb0;
uintptr_t slide_viewTiltIncreaseSpeed = 0x270e330;
uintptr_t slide_viewTiltPlayerSpeed = 0x270c4d0;
uintptr_t slide_viewTiltSide = 0x270d470;
uintptr_t slide_while_on_unwalkable_ground = 0x26dd240;
uintptr_t slowconsolelog_old_logic = 0x1bacbb0;
uintptr_t smoothstairs_lunge = 0x270e060;
uintptr_t snapshot_cache_force_use_clients_allow_list = 0x1f1f510;
uintptr_t snapshot_cache_max_snapshots_multiply_factor = 0x1f1f990;
uintptr_t snapshot_diffs_enabled = 0x1f1f480;
uintptr_t snapshot_diffs_force_enable = 0x1f1f900;
uintptr_t snapshot_diffs_fraction = 0x1f1f3f0;
uintptr_t snapshot_diffs_max_creation_time = 0x1f1f360;
uintptr_t snapshot_force_local_client_player_transmit = 0x1f1f7e0;
uintptr_t snapshot_historical_cache_enabled = 0x1f1f2d0;
uintptr_t snapshot_historical_cache_force_enable = 0x1f1f6c0;
uintptr_t snapshot_local_client_player_delete_assert = 0x1f1f750;
uintptr_t snapshot_recipient_code_affects_tick_last_changed = 0x1f1f870;
uintptr_t snapshot_shutdown_mtrim_pad = 0x1f1f630;
uintptr_t snapshot_tlc_sorted_props_enabled = 0x1f1f5a0;
uintptr_t solid_obb_pass_standard_filter = 0x2707000;
uintptr_t sound_ambientgeneric_allow_refresh = 0x256b000;
uintptr_t sound_ambientgeneric_force_entity = 0x256c4e0;
uintptr_t sound_entity_seek_snap = 0x2590d60;
uintptr_t sound_musicReduced = 0x2712af0;
uintptr_t sound_num_speakers = 0x257b9a0;
uintptr_t sound_only_warn_on_missing_sound_events_in_client_script = 0x252db30;
uintptr_t sound_printloaderrors = 0x1e6e4b0;
uintptr_t sound_spectator_dialogue = 0x1f1aa10;
uintptr_t sound_volume = 0x255d870;
uintptr_t sound_volume_dialogue = 0x2565600;
uintptr_t sound_volume_dialogue_sp = 0x25654e0;
uintptr_t sound_volume_music_game = 0x2567d20;
uintptr_t sound_volume_music_game_sp = 0x2565c90;
uintptr_t sound_volume_music_lobby = 0x2564ef0;
uintptr_t sound_volume_sfx = 0x2555590;
uintptr_t sound_volume_sfx_observer = 0x255ff40;
uintptr_t sound_volume_sfx_observer_affectdialogue = 0x2560fe0;
uintptr_t sound_volume_sfx_observer_affectmusic = 0x2567190;
uintptr_t sound_volume_sfx_sp = 0x2571d80;
uintptr_t sound_volume_voice = 0x257c450;
uintptr_t sound_without_focus = 0x256c020;
uintptr_t soundtrigger_repeat_interval = 0x2548c60;
uintptr_t sp_not_focus_pause = 0x1f0ce70;
uintptr_t spam_skinning_matrices_used = 0x1f92dc0;
uintptr_t spam_skinning_matrices_used_detailed = 0x1f92e50;
uintptr_t spatial_partition_deadlock_assert = 0x26c1fc0;
uintptr_t spectator_analog_altitude_control = 0x25565c0;
uintptr_t spectator_playerTagRange_large = 0x2551bd0;
uintptr_t spectator_playerTagRange_medium = 0x2553300;
uintptr_t spectator_playerTagRange_small = 0x254f470;
uintptr_t speechtotext_audioenabled = 0x1da2ab0;
uintptr_t speechtotext_disable_expire_logic = 0x1f1fbd0;
uintptr_t speechtotext_disable_time = 0x1f20200;
uintptr_t speechtotext_enabled = 0x1f1fe10;
uintptr_t speechtotext_expire_duration = 0x1f1fea0;
uintptr_t speechtotext_forcedisabled = 0x1f1fb40;
uintptr_t speechtotext_gettokentime_interval = 0x1f200e0;
uintptr_t speechtotext_hostname = 0x1f1ffc0;
uintptr_t speechtotext_msg_droptimeout = 0x1f20170;
uintptr_t speechtotext_new_userSetting = 0x1f1fa20;
uintptr_t speechtotext_path = 0x1f1fab0;
uintptr_t speechtotext_quiettime = 0x1f20290;
uintptr_t speechtotext_stats_errorspermin = 0x1f1fc60;
uintptr_t speechtotext_stats_interval = 0x1f20050;
uintptr_t speechtotext_stats_senderrors = 0x1f1fd80;
uintptr_t speechtotext_stats_sendrequests = 0x1f1fcf0;
uintptr_t speechtotext_stats_sendsuccess = 0x1f1ff30;
uintptr_t speechtotexttoken_hostname = 0x1bc7db0;
uintptr_t spinner_debug_info = 0x2716620;
uintptr_t sprint_powerdrain = 0x270cc80;
uintptr_t sprint_view_shake_style = 0x257c2a0;
uintptr_t sprinttilt_accel = 0x26bcb90;
uintptr_t sprinttilt_maxvel = 0x26f5c20;
uintptr_t sprinttilt_turnrange = 0x26c09e0;
uintptr_t ss_force_primary_fullscreen = 0x25936e0;
uintptr_t ss_mimic = 0x2589730;
uintptr_t ss_splitmode = 0x25962c0;
uintptr_t ss_verticalsplit = 0x2598d10;
uintptr_t ss_viewmodelfov = 0x257b330;
uintptr_t ss_voice_hearpartner = 0x1ee0510;
uintptr_t ssao_allow_partial = 0x1f931b0;
uintptr_t ssao_blur = 0x1f935a0;
uintptr_t ssao_blur_4x4 = 0x1f94440;
uintptr_t ssao_blur_edge_sharpness = 0x1f93c60;
uintptr_t ssao_blur_quality = 0x1f93a20;
uintptr_t ssao_blur_slope_threshold = 0x1f93ab0;
uintptr_t ssao_depth_max = 0x1f937e0;
uintptr_t ssao_downsample_scale = 0x1f93e10;
uintptr_t ssao_enabled = 0x1f93510;
uintptr_t ssao_exponent = 0x1f93870;
uintptr_t ssao_force_legacy = 0x1f932d0;
uintptr_t ssao_jitter_scale = 0x1f93000;
uintptr_t ssao_max_res = 0x1f93d80;
uintptr_t ssao_max_res_threshold = 0x1f933f0;
uintptr_t ssao_num_directions = 0x1f92f70;
uintptr_t ssao_num_steps = 0x1f94320;
uintptr_t ssao_on_everything = 0x1f94050;
uintptr_t ssao_quality = 0x1f22ea0;
uintptr_t ssao_radius = 0x1f92ee0;
uintptr_t ssao_radius_in_lobby = 0x1f936c0;
uintptr_t ssao_show = 0x1f944d0;
uintptr_t ssao_snap_uv = 0x1f93090;
uintptr_t ssao_tech = 0x26b7e00;
uintptr_t ssao_temporal_noise = 0x1f93360;
uintptr_t ssao_upsample_ranged = 0x1f943b0;
uintptr_t ssao_upsample_ranged_midsize = 0x1f94200;
uintptr_t ssso_cone_angle = 0x1f93b40;
uintptr_t ssso_enabled = 0x1f94170;
uintptr_t ssso_exponent = 0x1f93120;
uintptr_t ssso_intensity = 0x1f93900;
uintptr_t ssso_num_steps = 0x1f93bd0;
uintptr_t ssso_radius = 0x1f93240;
uintptr_t standardHandshake = 0x2520d60;
uintptr_t startButtonCommand = 0x1f16cf0;
uintptr_t staticPropSkipEarlyDepthOnlyTranslucent = 0x1f16490;
uintptr_t staticPropUseDepthSortBulkGrab = 0x1f17620;
uintptr_t staticProp_BucketSortMode = 0x1f0d0d0;
uintptr_t staticProp_budget = 0x1f15b10;
uintptr_t staticProp_buildlists_on_worker = 0x255d7e0;
uintptr_t staticProp_debug_draw = 0x1f16ea0;
uintptr_t staticProp_earlyDepthPrepass = 0x1f0d510;
uintptr_t staticProp_gather_size_weight = 0x1f180b0;
uintptr_t staticProp_max_scaled_dist = 0x1f15ba0;
uintptr_t staticProp_no_fade_scalar = 0x1f18800;
uintptr_t staticProp_refineDrawOnWorker = 0x26b8760;
uintptr_t static_prop_dist_debug_draw = 0x1f16130;
uintptr_t static_shadow = 0x2556290;
uintptr_t static_shadow_bounds_per_env = 0x25653c0;
uintptr_t static_shadow_debug_2d = 0x26b7740;
uintptr_t static_shadow_debug_dirty_rects = 0x2563870;
uintptr_t static_shadow_depth_bias_scale = 0x257b440;
uintptr_t static_shadow_expand_z = 0x25608e0;
uintptr_t static_shadow_good_merge_ratio = 0x25637e0;
uintptr_t static_shadow_good_merge_score = 0x256b2b0;
uintptr_t static_shadow_max_partitions = 0x2560bf0;
uintptr_t static_shadow_prop_min_size = 0x2571e10;
uintptr_t static_shadow_proplightweight_min_size = 0x25639b0;
uintptr_t static_shadow_res = 0x1f37440;
uintptr_t static_shadow_shrink_culler = 0x25620d0;
uintptr_t static_shadow_use_d16 = 0x1f375f0;
uintptr_t static_shadow_uses_shadow_lod = 0x255daa0;
uintptr_t staticfile_hostname = 0x1bc7360;
uintptr_t staticprop_color_use_bindless = 0x1f17590;
uintptr_t staticprop_depth_use_bindless = 0x1f17980;
uintptr_t stationary_fly_ground_detect = 0x27096f0;
uintptr_t stats_hostname = 0x1bc8d70;
uintptr_t status_effect_warning_level = 0x2702ae0;
uintptr_t status_tracker_enabled = 0x25233c0;
uintptr_t status_tracker_log_events = 0x2522f90;
uintptr_t status_tracker_send_dev_telemetry = 0x2523450;
uintptr_t status_tracker_sleep_time_ms = 0x25234e0;
uintptr_t steam_debug = 0x1f209b0;
uintptr_t steam_environment = 0x1f20aa0;
uintptr_t steam_id = 0x1f20380;
uintptr_t steam_name = 0x1f204d0;
uintptr_t steam_presence_player_group_issession = 0x1f20830;
uintptr_t steam_presence_updateRate = 0x1f20920;
uintptr_t steam_use_jwt = 0x1f0bcb0;
uintptr_t steamlink_hostname = 0x1f205f0;
uintptr_t stream_addnoise = 0x1f3b2a0;
uintptr_t stream_async_resource_creation_on_pc = 0x1f3b6f0;
uintptr_t stream_cache_align_memory_estimates = 0x279cd10;
uintptr_t stream_cache_capacity_animseq = 0x279d3d0;
uintptr_t stream_cache_capacity_mdl = 0x279d2b0;
uintptr_t stream_cache_capacity_while_loading = 0x279d220;
uintptr_t stream_cache_high_priority_animations = 0x279cec0;
uintptr_t stream_cache_high_priority_static_models = 0x279ce30;
uintptr_t stream_cache_mdl_freeze_threshlold = 0x279cda0;
uintptr_t stream_cache_multithreaded = 0x279cf50;
uintptr_t stream_cache_preload_from_rpak = 0x279cc80;
uintptr_t stream_cache_read_buffer_cap = 0x279cfe0;
uintptr_t stream_cache_read_count_cap = 0x279d190;
uintptr_t stream_cache_speculative_drop_animseq = 0x279d100;
uintptr_t stream_cache_speculative_drop_mdl = 0x279d070;
uintptr_t stream_depth_prepass_material = 0x1f3c590;
uintptr_t stream_drop_unused = 0x1f3b120;
uintptr_t stream_enable = 0x1f3af70;
uintptr_t stream_handle_allocation_max_stall_msec = 0x279d340;
uintptr_t stream_highest_quality_pc = 0x1f3c710;
uintptr_t stream_load_after_drop = 0x1f3aee0;
uintptr_t stream_low_mips_to_batch = 0x1f3c680;
uintptr_t stream_memory = 0x1f3b8a0;
uintptr_t stream_memory_ignore = 0x1f3b450;
uintptr_t stream_memory_min = 0x1f3b3c0;
uintptr_t stream_memory_while_loading = 0x1f3b330;
uintptr_t stream_mode = 0x1f3b4e0;
uintptr_t stream_never_high_priority_frac = 0x1f3b570;
uintptr_t stream_overlay = 0x1f3b810;
uintptr_t stream_overlay_mode = 0x1f3b600;
uintptr_t stream_pause = 0x1f3b090;
uintptr_t stream_picmip = 0x1f3b000;
uintptr_t stream_texture_bandwidth = 0x1f3b210;
uintptr_t stringtable_compress = 0x1bc93a0;
uintptr_t stryder_forceOriginUsersInvisible = 0x1f1c8b0;
uintptr_t stryder_security = 0x1f0bb90;
uintptr_t stuck_debugging = 0x26c2e00;
uintptr_t stuck_debugging_world_only = 0x26f4af0;
uintptr_t studiobonecache_unlimited = 0x1ba8e00;
uintptr_t subscription_hostname = 0x1f0b950;
uintptr_t superjump_drain_power_onfail = 0x26f8fe0;
uintptr_t superjump_fail_sound_when_jump_limit = 0x26f3280;
uintptr_t superjump_jumppad_enable_time = 0x26f8240;
uintptr_t superjump_limit = 0x26f55c0;
uintptr_t superjump_limitreset_onwallrun = 0x26f1530;
uintptr_t superjump_min_height_fraction = 0x26c3970;
uintptr_t superjump_powerreset_onground = 0x26efc00;
uintptr_t sv_XLOG_telemetry_shortcircuit = 0x2524cf0;
uintptr_t sv_airaccelerate = 0x26f3ba0;
uintptr_t sv_allTicksFinal = 0x1f19e00;
uintptr_t sv_allowSendTableTransmitToClients = 0x1edf2e0;
uintptr_t sv_allowSpectatorClients = 0x1ee10d0;
uintptr_t sv_asyncSendSnapshot = 0x1ee0240;
uintptr_t sv_backspeed = 0x26c1d40;
uintptr_t sv_bounce = 0x26dd120;
uintptr_t sv_cheats = 0x1ee2bc0;
uintptr_t sv_checkSpectatorType = 0x1ee03f0;
uintptr_t sv_compressPlaylists = 0x1edfc70;
uintptr_t sv_compressTimeValEpsilon = 0x1babc20;
uintptr_t sv_compressTimeVals = 0x1babd70;
uintptr_t sv_connectEnforceServerFilter = 0x1ee0120;
uintptr_t sv_connectingClientDelay = 0x1edf5b0;
uintptr_t sv_disconnectOnScriptError = 0x1ee1da0;
uintptr_t sv_dumpstringtables = 0x1bc0550;
uintptr_t sv_earlyPersistenceRead = 0x1ee2460;
uintptr_t sv_enableSignonStateTimeOuts = 0x1ee0720;
uintptr_t sv_everyThirdTick = 0x1f1a550;
uintptr_t sv_fakeClientBaseId = 0x1ee1880;
uintptr_t sv_firstConnectCheckForMatchPhase = 0x1ee05a0;
uintptr_t sv_fixedUpdateRate = 0x1ee2070;
uintptr_t sv_footsteps = 0x26fa620;
uintptr_t sv_friction = 0x26c1f30;
uintptr_t sv_fullsnap_stall_replay_delay = 0x1edfd90;
uintptr_t sv_fullsnap_stall_timescale = 0x1ee08d0;
uintptr_t sv_fullsnap_stall_updaterate = 0x1ee2580;
uintptr_t sv_fullsnap_stall_wait = 0x1ee1160;
uintptr_t sv_fullsnap_stalls_allowed = 0x1ee15e0;
uintptr_t sv_gracefulDisconnectOnScriptError = 0x1ede740;
uintptr_t sv_gravity = 0x26fba10;
uintptr_t sv_ignoreAllNewConnections = 0x1ee1760;
uintptr_t sv_ignoreDuplicateConnectionRequests = 0x1edff10;
uintptr_t sv_includeProtInRejection = 0x1ee1910;
uintptr_t sv_infinite_ammo = 0x270e620;
uintptr_t sv_instancebaselines = 0x1ee14c0;
uintptr_t sv_loadMapModelEarly = 0x1baeaf0;
uintptr_t sv_lobbyType = 0x1bcaf50;
uintptr_t sv_maxSetClientEntitlements = 0x1ee2a00;
uintptr_t sv_max_fullsnap_stalls = 0x1edeef0;
uintptr_t sv_max_prop_data_dwords_lobby = 0x1edfa30;
uintptr_t sv_max_prop_data_dwords_multiplayer = 0x1ee02d0;
uintptr_t sv_max_prop_data_dwords_singleplayer = 0x1edf760;
uintptr_t sv_max_props_lobby = 0x1edfbe0;
uintptr_t sv_max_props_multiplayer = 0x1edf640;
uintptr_t sv_max_props_singleplayer = 0x1edf490;
uintptr_t sv_max_snapshots_lobby = 0x1ee11f0;
uintptr_t sv_max_snapshots_multiplayer = 0x1ede530;
uintptr_t sv_max_snapshots_singleplayer = 0x1ee26a0;
uintptr_t sv_maxspeed = 0x26f71f0;
uintptr_t sv_maxupdaterate = 0x1ee0fb0;
uintptr_t sv_maxvelocity = 0x26fd150;
uintptr_t sv_minupdaterate = 0x1ee0090;
uintptr_t sv_net_disconnect_normalize = 0x1ee27c0;
uintptr_t sv_net_disconnect_track = 0x1ee28e0;
uintptr_t sv_netstrcmd_retail_enabled = 0x1ee0360;
uintptr_t sv_netstrcmd_retail_track = 0x1ede650;
uintptr_t sv_optimizedmovement = 0x26f3800;
uintptr_t sv_parallel_sendsnapshot = 0x1edf1c0;
uintptr_t sv_partyFiringRangeJIPAllowed = 0x1bcab90;
uintptr_t sv_pausable = 0x1edecb0;
uintptr_t sv_players = 0x26f8b90;
uintptr_t sv_playertag_checkInterval = 0x1edfd00;
uintptr_t sv_playertag_request_reset = 0x1ee01b0;
uintptr_t sv_playertag_rspn_tag_allowed = 0x1edfe80;
uintptr_t sv_printHighWaterMark = 0x1ee1670;
uintptr_t sv_private_assist_style_override = 0x26f2810;
uintptr_t sv_pushaway_accel = 0x26efda0;
uintptr_t sv_pushaway_clientside = 0x26bc880;
uintptr_t sv_pushaway_clientside_size = 0x2703320;
uintptr_t sv_pushaway_debug = 0x26f7750;
uintptr_t sv_pushaway_dist = 0x26bd5a0;
uintptr_t sv_pushaway_min_player_speed = 0x26f3310;
uintptr_t sv_pushaway_player_accel = 0x26f34c0;
uintptr_t sv_pushaway_player_dist = 0x26c2460;
uintptr_t sv_reconnectCheckFullConnectV2 = 0x1ede380;
uintptr_t sv_rejectClientConnects = 0x1ee0840;
uintptr_t sv_rejectConnections = 0x1ede8f0;
uintptr_t sv_rejectIconPuaUtf8ClientName = 0x1ee1550;
uintptr_t sv_rejectNonUtf8ClientName = 0x1ee0f20;
uintptr_t sv_rejectOnPeersFull = 0x1ee0e00;
uintptr_t sv_requireOriginToken = 0x1edf880;
uintptr_t sv_resendSignonData = 0x1ee0960;
uintptr_t sv_rollangle = 0x26f80c0;
uintptr_t sv_rollspeed = 0x26f21e0;
uintptr_t sv_rprofDumpDuringLoad = 0x1edee60;
uintptr_t sv_runSnapshotDiffWorkInJobs = 0x1ee19a0;
uintptr_t sv_runSpatialOptimizeInJob = 0x1ede860;
uintptr_t sv_scarySnapDeltaPrints = 0x1ee1040;
uintptr_t sv_script_compile_during_map_load = 0x1f19480;
uintptr_t sv_sendEarlyServerInfo = 0x1ee1fe0;
uintptr_t sv_sendReplayNetMessagesOnNoDeltaSnaps = 0x1edfb50;
uintptr_t sv_sendReportIncludeConVars = 0x1edf400;
uintptr_t sv_sendReportOnClientConnect = 0x1ee1430;
uintptr_t sv_showClientTickCmds = 0x1edef80;
uintptr_t sv_showLargeSnapshotSize = 0x1ede5c0;
uintptr_t sv_showSnapshots = 0x1ede2f0;
uintptr_t sv_showUserCmds = 0x1ede4a0;
uintptr_t sv_single_core_dedi = 0x1ee1c80;
uintptr_t sv_skipSendingUnnecessaryPersistence = 0x1ede7d0;
uintptr_t sv_snapshot_pps_mtrim_pad = 0x1ee1a30;
uintptr_t sv_snapshot_tempent_warn_threshold = 0x1edea10;
uintptr_t sv_snapshot_tempent_warn_throttle = 0x1ee2850;
uintptr_t sv_snapshot_uniform_interval = 0x1ee0e90;
uintptr_t sv_specaccelerate = 0x26f2cd0;
uintptr_t sv_specnoclip = 0x26c4030;
uintptr_t sv_specspeed = 0x26c18c0;
uintptr_t sv_stats = 0x1ede1d0;
uintptr_t sv_stopspeed = 0x26c1ea0;
uintptr_t sv_stressbots = 0x1ee1ec0;
uintptr_t sv_strictReconnect = 0x1edf9a0;
uintptr_t sv_struggleCheck = 0x1ee22b0;
uintptr_t sv_struggleSpam = 0x1edf250;
uintptr_t sv_struggleSpamInterval = 0x1ee1bf0;
uintptr_t sv_tempents_send_from_delta = 0x1ee0480;
uintptr_t sv_tempents_send_from_last_sent = 0x1ede410;
uintptr_t sv_testLargeDatablock = 0x1f223f0;
uintptr_t sv_teststepsimulation = 0x254a370;
uintptr_t sv_tournament_anonymous_mode = 0x26bc950;
uintptr_t sv_tournament_assist_style_override = 0x26f1a00;
uintptr_t sv_transmitToAllPlayersMask_allBitsSet = 0x1ee1e30;
uintptr_t sv_transmitToAllPlayersMask_print = 0x1ee1d10;
uintptr_t sv_truncateNameToNotCrashKillFeedLocalization = 0x1ede260;
uintptr_t sv_unnecessaryConnectDelay = 0x1ee07b0;
uintptr_t sv_unreliableSnapMaxSize = 0x1edf370;
uintptr_t sv_updaterate_mp = 0x1edec20;
uintptr_t sv_updaterate_sp = 0x1ee1280;
uintptr_t sv_useReputation = 0x1edf520;
uintptr_t sv_use_real_model_always = 0x1bc77e0;
uintptr_t sv_verifyNucleusIdByTokenResult = 0x1ededd0;
uintptr_t sv_voiceEcho = 0x1ee2190;
uintptr_t sv_voiceenable = 0x1ee1b60;
uintptr_t sv_waitForClientInfo = 0x1ee1f50;
uintptr_t sv_warnAboutCmdNumJumps = 0x1edf910;
uintptr_t sv_watchdogTimer = 0x1bcd0f0;
uintptr_t sv_wateraccelerate = 0x26bc740;
uintptr_t sv_waterdist = 0x26f9490;
uintptr_t sv_writePersistenceOnShutdown = 0x1bcba20;
uintptr_t svperf_query_hitch_frametime_msec = 0x1ee2340;
uintptr_t svperf_query_near_frametime_msec = 0x1edfac0;
uintptr_t svperf_query_packetchoke_threshold = 0x1eded40;
uintptr_t svperf_query_packetloss_threshold = 0x1edf130;
uintptr_t svperf_query_player_subset_size = 0x1edf7f0;
uintptr_t svperf_query_slow_frametime_msec = 0x1edeb90;
uintptr_t svperf_query_slow_frametime_threshold = 0x1ee0630;
uintptr_t svperf_querynear_frametime_threshold = 0x1ee13a0;
uintptr_t sync_on_streaming_loads_before_hot_swap = 0x1f1a190;
uintptr_t system_alt_f4_closes_window = 0x1f171d0;
uintptr_t tagfilter_enabled = 0x1f21280;
uintptr_t tapstrafe_repeated_tapping_number_of_taps = 0x26c27a0;
uintptr_t tapstrafe_repeated_tapping_time_between_taps = 0x26f4e10;
uintptr_t tapstrafe_telemetry_delay = 0x26f3a60;
uintptr_t tapstrafe_telemetry_max_events_per_jump = 0x26f6cc0;
uintptr_t teams_unassigned_are_friendly = 0x26f4a40;
uintptr_t telemetry_client_debug = 0x1f1ae30;
uintptr_t telemetry_client_enable = 0x1f198c0;
uintptr_t telemetry_client_sendInterval = 0x1f1a4c0;
uintptr_t telemetryevent_client_enable = 0x1f19270;
uintptr_t test_fakeTimeDays = 0x1f19150;
uintptr_t test_fakeTimeStamp = 0x1f1aaa0;
uintptr_t test_fakeTimeStampShouldAddTimePassed = 0x1f1a2b0;
uintptr_t tether_default_damageScale = 0x26c22b0;
uintptr_t tether_default_healthDrain = 0x26c2850;
uintptr_t tether_default_healthDrainCutoffPct = 0x26f5370;
uintptr_t tether_default_healthDrainDelay = 0x26bd970;
uintptr_t tether_default_radius = 0x26f99b0;
uintptr_t tether_default_strength = 0x26f38f0;
uintptr_t tether_dodge_damage = 0x26bd1f0;
uintptr_t tether_gravity_dmg_frac_per_sec = 0x26f3430;
uintptr_t tether_healthDrainNPC = 0x26c2120;
uintptr_t tether_maxStretchDamage = 0x26dd1b0;
uintptr_t tether_max_stretch_scale = 0x26efab0;
uintptr_t tether_max_stretch_strength_mult = 0x26c3b20;
uintptr_t tether_maxvel = 0x26f8f30;
uintptr_t tether_strength_healthScale = 0x26f01e0;
uintptr_t tether_zipline_scaling_min_vel = 0x26c15d0;
uintptr_t tether_zipline_strength_scale = 0x26f76c0;
uintptr_t texmgr_tsaa_format = 0x1f3b930;
uintptr_t thirdperson_mayamode = 0x25852b0;
uintptr_t thirdperson_screenspace = 0x258d790;
uintptr_t threatlevel_ch_miles_threatlevel = 0x2584a80;
uintptr_t threatlevel_ch_miles_threatleveldialogue = 0x257cdd0;
uintptr_t threatlevel_disablechannels = 0x258cee0;
uintptr_t threatlevel_enabled = 0x2586a40;
uintptr_t timeout = 0x1bae0a0;
uintptr_t timeout_during_load = 0x1bae1c0;
uintptr_t timeout_waiting_for_fully_connected = 0x1bac400;
uintptr_t titan_sprint_sound = 0x270f460;
uintptr_t toggle_on_jump_to_deactivate = 0x2543050;
uintptr_t toggle_on_jump_to_deactivate_changed = 0x2541b60;
uintptr_t tracehull_height_error_check = 0x1ee3640;
uintptr_t tracer_debug = 0x25888b0;
uintptr_t translucent_brushmodel_colors = 0x1baac40;
uintptr_t traversal_anim = 0x26fbcc0;
uintptr_t traversal_cooldown = 0x26bfa20;
uintptr_t traversal_enable = 0x26f2a40;
uintptr_t traversal_hand_debug = 0x26c2910;
uintptr_t traversal_hand_required_width = 0x26f3000;
uintptr_t traversal_mantle_cap_camera_height = 0x2536010;
uintptr_t traversal_move_crouch_mantles_enabled = 0x26f4530;
uintptr_t traversal_viewLerpInDuration = 0x25360a0;
uintptr_t traversal_viewLerpOut = 0x2539c80;
uintptr_t traversal_viewLerpOutAngle = 0x253b4e0;
uintptr_t traversal_viewLerpOutDebug = 0x2532f10;
uintptr_t traversal_viewLerpOutPos = 0x253bbf0;
uintptr_t traversal_window_duration = 0x26c1430;
uintptr_t traversal_window_enable = 0x26bfad0;
uintptr_t traversal_window_finish_angle = 0x26c2540;
uintptr_t traversal_window_forward_offset = 0x26f1830;
uintptr_t traversal_window_hand_vertical_offset = 0x26f8a20;
uintptr_t traversal_window_sideways_offset = 0x26f59c0;
uintptr_t traversal_window_view_pitch_max = 0x2551b40;
uintptr_t traversal_window_view_pitch_min = 0x25502d0;
uintptr_t traversal_window_yaw_max = 0x25544c0;
uintptr_t trident_melee_offset_fix = 0x270db50;
uintptr_t trigger_ignore_nonsolids = 0x26f6a80;
uintptr_t tsaa_blendfactorincreaseatmaxvelocity = 0x1f94680;
uintptr_t tsaa_blendfactorincreasewhenunoccluded = 0x1f94710;
uintptr_t tsaa_blendfactormaxesoutatvelocity = 0x1f94830;
uintptr_t tsaa_blendfactormodulationonsparklesandunocclusion = 0x1f94a70;
uintptr_t tsaa_blendfactoroverride = 0x1f948c0;
uintptr_t tsaa_curframeblendamount = 0x1f947a0;
uintptr_t tsaa_debugresponsiveflag = 0x1f94950;
uintptr_t tsaa_fixneighborhoodclamping = 0x1f949e0;
uintptr_t tsaa_neighborhoodclamping = 0x1f94560;
uintptr_t tsaa_neighborhoodclampingsoftened = 0x1f945f0;
uintptr_t tsaa_numsamples = 0x2598da0;
uintptr_t tts_usejob = 0x25293b0;
uintptr_t tweak_light_shadows_every_frame = 0x258e460;
uintptr_t twitch_check_interval = 0x1e6ca70;
uintptr_t twitch_debug = 0x270c640;
uintptr_t twitch_drops = 0x1e6dd10;
uintptr_t twitch_drops_initialized = 0x1e6e0d0;
uintptr_t twitch_drops_simulate_failure = 0x1e6d730;
uintptr_t twitch_prime_fulfillmentToken = 0x1e6d460;
uintptr_t twitch_prime_rewards = 0x1e6da00;
uintptr_t twitch_shouldQuery = 0x1e6cda0;
uintptr_t ui_DpadNavigationDeActive = 0x252b650;
uintptr_t ui_allow_free_loaded_parcel_without_delay = 0x1edd820;
uintptr_t ui_brightness = 0x1eddf90;
uintptr_t ui_cache_resource_data = 0x27ca630;
uintptr_t ui_culling_for_style_limit_stage_mask = 0x1edda80;
uintptr_t ui_culling_for_style_limit_time_window = 0x1eddc30;
uintptr_t ui_fadexui_time = 0x252c0d0;
uintptr_t ui_gameui_ctrlr_title = 0x252b6e0;
uintptr_t ui_gameui_modal = 0x252bc80;
uintptr_t ui_image_enable_robust = 0x1edd950;
uintptr_t ui_layout_mode = 0x1eddcc0;
uintptr_t ui_loadingscreen_fadein_time = 0x252be30;
uintptr_t ui_loadingscreen_fadeout_time = 0x252bec0;
uintptr_t ui_lobby_noautostart = 0x252c4c0;
uintptr_t ui_posedebug_fade_in_time = 0x25288c0;
uintptr_t ui_posedebug_fade_out_time = 0x2528830;
uintptr_t ui_text_drawing_new = 0x1ede020;
uintptr_t ui_virtualnav_render = 0x252b800;
uintptr_t unique_entity_names = 0x26bdfc0;
uintptr_t universal_weapon_disable = 0x26c1030;
uintptr_t unload_server_temp_pak = 0x1bc8980;
uintptr_t update_player_proxy_visibility = 0x270fc10;
uintptr_t use_eadp_shorthash = 0x2595280;
uintptr_t use_latest_predicted_time_for_calc_anim_position = 0x254c710;
uintptr_t use_monitors = 0x26b7bc0;
uintptr_t use_no_interp_frames = 0x1ba8d60;
uintptr_t use_presence_to_refresh_userInfoCache = 0x1f21dd0;
uintptr_t use_refraction_cloak = 0x26fb480;
uintptr_t use_sony_pad_library = 0x1f282f0;
uintptr_t use_vm_cloak_offset = 0x26f52e0;
uintptr_t use_ziprail_activity = 0x252ade0;
uintptr_t user_tracking_enabled = 0x1f1c250;
uintptr_t usercmd_byte_threshold = 0x1e6d0d0;
uintptr_t usercmd_frametime_max = 0x1bae130;
uintptr_t usercmd_frametime_min = 0x1bacb10;
uintptr_t usercmd_frametime_min_lobby = 0x1bac960;
uintptr_t usercmd_frametime_min_observer = 0x1babb90;
uintptr_t users_hostname = 0x1bc04c0;
uintptr_t v_centermove = 0x25553c0;
uintptr_t v_centerspeed = 0x25606b0;
uintptr_t valk_skyward_launch_stuck_fix = 0x2714d00;
uintptr_t valve_relay_cert_refresh_threshold = 0x2525590;
uintptr_t valve_relay_config_refresh_time = 0x2525710;
uintptr_t valve_relay_debug_log_level = 0x25257c0;
uintptr_t valve_relay_encrypt_traffic = 0x2525470;
uintptr_t valve_relay_exclusive_transport = 0x2525500;
uintptr_t valve_relay_log_identity_lifetime = 0x2525850;
uintptr_t valve_relay_timeout_jitter = 0x2525680;
uintptr_t valve_relay_use_config_cache = 0x25258e0;
uintptr_t variable_sights_gravity_scale_override = 0x2716860;
uintptr_t vehicle_predictViaPlayer = 0x258cd20;
uintptr_t vfc_clusteredlighting_2dbounds = 0x1f94cb0;
uintptr_t vfc_clusteredlighting_pixels_per_cluster = 0x1f94c20;
uintptr_t vfc_clusteredlighting_rasterize = 0x1f94b90;
uintptr_t vfc_clusteredlighting_skip_behind_depth = 0x1f94b00;
uintptr_t vfog_debug_freeze_cbuf = 0x1f95490;
uintptr_t vfog_debug_freeze_volumebuf = 0x1f94f80;
uintptr_t vfog_debug_print_num_volumes_in_frame = 0x1f94dd0;
uintptr_t vfog_debug_show_filled_clusters = 0x1f94ef0;
uintptr_t vfog_enable = 0x1f95130;
uintptr_t vfog_enable_apply_blur = 0x1f95250;
uintptr_t vfog_enable_taa = 0x1f950a0;
uintptr_t vfog_fogbuffer_x = 0x1f952e0;
uintptr_t vfog_fogbuffer_y = 0x1f94e60;
uintptr_t vfog_fogbuffer_z = 0x1f951c0;
uintptr_t vfog_out_of_frustrum_sample_count = 0x1f95370;
uintptr_t vfog_perf_level = 0x1f95520;
uintptr_t vfog_show_volume_outline = 0x2591420;
uintptr_t vfog_thin_surface_factor = 0x1f95400;
uintptr_t vfog_zfar = 0x1f94d40;
uintptr_t vfog_znear = 0x1f95010;
uintptr_t vgui_EnableFixedAspectScaling = 0x27ca6f0;
uintptr_t vgui_drawPolyShapes = 0x252bf50;
uintptr_t vgui_drawfocus = 0x1f159b0;
uintptr_t vgui_drawkeyfocus = 0x1f17470;
uintptr_t vgui_interactive = 0x254d490;
uintptr_t vgui_noquads = 0x27cc070;
uintptr_t vgui_notext = 0x27cbf50;
uintptr_t vgui_printFocus = 0x1f0d400;
uintptr_t vgui_resize_on_resolution_change = 0x27c9700;
uintptr_t vgui_show_glyph_miss = 0x27cad90;
uintptr_t vgui_simulate_during_bone_setup = 0x1bcb780;
uintptr_t video_menu_uiscript_reset = 0x252eb70;
uintptr_t viewDrift = 0x270d0b0;
uintptr_t viewDrift_ads_delay_debounce_time = 0x270dd00;
uintptr_t viewDrift_pitch_base1_amp = 0x270dfd0;
uintptr_t viewDrift_pitch_base1_freq = 0x270df40;
uintptr_t viewDrift_pitch_base1_phase = 0x270cda0;
uintptr_t viewDrift_pitch_base2_amp = 0x270d6d0;
uintptr_t viewDrift_pitch_base2_freq = 0x270f3d0;
uintptr_t viewDrift_pitch_base2_phase = 0x270d020;
uintptr_t viewDrift_pitch_scaler_amp = 0x270ca60;
uintptr_t viewDrift_pitch_scaler_base = 0x270f610;
uintptr_t viewDrift_pitch_scaler_freq = 0x270c920;
uintptr_t viewDrift_pitch_scaler_phase = 0x270c7f0;
uintptr_t viewDrift_pitch_shifter_amp = 0x270dc70;
uintptr_t viewDrift_pitch_shifter_freq = 0x270dbe0;
uintptr_t viewDrift_pitch_shifter_phase = 0x270e450;
uintptr_t viewDrift_yaw_base1_amp = 0x270f580;
uintptr_t viewDrift_yaw_base1_freq = 0x270e210;
uintptr_t viewDrift_yaw_base1_phase = 0x270c320;
uintptr_t viewDrift_yaw_base2_amp = 0x270d140;
uintptr_t viewDrift_yaw_base2_freq = 0x270dac0;
uintptr_t viewDrift_yaw_base2_phase = 0x270da30;
uintptr_t viewDrift_yaw_scaler_amp = 0x270cf00;
uintptr_t viewDrift_yaw_scaler_base = 0x270e2a0;
uintptr_t viewDrift_yaw_scaler_freq = 0x270e590;
uintptr_t viewDrift_yaw_scaler_phase = 0x270e3c0;
uintptr_t viewDrift_yaw_shifter_amp = 0x270c440;
uintptr_t viewDrift_yaw_shifter_freq = 0x270d910;
uintptr_t viewDrift_yaw_shifter_phase = 0x270f6a0;
uintptr_t view_models_draw_early_depth = 0x26b7d70;
uintptr_t view_offset_entity_enable = 0x270ff70;
uintptr_t viewangle_debug = 0x25907c0;
uintptr_t viewangles_simpler = 0x254a910;
uintptr_t viewmodelShake = 0x2555c20;
uintptr_t viewmodelShake_sourceRollRange = 0x256bda0;
uintptr_t viewmodel_attachment_fov_fix = 0x26f9350;
uintptr_t viewmodel_bounds_draw = 0x26b7fb0;
uintptr_t viewmodel_bounds_draw_lock = 0x259cac0;
uintptr_t viewmodel_enforce_monotonic_anim = 0x26fb6c0;
uintptr_t viewmodel_selfshadow = 0x1f37680;
uintptr_t viewmodel_selfshadow_debug_2d = 0x26b7ce0;
uintptr_t viewmodel_selfshadow_tightbounds = 0x259c760;
uintptr_t viewportscale = 0x255d980;
uintptr_t viewpunch_base_springConstantX = 0x26ef640;
uintptr_t viewpunch_base_springConstantY = 0x26f79e0;
uintptr_t viewpunch_base_springConstantZ = 0x26f6f80;
uintptr_t viewpunch_base_springDampingX = 0x26dd450;
uintptr_t viewpunch_base_springDampingY = 0x26f72d0;
uintptr_t viewpunch_base_springDampingZ = 0x26c2c90;
uintptr_t violence_ablood = 0x27021a0;
uintptr_t violence_agibs = 0x27048f0;
uintptr_t violence_hblood = 0x270a040;
uintptr_t violence_hgibs = 0x2705bc0;
uintptr_t visible_ent_cone_debug_duration_client = 0x27161c0;
uintptr_t vm_effect_format_attachments = 0x26bbe40;
uintptr_t voice_allow_mute_self = 0x2531ad0;
uintptr_t voice_always_monitored = 0x1bcd640;
uintptr_t voice_clientdebug = 0x26bb9c0;
uintptr_t voice_debugfeedback = 0x1f15a40;
uintptr_t voice_enabled = 0x1bcda20;
uintptr_t voice_force_volume = 0x25287a0;
uintptr_t voice_forcemicrecord = 0x1bcdab0;
uintptr_t voice_input_device = 0x1bcd400;
uintptr_t voice_late_update = 0x2555280;
uintptr_t voice_loopback = 0x1da28a0;
uintptr_t voice_mixer_boost = 0x1da3950;
uintptr_t voice_mixer_mute = 0x1da39e0;
uintptr_t voice_mixer_volume = 0x1da3a70;
uintptr_t voice_modenable = 0x26bbc00;
uintptr_t voice_noxplat = 0x1ee2220;
uintptr_t voice_peak_amplitude = 0x1bcd370;
uintptr_t voice_profile = 0x1da2a20;
uintptr_t voice_quiet_threshold = 0x1bcd8a0;
uintptr_t voice_quiet_window = 0x1da2990;
uintptr_t voice_recordtofile = 0x1bc7ed0;
uintptr_t voice_scale = 0x1bcd6d0;
uintptr_t voice_showchannels = 0x1bcd990;
uintptr_t voice_showincoming = 0x1bcd520;
uintptr_t voice_threshold_delay = 0x1bcd5b0;
uintptr_t voice_volume_saveinterval = 0x2528680;
uintptr_t voice_vox = 0x1da2b40;
uintptr_t voice_wasapi = 0x1bcd490;
uintptr_t voice_xsend_debug = 0x1bc0900;
uintptr_t vortex_damageimpulsescale = 0x2534dc0;
uintptr_t vram_ignore_driver_budget = 0x1f9e000;
uintptr_t vscript_ui_do_delay_init = 0x26bb110;
uintptr_t vsm_culling = 0x256aa30;
uintptr_t vsm_ignore_edge_planes = 0x2571720;
uintptr_t vsm_ignore_face_planes = 0x25563b0;
uintptr_t vtx_hostname = 0x1f0bd40;
uintptr_t wall_climb_pose_paramteter_hands_enabled = 0x270d1d0;
uintptr_t wallclimb_vertical_gain_reduction = 0x26f68e0;
uintptr_t wallrun_angleChangeMinCos = 0x26f9780;
uintptr_t wallrun_avoid_wall_top_decel = 0x26f8e80;
uintptr_t wallrun_curveDebug = 0x2536400;
uintptr_t wallrun_curveEnable = 0x2534f30;
uintptr_t wallrun_debug = 0x26f4bd0;
uintptr_t wallrun_enable = 0x26c3e10;
uintptr_t wallrun_fallAwaySpeed = 0x26f5820;
uintptr_t wallrun_hangStopTime = 0x26f5020;
uintptr_t wallrun_hangslipduration = 0x26bfc30;
uintptr_t wallrun_hangslipstarttime = 0x26f2b60;
uintptr_t wallrun_maxViewTilt = 0x26ef390;
uintptr_t wallrun_minAngle_air = 0x26dd090;
uintptr_t wallrun_noInputSlipFrac = 0x26f5680;
uintptr_t wallrun_pushAwayFallOffTime = 0x26c1e10;
uintptr_t wallrun_repelEnable = 0x26ed9e0;
uintptr_t wallrun_repelSoftness = 0x26f1a90;
uintptr_t wallrun_repelTimeMax = 0x26f84d0;
uintptr_t wallrun_repelTimeMin = 0x26f2c40;
uintptr_t wallrun_retry_interval = 0x26f0010;
uintptr_t wallrun_rotateMaxRate = 0x26f04f0;
uintptr_t wallrun_sameWallDist = 0x26ef450;
uintptr_t wallrun_sameWallDot = 0x26efcc0;
uintptr_t wallrun_sameWallSlope = 0x26bd0a0;
uintptr_t wallrun_slipduration = 0x26f82f0;
uintptr_t wallrun_slipstarttime = 0x26f4840;
uintptr_t wallrun_strengthLossEnd = 0x26c2340;
uintptr_t wallrun_strengthLossStart = 0x26c1830;
uintptr_t wallrun_upwardAutoPush = 0x26f3090;
uintptr_t wallrun_viewTiltPredictTime = 0x26f7360;
uintptr_t wallrun_viewTiltSpeed = 0x26c2d40;
uintptr_t was_loaded = 0x26f1be0;
uintptr_t watchdog_active_during_assert_reporting = 0x25236a0;
uintptr_t watchdog_active_in_debugger = 0x2523a00;
uintptr_t watchdog_debug = 0x2523b20;
uintptr_t watchdog_dialog = 0x25238e0;
uintptr_t watchdog_ignore_time_seconds = 0x2523600;
uintptr_t watchdog_log_thread_callstacks = 0x25237c0;
uintptr_t watchdog_low_fps_report_threshold = 0x2523a90;
uintptr_t watchdog_low_fps_report_time_seconds = 0x2523850;
uintptr_t watchdog_noassert = 0x2523bb0;
uintptr_t watchdog_sleep_time_milliseconds = 0x2523730;
uintptr_t watchdog_time_milliseconds = 0x2523970;
uintptr_t waypoint_deferred_update = 0x2708030;
uintptr_t weaponFastHolsterScale = 0x253dc40;
uintptr_t weaponModDebug = 0x2716920;
uintptr_t weaponSwitch3p_checkNewWeapon = 0x26f8ae0;
uintptr_t weaponSwitch3p_onHolster = 0x2541c30;
uintptr_t weapon_activity_modifier_fully_charged_weapon_specific = 0x253da60;
uintptr_t weapon_auto_swap_ordnance_no_ammo = 0x270d350;
uintptr_t weapon_check_custom_client_cmd = 0x270d3e0;
uintptr_t weapon_debugScript = 0x2541770;
uintptr_t weapon_deferredstop_on_natural_inspect_stop = 0x2540e20;
uintptr_t weapon_doIdleForSurvivalMelee = 0x2541170;
uintptr_t weapon_friendly_fire_prevent_ui = 0x2554670;
uintptr_t weapon_fxAlias_3pskins = 0x25422e0;
uintptr_t weapon_hide_heirlooms_during_valk_ult = 0x2540ff0;
uintptr_t weapon_mastery_trials_version = 0x27154d0;
uintptr_t weapon_meleeButtonPressProtection = 0x270e180;
uintptr_t weapon_parentingFixLerp = 0x254c960;
uintptr_t weapon_pickup_allow_dupes = 0x270e6b0;
uintptr_t weapon_poseParamMaxDistance = 0x2555ef0;
uintptr_t weapon_render_with_fastpath = 0x2541ad0;
uintptr_t weapon_setting_autocycle_on_empty = 0x2590e80;
uintptr_t weapon_sprint_raise_delay = 0x2541800;
uintptr_t weapons_onehanded_traverse = 0x270de20;
uintptr_t weaponx_predicting_client_only_optimization = 0x2542250;
uintptr_t weaponx_smartammo_data_optimization = 0x2542d50;
uintptr_t wind_dir = 0x26b9380;
uintptr_t wind_draw_dir = 0x26b92f0;
uintptr_t wind_draw_emitters = 0x2591a50;
uintptr_t wind_draw_overlap_only = 0x26b95c0;
uintptr_t wind_draw_volumes = 0x26b9410;
uintptr_t wind_enabled = 0x1f96090;
uintptr_t wind_gust_scale = 0x26b94a0;
uintptr_t wind_override_color = 0x26b8cc0;
uintptr_t wind_override_flags = 0x26b90b0;
uintptr_t wind_override_time = 0x26b8e70;
uintptr_t wind_override_volumes = 0x26b8d50;
uintptr_t wind_speed = 0x26b9140;
uintptr_t wind_speed_multiplier = 0x1f96000;
uintptr_t wind_speed_multiplier_fx = 0x1f95f70;
uintptr_t wind_time = 0x26b8de0;
uintptr_t window_hint_debug = 0x2532d60;
uintptr_t window_hint_fov_down = 0x26dd6f0;
uintptr_t window_hint_fov_horz = 0x26f6830;
uintptr_t window_hint_fov_up = 0x26f0130;
uintptr_t window_hint_keyboard_fov_horz = 0x26f49b0;
uintptr_t window_hint_lookahead_time = 0x26c0220;
uintptr_t window_hint_max_horz_vel_change_dot = 0x26f8990;
uintptr_t window_hint_max_vel_change_down = 0x26f15f0;
uintptr_t window_hint_max_vel_change_up = 0x26f8030;
uintptr_t window_hint_min_horz_vel = 0x26c4150;
uintptr_t window_hint_permissive_max_horz_vel_change_dot = 0x26f9210;
uintptr_t window_hint_permissive_max_vel_change_down = 0x26f48d0;
uintptr_t window_hint_permissive_max_vel_change_up = 0x26ef1f0;
uintptr_t xlog_tls_allow_vip_upload = 0x252ec90;
uintptr_t z_ragdoll_impact_strength = 0x2549310;
uintptr_t zipline_check_usable_before_deploy = 0x253e880;
uintptr_t zipline_cooldown_apply_cooldown_across_ziplines = 0x2545780;
uintptr_t zipline_cooldown_debug = 0x2545550;
uintptr_t zipline_cooldown_decay = 0x2546000;
uintptr_t zipline_cooldown_decay_rate = 0x2544fc0;
uintptr_t zipline_cooldown_time_0 = 0x2546570;
uintptr_t zipline_cooldown_time_1 = 0x2546600;
uintptr_t zipline_cooldown_time_2 = 0x2546690;
uintptr_t zipline_cooldown_time_3 = 0x2546720;
uintptr_t zipline_cooldown_time_4 = 0x25467b0;
uintptr_t zipline_detection_player_in_front = 0x2545050;
uintptr_t zipline_disable_weapons_during_mount = 0x25450e0;
uintptr_t zipline_disallow_in_oob_trigger = 0x253d570;
uintptr_t zipline_fade_dist = 0x2544910;
uintptr_t zipline_path_drawAllExtents = 0x2544690;
uintptr_t zipline_path_mount_debug = 0x2545f70;
uintptr_t zipline_path_mount_debug_crosshair_dist = 0x2543fe0;
uintptr_t zipline_ping_enabled = 0x2544720;
uintptr_t zipline_roll_debug_draw = 0x25542a0;
uintptr_t zipline_roll_minSpeedFraction = 0x25545e0;
uintptr_t zipline_slope_offset_correction = 0x25455e0;
uintptr_t zipline_slope_offset_correction_debug = 0x2545170;
uintptr_t zipline_subdiv_lod_dist_base = 0x2544a30;
uintptr_t zipline_subdiv_slices = 0x258f0f0;
uintptr_t zipline_subdiv_slices_lod = 0x2546e40;
uintptr_t zipline_subdiv_stacks = 0x2587cb0;
uintptr_t zipline_use_range = 0x25432f0;
uintptr_t ziprail_3pBank = 0x2547140;
uintptr_t ziprail_3pBank_Anim = 0x25468d0;
uintptr_t ziprail_adaptive_stackSubdiv = 0x25447f0;
uintptr_t ziprail_duck_detach = 0x2545200;
uintptr_t ziprail_grapple_disable = 0x25459c0;
uintptr_t ziprail_max_tolerance_distance = 0x2545810;
uintptr_t ziprail_max_tolerance_value = 0x25445e0;
uintptr_t ziprail_mid_mount = 0x25439f0;
uintptr_t ziprail_path_extends_fudge_factor = 0x2546fa0;
uintptr_t ziprail_path_max_subSectionLen = 0x2545930;
uintptr_t ziprail_path_section_tolerance = 0x2543480;
uintptr_t ziprail_roll_debug = 0x25543d0;
uintptr_t ziprail_roll_strength = 0x2551a00;
uintptr_t ziprail_rope_render = 0x2546ef0;
uintptr_t ziprail_shape = 0x2545320;
uintptr_t ziprail_shape_bigAngleStep = 0x25893b0;
uintptr_t ziprail_speed_change = 0x2544880;
uintptr_t ziprail_speed_debug = 0x25456f0;
uintptr_t ziprail_subdiv_lod_dist_base = 0x25449a0;
uintptr_t ziprail_subdiv_stacks = 0x2545290;
uintptr_t ziprail_subdiv_stacks_lod = 0x25454c0;
uintptr_t ziprail_width = 0x25453b0;
};
```