|
|
c5a0ec15e9
|
Update hooks.c, menu.h, and 3 more files...
|
2025-04-04 17:22:43 -04:00 |
|
|
|
07b05f02c4
|
Update thirdperson.c, hooks.c, and 3 more files...
|
2025-04-04 17:07:54 -04:00 |
|
|
|
0c63d7c969
|
Gigantic update with menu
|
2025-04-04 16:51:40 -04:00 |
|
|
|
e53e7c5d37
|
Add support for Space-Life
|
2024-01-23 01:45:59 -05:00 |
|
Wizzard
|
543c00e294
|
Added dz_visuals_fov
|
2023-09-21 15:00:14 -04:00 |
|
Wizzard
|
21d9cac264
|
Added invisible character & added 'dz_misc_namechanger_speed'
|
2023-09-21 12:33:22 -04:00 |
|
Wizzard
|
8a5b96505b
|
Added basic namechanger 'dz_misc_namechanger'
|
2023-09-21 12:16:03 -04:00 |
|
Wizzard
|
d3b6c64003
|
More advanced antiaim, also added fakeduck
|
2023-09-20 23:42:41 -04:00 |
|
Wizzard
|
3bd0fe52da
|
Added anti-aim 'dz_movement_antiaim' and 'dz_movement_antiaim_view'
|
2023-09-20 19:40:32 -04:00 |
|
Wizzard
|
7fc0a14ae6
|
Added dz_visuals_friendly to not render friendly players. Change all cvars to a new format.
|
2023-09-20 14:51:49 -04:00 |
|
Wizzard
|
3aaf7c8346
|
Renamed 'dz_silent_aim' to 'dz_aimbot_silent_aim'
|
2023-09-20 10:32:49 -04:00 |
|
Wizzard
|
f38678d727
|
Added cvar 'dz_silent_aim'
|
2023-09-20 09:59:07 -04:00 |
|
Wizzard
|
c5e985bc42
|
Deathmatch classic support
|
2023-09-20 08:46:08 -04:00 |
|
Wizzard
|
c1ff555e17
|
Add sounds on injection
|
2023-09-19 18:54:15 -04:00 |
|
Wizzard
|
a688d94e9d
|
Rainbow watermark + cvar dz_watermark_rainbow
|
2023-09-19 16:41:13 -04:00 |
|
Wizzard
|
b29f71e597
|
Dirty temp fix for tracers in CS1.6
|
2023-09-19 14:46:59 -04:00 |
|
Wizzard
|
c7ee48dfa6
|
Added game by game detection to help fix certain issues with specific games
|
2023-09-19 13:16:13 -04:00 |
|
Wizzard
|
f0485a3f36
|
Change cvar from 'cv_' to 'dz_'
|
2023-09-19 10:45:57 -04:00 |
|
Wizzard
|
56f8ae79d7
|
Added cv_watermark
|
2023-09-19 10:38:01 -04:00 |
|
8dcc
|
29a40f63da
|
Add missing unload to include
|
2023-08-01 19:53:43 +02:00 |
|
8dcc
|
42a7961142
|
Store clip from HUD_PostRunCmd
|
2023-07-31 20:10:27 +02:00 |
|
8dcc
|
3414d131f4
|
Add autoshoot
If this cvar is enabled (1), and the aimbot is enabled (fov>0), it will
stop attacking if there is no visible target.
|
2023-07-31 18:03:26 +02:00 |
|
8dcc
|
87e6b34eee
|
Add cv_tracers cvar
|
2023-07-31 15:54:47 +02:00 |
|
8dcc
|
cd3fde56a3
|
Hook HUD_PostRunCmd and store NextAttacks
|
2023-07-31 15:36:41 +02:00 |
|
8dcc
|
3d3ebd7c5a
|
Add can_shoot and draw_tracer to util.c
|
2023-07-31 15:36:09 +02:00 |
|
8dcc
|
7cf0b30495
|
Add g_flNextAttack and g_flNextPrimaryAttack
|
2023-07-31 15:35:44 +02:00 |
|
8dcc
|
0625638e31
|
Hook CalcRefdef, store punchAngles
|
2023-07-30 20:05:22 +02:00 |
|
8dcc
|
56fa55a751
|
Add g_punchAngles
|
2023-07-30 20:05:12 +02:00 |
|
8dcc
|
bb6c9efc50
|
Modify vec_copy so it supports float[]
|
2023-07-30 20:04:28 +02:00 |
|
8dcc
|
762368d75f
|
Optimize some vector functions, replace vec_copy with macro
|
2023-07-29 17:34:18 +02:00 |
|
8dcc
|
67f4c5ed88
|
Change REGISTER_CVAR macro
Remove manual initialization, remove string arguments to macro (convert
to str inside it with #name)
|
2023-07-29 16:27:01 +02:00 |
|
8dcc
|
e83dad0409
|
Add aimbot cvar
|
2023-07-29 16:24:59 +02:00 |
|
8dcc
|
e9f3031ca1
|
Add vec_sub, vec_norm, vec_to_ang and RAD2DEG to util
|
2023-07-29 16:23:26 +02:00 |
|
8dcc
|
9f64f544de
|
Add event_api_s include to sdk.h
|
2023-07-29 16:23:11 +02:00 |
|
8dcc
|
3a514789a7
|
Add matrix_3x4 and bone_matrix to sdk.h
|
2023-07-28 23:12:20 +02:00 |
|
8dcc
|
8d735ece89
|
Add vec_copy and matrix_3x4_origin to util.c
|
2023-07-28 23:10:54 +02:00 |
|
8dcc
|
2a57c69444
|
Replace vector indexing with members
Use .x instead of [0]
Also add vec_add() to util.c
|
2023-07-28 22:15:25 +02:00 |
|
8dcc
|
2c41a2b06b
|
Add extra_player_info_dod_t struct to sdk.h
|
2023-07-28 17:42:39 +02:00 |
|
8dcc
|
3080b4dc2d
|
Store player_extra_info as void*
|
2023-07-28 16:31:21 +02:00 |
|
8dcc
|
b0b54faf14
|
Add extra_player_info_cs_t struct
Same as extra_player_info_t but for cstrike
Change members of old one with stdint types
|
2023-07-28 16:30:24 +02:00 |
|
8dcc
|
91944e7f64
|
Typo
|
2023-07-28 15:49:01 +02:00 |
|
8dcc
|
418f1afaca
|
Add get_cur_game to util.c
Reverse is_alive method to avoid esp on some dead people
Add game check to is_friend, since the team method only works on certain games
|
2023-07-28 15:43:51 +02:00 |
|
8dcc
|
de578033f2
|
Add this_game_id global
For storing the current game we are playing
|
2023-07-28 15:43:35 +02:00 |
|
8dcc
|
f924628fd9
|
Add hook comments
|
2023-07-28 15:33:18 +02:00 |
|
8dcc
|
66695a6dc3
|
Merge branch 'main' into player_extra_info
|
2023-07-27 22:15:26 +02:00 |
|
8dcc
|
fd0aea976f
|
Get player_extra_info symbol
|
2023-07-27 22:13:34 +02:00 |
|
8dcc
|
330c017600
|
Add extra_player_t struct to sdk.h
|
2023-07-27 22:13:06 +02:00 |
|
8dcc
|
9743b58ae4
|
Add is_friend template to util.c
|
2023-07-27 21:27:21 +02:00 |
|
8dcc
|
4e3d1ce996
|
Add h_* prefix to globals.h comment
|
2023-07-27 15:42:14 +02:00 |
|
8dcc
|
e1a56c7fb6
|
Get game_info global
|
2023-07-27 14:18:47 +02:00 |
|