Commit Graph

161 Commits

Author SHA1 Message Date
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
8dcc 91944e7f64 Typo 2023-07-28 15:49:01 +02:00
8dcc 3e28c655ea Get the current game once when injecting 2023-07-28 15:44:31 +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 eff4c70739 Change is_alive checks
Add ent check to is_friend
2023-07-28 14:41:34 +02:00
8dcc 201bc466fb Merge branch 'main' into player_extra_info 2023-07-28 14:30:32 +02:00
8dcc 75c909db46 Add code for 2d box esp 2023-07-28 00:19:39 +02:00
8dcc 66695a6dc3 Merge branch 'main' into player_extra_info 2023-07-27 22:15:26 +02:00
8dcc 260d6647e6 Check is_friend with player_extra_info 2023-07-27 22:13:54 +02:00
8dcc fd0aea976f Get player_extra_info symbol 2023-07-27 22:13:34 +02:00