forked from frk1/hazedumper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcsgo.vb
151 lines (150 loc) · 8.3 KB
/
csgo.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
' 2020-05-12 07:59:39.189137300 UTC
Namespace hazedumper
Public Const timestamp as Integer = &H5EBA576B
Public Shared Class netvars
Public Const cs_gamerules_data as Integer = &H0
Public Const m_ArmorValue as Integer = &HB368
Public Const m_Collision as Integer = &H320
Public Const m_CollisionGroup as Integer = &H474
Public Const m_Local as Integer = &H2FBC
Public Const m_MoveType as Integer = &H25C
Public Const m_OriginalOwnerXuidHigh as Integer = &H31C4
Public Const m_OriginalOwnerXuidLow as Integer = &H31C0
Public Const m_SurvivalGameRuleDecisionTypes as Integer = &H1320
Public Const m_SurvivalRules as Integer = &HCF8
Public Const m_aimPunchAngle as Integer = &H302C
Public Const m_aimPunchAngleVel as Integer = &H3038
Public Const m_angEyeAnglesX as Integer = &HB36C
Public Const m_angEyeAnglesY as Integer = &HB370
Public Const m_bBombPlanted as Integer = &H99D
Public Const m_bFreezePeriod as Integer = &H20
Public Const m_bGunGameImmunity as Integer = &H3930
Public Const m_bHasDefuser as Integer = &HB378
Public Const m_bHasHelmet as Integer = &HB35C
Public Const m_bInReload as Integer = &H32A5
Public Const m_bIsDefusing as Integer = &H391C
Public Const m_bIsQueuedMatchmaking as Integer = &H74
Public Const m_bIsScoped as Integer = &H3914
Public Const m_bIsValveDS as Integer = &H75
Public Const m_bSpotted as Integer = &H93D
Public Const m_bSpottedByMask as Integer = &H980
Public Const m_bStartedArming as Integer = &H33F0
Public Const m_bUseCustomAutoExposureMax as Integer = &H9D9
Public Const m_bUseCustomAutoExposureMin as Integer = &H9D8
Public Const m_bUseCustomBloomScale as Integer = &H9DA
Public Const m_clrRender as Integer = &H70
Public Const m_dwBoneMatrix as Integer = &H26A8
Public Const m_fAccuracyPenalty as Integer = &H3330
Public Const m_fFlags as Integer = &H104
Public Const m_flC4Blow as Integer = &H2990
Public Const m_flCustomAutoExposureMax as Integer = &H9E0
Public Const m_flCustomAutoExposureMin as Integer = &H9DC
Public Const m_flCustomBloomScale as Integer = &H9E4
Public Const m_flDefuseCountDown as Integer = &H29AC
Public Const m_flDefuseLength as Integer = &H29A8
Public Const m_flFallbackWear as Integer = &H31D0
Public Const m_flFlashDuration as Integer = &HA410
Public Const m_flFlashMaxAlpha as Integer = &HA40C
Public Const m_flLastBoneSetupTime as Integer = &H2924
Public Const m_flLowerBodyYawTarget as Integer = &H3A7C
Public Const m_flNextAttack as Integer = &H2D70
Public Const m_flNextPrimaryAttack as Integer = &H3238
Public Const m_flSimulationTime as Integer = &H268
Public Const m_flTimerLength as Integer = &H2994
Public Const m_hActiveWeapon as Integer = &H2EF8
Public Const m_hMyWeapons as Integer = &H2DF8
Public Const m_hObserverTarget as Integer = &H338C
Public Const m_hOwner as Integer = &H29CC
Public Const m_hOwnerEntity as Integer = &H14C
Public Const m_iAccountID as Integer = &H2FC8
Public Const m_iClip1 as Integer = &H3264
Public Const m_iCompetitiveRanking as Integer = &H1A84
Public Const m_iCompetitiveWins as Integer = &H1B88
Public Const m_iCrosshairId as Integer = &HB3D4
Public Const m_iEntityQuality as Integer = &H2FAC
Public Const m_iFOV as Integer = &H31E4
Public Const m_iFOVStart as Integer = &H31E8
Public Const m_iGlowIndex as Integer = &HA428
Public Const m_iHealth as Integer = &H100
Public Const m_iItemDefinitionIndex as Integer = &H2FAA
Public Const m_iItemIDHigh as Integer = &H2FC0
Public Const m_iMostRecentModelBoneCounter as Integer = &H2690
Public Const m_iObserverMode as Integer = &H3378
Public Const m_iShotsFired as Integer = &HA380
Public Const m_iState as Integer = &H3258
Public Const m_iTeamNum as Integer = &HF4
Public Const m_lifeState as Integer = &H25F
Public Const m_nFallbackPaintKit as Integer = &H31C8
Public Const m_nFallbackSeed as Integer = &H31CC
Public Const m_nFallbackStatTrak as Integer = &H31D4
Public Const m_nForceBone as Integer = &H268C
Public Const m_nTickBase as Integer = &H3430
Public Const m_rgflCoordinateFrame as Integer = &H444
Public Const m_szCustomName as Integer = &H303C
Public Const m_szLastPlaceName as Integer = &H35B4
Public Const m_thirdPersonViewAngles as Integer = &H31D8
Public Const m_vecOrigin as Integer = &H138
Public Const m_vecVelocity as Integer = &H114
Public Const m_vecViewOffset as Integer = &H108
Public Const m_viewPunchAngle as Integer = &H3020
End Class
Public Shared Class signatures
Public Const anim_overlays as Integer = &H2980
Public Const clientstate_choked_commands as Integer = &H4D28
Public Const clientstate_delta_ticks as Integer = &H174
Public Const clientstate_last_outgoing_command as Integer = &H4D24
Public Const clientstate_net_channel as Integer = &H9C
Public Const convar_name_hash_table as Integer = &H2F0F8
Public Const dwClientState as Integer = &H589DCC
Public Const dwClientState_GetLocalPlayer as Integer = &H180
Public Const dwClientState_IsHLTV as Integer = &H4D40
Public Const dwClientState_Map as Integer = &H28C
Public Const dwClientState_MapDirectory as Integer = &H188
Public Const dwClientState_MaxPlayer as Integer = &H388
Public Const dwClientState_PlayerInfo as Integer = &H52B8
Public Const dwClientState_State as Integer = &H108
Public Const dwClientState_ViewAngles as Integer = &H4D88
Public Const dwEntityList as Integer = &H4D43AC4
Public Const dwForceAttack as Integer = &H3175068
Public Const dwForceAttack2 as Integer = &H3175074
Public Const dwForceBackward as Integer = &H31750A4
Public Const dwForceForward as Integer = &H3175080
Public Const dwForceJump as Integer = &H51ED760
Public Const dwForceLeft as Integer = &H3175098
Public Const dwForceRight as Integer = &H31750BC
Public Const dwGameDir as Integer = &H6286F8
Public Const dwGameRulesProxy as Integer = &H5260A3C
Public Const dwGetAllClasses as Integer = &HD55F2C
Public Const dwGlobalVars as Integer = &H589AD0
Public Const dwGlowObjectManager as Integer = &H528B8A0
Public Const dwInput as Integer = &H5195070
Public Const dwInterfaceLinkList as Integer = &H8FA4A4
Public Const dwLocalPlayer as Integer = &HD2FB94
Public Const dwMouseEnable as Integer = &HD35738
Public Const dwMouseEnablePtr as Integer = &HD35708
Public Const dwPlayerResource as Integer = &H317340C
Public Const dwRadarBase as Integer = &H5178834
Public Const dwSensitivity as Integer = &HD355D4
Public Const dwSensitivityPtr as Integer = &HD355A8
Public Const dwSetClanTag as Integer = &H89ED0
Public Const dwViewMatrix as Integer = &H4D35404
Public Const dwWeaponTable as Integer = &H5195B34
Public Const dwWeaponTableIndex as Integer = &H325C
Public Const dwYawPtr as Integer = &HD35398
Public Const dwZoomSensitivityRatioPtr as Integer = &HD3A5E0
Public Const dwbSendPackets as Integer = &HD3ECA
Public Const dwppDirect3DDevice9 as Integer = &HA7030
Public Const find_hud_element as Integer = &H2EB7C3F0
Public Const force_update_spectator_glow as Integer = &H3991F2
Public Const interface_engine_cvar as Integer = &H3E9EC
Public Const is_c4_owner as Integer = &H3A59C0
Public Const m_bDormant as Integer = &HED
Public Const m_flSpawnTime as Integer = &HA360
Public Const m_pStudioHdr as Integer = &H294C
Public Const m_pitchClassPtr as Integer = &H5178AD8
Public Const m_yawClassPtr as Integer = &HD35398
Public Const model_ambient_min as Integer = &H58CE44
Public Const set_abs_angles as Integer = &H1CF1D0
Public Const set_abs_origin as Integer = &H1CF010
End Class
End Namespace