Commit Graph

172 Commits

Author SHA1 Message Date
Wizzard 7239d610a8 Renamed 'dz_silent_aim' to 'dz_aimbot_silent_aim' 2 2023-09-20 10:33:34 -04:00
Wizzard 3aaf7c8346 Renamed 'dz_silent_aim' to 'dz_aimbot_silent_aim' 2023-09-20 10:32:49 -04:00
Wizzard a5234c16a3 Replaced original arthurs game detection code. Fixed aimbot shooting teamates and chams. 2023-09-20 10:28:08 -04:00
Wizzard f38678d727 Added cvar 'dz_silent_aim' 2023-09-20 09:59:07 -04:00
Wizzard e43cea56f8 Updated aim.c 2023-09-20 09:17:50 -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 b7bac66484 Disable tracers by default on CS1.6 2023-09-19 18:19:04 -04:00
Wizzard a688d94e9d Rainbow watermark + cvar dz_watermark_rainbow 2023-09-19 16:41:13 -04:00
Wizzard deccfca8e3 Faster Bhop 2023-09-19 16:29:37 -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 f9db9ff1b6 Change value of cl_forwardspeed 2023-08-05 00:50:28 +02:00
8dcc 29a40f63da Add missing unload to include 2023-08-01 19:53:43 +02:00
8dcc 510243c46d Add can_shoot to aimbot 2023-07-31 20:57:25 +02:00
8dcc fb6ed02dd4 Add clip check to can_shoot 2023-07-31 20:10:45 +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 83278b9983 Change head offset if crouched 2023-07-31 18:03:14 +02:00
8dcc 4bb21a4ca6 Fix fov calculations, fix aimbot head offset 2023-07-31 17:40:01 +02:00
8dcc 51c302f492 Add alive check to localplayer 2023-07-31 16:10:47 +02:00
8dcc d09fdf66b5 Add bullet tracers 2023-07-31 15:55:01 +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 70a69c1fc8 Add is_visible check to aimbot 2023-07-30 23:53:39 +02:00
8dcc e26d5639c2 Add aim punch compensation to aimbot 2023-07-30 20:05:33 +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 d5cfc33837 Change remainder func in vec_norm
remainderf -> remainder
2023-07-30 15:07:40 +02:00
8dcc 77e8b04214 Fix aimbot
cv_aimbot now indicates the aimbot fov
2023-07-30 15:07:10 +02:00
8dcc 772f4a1d7a Remove unnecessary check
Already checked in get_player()
2023-07-29 18:58:43 +02:00
8dcc e43eeb2d3b Add the worst aimbot ever known to man 2023-07-29 17:35:45 +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 8cfead04f9 Cast to extra_player_info_dod_t depending on game 2023-07-28 17:42:54 +02:00
8dcc 2c41a2b06b Add extra_player_info_dod_t struct to sdk.h 2023-07-28 17:42:39 +02:00
8dcc db29d35966 Cast player_extra_info depending on current game 2023-07-28 16:31:30 +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