Skip to content

Commit

Permalink
📦 Game Update 18.09.2020 (13.1 MB)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReactiioN1337 committed Sep 18, 2020
1 parent ea1a412 commit 1c414bc
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 88 deletions.
30 changes: 15 additions & 15 deletions csgo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System;

// 2020-09-09 17:17:41.170114100 UTC
// 2020-09-18 11:07:23.689947800 UTC

namespace hazedumper
{
public const Int32 timestamp = 1599671861;
public const Int32 timestamp = 1600427243;
public static class netvars
{
public const Int32 cs_gamerules_data = 0x0;
Expand Down Expand Up @@ -111,20 +111,20 @@ public static class signatures
public const Int32 dwClientState_State = 0x108;
public const Int32 dwClientState_ViewAngles = 0x4D88;
public const Int32 dwEntityList = 0x4D4F1FC;
public const Int32 dwForceAttack = 0x3180754;
public const Int32 dwForceAttack2 = 0x3180760;
public const Int32 dwForceBackward = 0x31807A8;
public const Int32 dwForceForward = 0x3180784;
public const Int32 dwForceAttack = 0x318073C;
public const Int32 dwForceAttack2 = 0x3180748;
public const Int32 dwForceBackward = 0x3180778;
public const Int32 dwForceForward = 0x3180754;
public const Int32 dwForceJump = 0x51F8E14;
public const Int32 dwForceLeft = 0x318079C;
public const Int32 dwForceRight = 0x31807C0;
public const Int32 dwForceLeft = 0x318076C;
public const Int32 dwForceRight = 0x3180790;
public const Int32 dwGameDir = 0x6285F8;
public const Int32 dwGameRulesProxy = 0x526C114;
public const Int32 dwGetAllClasses = 0xD6123C;
public const Int32 dwGlobalVars = 0x589AD8;
public const Int32 dwGlowObjectManager = 0x5296FB0;
public const Int32 dwGlowObjectManager = 0x5296FF0;
public const Int32 dwInput = 0x51A07D8;
public const Int32 dwInterfaceLinkList = 0x905024;
public const Int32 dwInterfaceLinkList = 0x905354;
public const Int32 dwLocalPlayer = 0xD3AC5C;
public const Int32 dwMouseEnable = 0xD40800;
public const Int32 dwMouseEnablePtr = 0xD407D0;
Expand All @@ -140,17 +140,17 @@ public static class signatures
public const Int32 dwZoomSensitivityRatioPtr = 0xD45700;
public const Int32 dwbSendPackets = 0xD420A;
public const Int32 dwppDirect3DDevice9 = 0xA7030;
public const Int32 find_hud_element = 0x2CC41330;
public const Int32 force_update_spectator_glow = 0x3A0362;
public const Int32 find_hud_element = 0x2AB11630;
public const Int32 force_update_spectator_glow = 0x3A05B2;
public const Int32 interface_engine_cvar = 0x3E9EC;
public const Int32 is_c4_owner = 0x3ACDF0;
public const Int32 is_c4_owner = 0x3AD040;
public const Int32 m_bDormant = 0xED;
public const Int32 m_flSpawnTime = 0xA370;
public const Int32 m_pStudioHdr = 0x294C;
public const Int32 m_pitchClassPtr = 0x5184208;
public const Int32 m_yawClassPtr = 0xD40460;
public const Int32 model_ambient_min = 0x58CE4C;
public const Int32 set_abs_angles = 0x1D4110;
public const Int32 set_abs_origin = 0x1D3F50;
public const Int32 set_abs_angles = 0x1D43E0;
public const Int32 set_abs_origin = 0x1D4220;
}
} // namespace hazedumper
30 changes: 15 additions & 15 deletions csgo.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#pragma once
#include <cstdint>

// 2020-09-09 17:17:41.170114100 UTC
// 2020-09-18 11:07:23.689947800 UTC

namespace hazedumper {
constexpr ::std::int64_t timestamp = 1599671861;
constexpr ::std::int64_t timestamp = 1600427243;
namespace netvars {
constexpr ::std::ptrdiff_t cs_gamerules_data = 0x0;
constexpr ::std::ptrdiff_t m_ArmorValue = 0xB378;
Expand Down Expand Up @@ -109,20 +109,20 @@ constexpr ::std::ptrdiff_t dwClientState_PlayerInfo = 0x52B8;
constexpr ::std::ptrdiff_t dwClientState_State = 0x108;
constexpr ::std::ptrdiff_t dwClientState_ViewAngles = 0x4D88;
constexpr ::std::ptrdiff_t dwEntityList = 0x4D4F1FC;
constexpr ::std::ptrdiff_t dwForceAttack = 0x3180754;
constexpr ::std::ptrdiff_t dwForceAttack2 = 0x3180760;
constexpr ::std::ptrdiff_t dwForceBackward = 0x31807A8;
constexpr ::std::ptrdiff_t dwForceForward = 0x3180784;
constexpr ::std::ptrdiff_t dwForceAttack = 0x318073C;
constexpr ::std::ptrdiff_t dwForceAttack2 = 0x3180748;
constexpr ::std::ptrdiff_t dwForceBackward = 0x3180778;
constexpr ::std::ptrdiff_t dwForceForward = 0x3180754;
constexpr ::std::ptrdiff_t dwForceJump = 0x51F8E14;
constexpr ::std::ptrdiff_t dwForceLeft = 0x318079C;
constexpr ::std::ptrdiff_t dwForceRight = 0x31807C0;
constexpr ::std::ptrdiff_t dwForceLeft = 0x318076C;
constexpr ::std::ptrdiff_t dwForceRight = 0x3180790;
constexpr ::std::ptrdiff_t dwGameDir = 0x6285F8;
constexpr ::std::ptrdiff_t dwGameRulesProxy = 0x526C114;
constexpr ::std::ptrdiff_t dwGetAllClasses = 0xD6123C;
constexpr ::std::ptrdiff_t dwGlobalVars = 0x589AD8;
constexpr ::std::ptrdiff_t dwGlowObjectManager = 0x5296FB0;
constexpr ::std::ptrdiff_t dwGlowObjectManager = 0x5296FF0;
constexpr ::std::ptrdiff_t dwInput = 0x51A07D8;
constexpr ::std::ptrdiff_t dwInterfaceLinkList = 0x905024;
constexpr ::std::ptrdiff_t dwInterfaceLinkList = 0x905354;
constexpr ::std::ptrdiff_t dwLocalPlayer = 0xD3AC5C;
constexpr ::std::ptrdiff_t dwMouseEnable = 0xD40800;
constexpr ::std::ptrdiff_t dwMouseEnablePtr = 0xD407D0;
Expand All @@ -138,17 +138,17 @@ constexpr ::std::ptrdiff_t dwYawPtr = 0xD40460;
constexpr ::std::ptrdiff_t dwZoomSensitivityRatioPtr = 0xD45700;
constexpr ::std::ptrdiff_t dwbSendPackets = 0xD420A;
constexpr ::std::ptrdiff_t dwppDirect3DDevice9 = 0xA7030;
constexpr ::std::ptrdiff_t find_hud_element = 0x2CC41330;
constexpr ::std::ptrdiff_t force_update_spectator_glow = 0x3A0362;
constexpr ::std::ptrdiff_t find_hud_element = 0x2AB11630;
constexpr ::std::ptrdiff_t force_update_spectator_glow = 0x3A05B2;
constexpr ::std::ptrdiff_t interface_engine_cvar = 0x3E9EC;
constexpr ::std::ptrdiff_t is_c4_owner = 0x3ACDF0;
constexpr ::std::ptrdiff_t is_c4_owner = 0x3AD040;
constexpr ::std::ptrdiff_t m_bDormant = 0xED;
constexpr ::std::ptrdiff_t m_flSpawnTime = 0xA370;
constexpr ::std::ptrdiff_t m_pStudioHdr = 0x294C;
constexpr ::std::ptrdiff_t m_pitchClassPtr = 0x5184208;
constexpr ::std::ptrdiff_t m_yawClassPtr = 0xD40460;
constexpr ::std::ptrdiff_t model_ambient_min = 0x58CE4C;
constexpr ::std::ptrdiff_t set_abs_angles = 0x1D4110;
constexpr ::std::ptrdiff_t set_abs_origin = 0x1D3F50;
constexpr ::std::ptrdiff_t set_abs_angles = 0x1D43E0;
constexpr ::std::ptrdiff_t set_abs_origin = 0x1D4220;
} // namespace signatures
} // namespace hazedumper
28 changes: 14 additions & 14 deletions csgo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"timestamp": 1599671861,
"timestamp": 1600427243,
"signatures": {
"anim_overlays": 10624,
"clientstate_choked_commands": 19752,
Expand All @@ -17,20 +17,20 @@
"dwClientState_State": 264,
"dwClientState_ViewAngles": 19848,
"dwEntityList": 81064444,
"dwForceAttack": 51906388,
"dwForceAttack2": 51906400,
"dwForceBackward": 51906472,
"dwForceForward": 51906436,
"dwForceAttack": 51906364,
"dwForceAttack2": 51906376,
"dwForceBackward": 51906424,
"dwForceForward": 51906388,
"dwForceJump": 85954068,
"dwForceLeft": 51906460,
"dwForceRight": 51906496,
"dwForceLeft": 51906412,
"dwForceRight": 51906448,
"dwGameDir": 6456824,
"dwGameRulesProxy": 86425876,
"dwGetAllClasses": 14029372,
"dwGlobalVars": 5806808,
"dwGlowObjectManager": 86601648,
"dwGlowObjectManager": 86601712,
"dwInput": 85592024,
"dwInterfaceLinkList": 9457700,
"dwInterfaceLinkList": 9458516,
"dwLocalPlayer": 13872220,
"dwMouseEnable": 13895680,
"dwMouseEnablePtr": 13895632,
Expand All @@ -46,18 +46,18 @@
"dwZoomSensitivityRatioPtr": 13915904,
"dwbSendPackets": 868874,
"dwppDirect3DDevice9": 684080,
"find_hud_element": 751047472,
"force_update_spectator_glow": 3801954,
"find_hud_element": 716248624,
"force_update_spectator_glow": 3802546,
"interface_engine_cvar": 256492,
"is_c4_owner": 3853808,
"is_c4_owner": 3854400,
"m_bDormant": 237,
"m_flSpawnTime": 41840,
"m_pStudioHdr": 10572,
"m_pitchClassPtr": 85475848,
"m_yawClassPtr": 13894752,
"model_ambient_min": 5819980,
"set_abs_angles": 1917200,
"set_abs_origin": 1916752
"set_abs_angles": 1917920,
"set_abs_origin": 1917472
},
"netvars": {
"cs_gamerules_data": 0,
Expand Down
2 changes: 1 addition & 1 deletion csgo.min.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"timestamp":1599671861,"signatures":{"anim_overlays":10624,"clientstate_choked_commands":19752,"clientstate_delta_ticks":372,"clientstate_last_outgoing_command":19748,"clientstate_net_channel":156,"convar_name_hash_table":192760,"dwClientState":5807572,"dwClientState_GetLocalPlayer":384,"dwClientState_IsHLTV":19776,"dwClientState_Map":652,"dwClientState_MapDirectory":392,"dwClientState_MaxPlayer":904,"dwClientState_PlayerInfo":21176,"dwClientState_State":264,"dwClientState_ViewAngles":19848,"dwEntityList":81064444,"dwForceAttack":51906388,"dwForceAttack2":51906400,"dwForceBackward":51906472,"dwForceForward":51906436,"dwForceJump":85954068,"dwForceLeft":51906460,"dwForceRight":51906496,"dwGameDir":6456824,"dwGameRulesProxy":86425876,"dwGetAllClasses":14029372,"dwGlobalVars":5806808,"dwGlowObjectManager":86601648,"dwInput":85592024,"dwInterfaceLinkList":9457700,"dwLocalPlayer":13872220,"dwMouseEnable":13895680,"dwMouseEnablePtr":13895632,"dwPlayerResource":51899104,"dwRadarBase":85475180,"dwSensitivity":13895324,"dwSensitivityPtr":13895280,"dwSetClanTag":564816,"dwViewMatrix":81005380,"dwWeaponTable":85594776,"dwWeaponTableIndex":12892,"dwYawPtr":13894752,"dwZoomSensitivityRatioPtr":13915904,"dwbSendPackets":868874,"dwppDirect3DDevice9":684080,"find_hud_element":751047472,"force_update_spectator_glow":3801954,"interface_engine_cvar":256492,"is_c4_owner":3853808,"m_bDormant":237,"m_flSpawnTime":41840,"m_pStudioHdr":10572,"m_pitchClassPtr":85475848,"m_yawClassPtr":13894752,"model_ambient_min":5819980,"set_abs_angles":1917200,"set_abs_origin":1916752},"netvars":{"cs_gamerules_data":0,"m_ArmorValue":45944,"m_Collision":800,"m_CollisionGroup":1140,"m_Local":12220,"m_MoveType":604,"m_OriginalOwnerXuidHigh":12740,"m_OriginalOwnerXuidLow":12736,"m_SurvivalGameRuleDecisionTypes":4896,"m_SurvivalRules":3320,"m_aimPunchAngle":12332,"m_aimPunchAngleVel":12344,"m_angEyeAnglesX":45948,"m_angEyeAnglesY":45952,"m_bBombPlanted":2461,"m_bFreezePeriod":32,"m_bGunGameImmunity":14660,"m_bHasDefuser":45960,"m_bHasHelmet":45932,"m_bInReload":12965,"m_bIsDefusing":14640,"m_bIsQueuedMatchmaking":116,"m_bIsScoped":14632,"m_bIsValveDS":117,"m_bSpotted":2365,"m_bSpottedByMask":2432,"m_bStartedArming":13296,"m_bUseCustomAutoExposureMax":2521,"m_bUseCustomAutoExposureMin":2520,"m_bUseCustomBloomScale":2522,"m_clrRender":112,"m_dwBoneMatrix":9896,"m_fAccuracyPenalty":13104,"m_fFlags":260,"m_flC4Blow":10640,"m_flCustomAutoExposureMax":2528,"m_flCustomAutoExposureMin":2524,"m_flCustomBloomScale":2532,"m_flDefuseCountDown":10668,"m_flDefuseLength":10664,"m_flFallbackWear":12752,"m_flFlashDuration":42016,"m_flFlashMaxAlpha":42012,"m_flLastBoneSetupTime":10532,"m_flLowerBodyYawTarget":14992,"m_flNextAttack":11632,"m_flNextPrimaryAttack":12856,"m_flSimulationTime":616,"m_flTimerLength":10644,"m_hActiveWeapon":12024,"m_hMyWeapons":11768,"m_hObserverTarget":13196,"m_hOwner":10700,"m_hOwnerEntity":332,"m_iAccountID":12232,"m_iClip1":12900,"m_iCompetitiveRanking":6788,"m_iCompetitiveWins":7048,"m_iCrosshairId":46052,"m_iEntityQuality":12204,"m_iFOV":12772,"m_iFOVStart":12776,"m_iGlowIndex":42040,"m_iHealth":256,"m_iItemDefinitionIndex":12202,"m_iItemIDHigh":12224,"m_iMostRecentModelBoneCounter":9872,"m_iObserverMode":13176,"m_iShotsFired":41872,"m_iState":12888,"m_iTeamNum":244,"m_lifeState":607,"m_nFallbackPaintKit":12744,"m_nFallbackSeed":12748,"m_nFallbackStatTrak":12756,"m_nForceBone":9868,"m_nTickBase":13360,"m_rgflCoordinateFrame":1092,"m_szCustomName":12348,"m_szLastPlaceName":13748,"m_thirdPersonViewAngles":12760,"m_vecOrigin":312,"m_vecVelocity":276,"m_vecViewOffset":264,"m_viewPunchAngle":12320}}
{"timestamp":1600427243,"signatures":{"anim_overlays":10624,"clientstate_choked_commands":19752,"clientstate_delta_ticks":372,"clientstate_last_outgoing_command":19748,"clientstate_net_channel":156,"convar_name_hash_table":192760,"dwClientState":5807572,"dwClientState_GetLocalPlayer":384,"dwClientState_IsHLTV":19776,"dwClientState_Map":652,"dwClientState_MapDirectory":392,"dwClientState_MaxPlayer":904,"dwClientState_PlayerInfo":21176,"dwClientState_State":264,"dwClientState_ViewAngles":19848,"dwEntityList":81064444,"dwForceAttack":51906364,"dwForceAttack2":51906376,"dwForceBackward":51906424,"dwForceForward":51906388,"dwForceJump":85954068,"dwForceLeft":51906412,"dwForceRight":51906448,"dwGameDir":6456824,"dwGameRulesProxy":86425876,"dwGetAllClasses":14029372,"dwGlobalVars":5806808,"dwGlowObjectManager":86601712,"dwInput":85592024,"dwInterfaceLinkList":9458516,"dwLocalPlayer":13872220,"dwMouseEnable":13895680,"dwMouseEnablePtr":13895632,"dwPlayerResource":51899104,"dwRadarBase":85475180,"dwSensitivity":13895324,"dwSensitivityPtr":13895280,"dwSetClanTag":564816,"dwViewMatrix":81005380,"dwWeaponTable":85594776,"dwWeaponTableIndex":12892,"dwYawPtr":13894752,"dwZoomSensitivityRatioPtr":13915904,"dwbSendPackets":868874,"dwppDirect3DDevice9":684080,"find_hud_element":716248624,"force_update_spectator_glow":3802546,"interface_engine_cvar":256492,"is_c4_owner":3854400,"m_bDormant":237,"m_flSpawnTime":41840,"m_pStudioHdr":10572,"m_pitchClassPtr":85475848,"m_yawClassPtr":13894752,"model_ambient_min":5819980,"set_abs_angles":1917920,"set_abs_origin":1917472},"netvars":{"cs_gamerules_data":0,"m_ArmorValue":45944,"m_Collision":800,"m_CollisionGroup":1140,"m_Local":12220,"m_MoveType":604,"m_OriginalOwnerXuidHigh":12740,"m_OriginalOwnerXuidLow":12736,"m_SurvivalGameRuleDecisionTypes":4896,"m_SurvivalRules":3320,"m_aimPunchAngle":12332,"m_aimPunchAngleVel":12344,"m_angEyeAnglesX":45948,"m_angEyeAnglesY":45952,"m_bBombPlanted":2461,"m_bFreezePeriod":32,"m_bGunGameImmunity":14660,"m_bHasDefuser":45960,"m_bHasHelmet":45932,"m_bInReload":12965,"m_bIsDefusing":14640,"m_bIsQueuedMatchmaking":116,"m_bIsScoped":14632,"m_bIsValveDS":117,"m_bSpotted":2365,"m_bSpottedByMask":2432,"m_bStartedArming":13296,"m_bUseCustomAutoExposureMax":2521,"m_bUseCustomAutoExposureMin":2520,"m_bUseCustomBloomScale":2522,"m_clrRender":112,"m_dwBoneMatrix":9896,"m_fAccuracyPenalty":13104,"m_fFlags":260,"m_flC4Blow":10640,"m_flCustomAutoExposureMax":2528,"m_flCustomAutoExposureMin":2524,"m_flCustomBloomScale":2532,"m_flDefuseCountDown":10668,"m_flDefuseLength":10664,"m_flFallbackWear":12752,"m_flFlashDuration":42016,"m_flFlashMaxAlpha":42012,"m_flLastBoneSetupTime":10532,"m_flLowerBodyYawTarget":14992,"m_flNextAttack":11632,"m_flNextPrimaryAttack":12856,"m_flSimulationTime":616,"m_flTimerLength":10644,"m_hActiveWeapon":12024,"m_hMyWeapons":11768,"m_hObserverTarget":13196,"m_hOwner":10700,"m_hOwnerEntity":332,"m_iAccountID":12232,"m_iClip1":12900,"m_iCompetitiveRanking":6788,"m_iCompetitiveWins":7048,"m_iCrosshairId":46052,"m_iEntityQuality":12204,"m_iFOV":12772,"m_iFOVStart":12776,"m_iGlowIndex":42040,"m_iHealth":256,"m_iItemDefinitionIndex":12202,"m_iItemIDHigh":12224,"m_iMostRecentModelBoneCounter":9872,"m_iObserverMode":13176,"m_iShotsFired":41872,"m_iState":12888,"m_iTeamNum":244,"m_lifeState":607,"m_nFallbackPaintKit":12744,"m_nFallbackSeed":12748,"m_nFallbackStatTrak":12756,"m_nForceBone":9868,"m_nTickBase":13360,"m_rgflCoordinateFrame":1092,"m_szCustomName":12348,"m_szLastPlaceName":13748,"m_thirdPersonViewAngles":12760,"m_vecOrigin":312,"m_vecVelocity":276,"m_vecViewOffset":264,"m_viewPunchAngle":12320}}
28 changes: 14 additions & 14 deletions csgo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
timestamp = 1599671861
timestamp = 1600427243

[signatures]
anim_overlays = 10624
Expand All @@ -17,20 +17,20 @@ dwClientState_PlayerInfo = 21176
dwClientState_State = 264
dwClientState_ViewAngles = 19848
dwEntityList = 81064444
dwForceAttack = 51906388
dwForceAttack2 = 51906400
dwForceBackward = 51906472
dwForceForward = 51906436
dwForceAttack = 51906364
dwForceAttack2 = 51906376
dwForceBackward = 51906424
dwForceForward = 51906388
dwForceJump = 85954068
dwForceLeft = 51906460
dwForceRight = 51906496
dwForceLeft = 51906412
dwForceRight = 51906448
dwGameDir = 6456824
dwGameRulesProxy = 86425876
dwGetAllClasses = 14029372
dwGlobalVars = 5806808
dwGlowObjectManager = 86601648
dwGlowObjectManager = 86601712
dwInput = 85592024
dwInterfaceLinkList = 9457700
dwInterfaceLinkList = 9458516
dwLocalPlayer = 13872220
dwMouseEnable = 13895680
dwMouseEnablePtr = 13895632
Expand All @@ -46,18 +46,18 @@ dwYawPtr = 13894752
dwZoomSensitivityRatioPtr = 13915904
dwbSendPackets = 868874
dwppDirect3DDevice9 = 684080
find_hud_element = 751047472
force_update_spectator_glow = 3801954
find_hud_element = 716248624
force_update_spectator_glow = 3802546
interface_engine_cvar = 256492
is_c4_owner = 3853808
is_c4_owner = 3854400
m_bDormant = 237
m_flSpawnTime = 41840
m_pStudioHdr = 10572
m_pitchClassPtr = 85475848
m_yawClassPtr = 13894752
model_ambient_min = 5819980
set_abs_angles = 1917200
set_abs_origin = 1916752
set_abs_angles = 1917920
set_abs_origin = 1917472

[netvars]
cs_gamerules_data = 0
Expand Down
Loading

0 comments on commit 1c414bc

Please sign in to comment.