Commit Graph

189 Commits

Author SHA1 Message Date
8dcc 78f0527317 Hook StudioRenderModel 2023-07-24 16:17:57 +02:00
8dcc c48c4164f2 Add hClientDLL handler and i_studiomodelrenderer
Fix error string
2023-07-24 15:57:48 +02:00
8dcc fee20bb1ec Add unprotect_addr to util.c 2023-07-24 15:57:25 +02:00
8dcc 44f00ace13 Add StudioModelRenderer_t to sdk.h 2023-07-24 15:57:08 +02:00
8dcc caf008403c Change low speed value, remove air check from autostrafe 2023-07-24 15:17:11 +02:00
8dcc 913e1c9a69 Only autostrafe if holding space 2023-07-24 10:29:34 +02:00
8dcc c131e5251d Change default value of cv_esp to 1 2023-07-24 10:18:29 +02:00
8dcc 4d71945eb3 Clamp viewangles in CL_CreateMove 2023-07-24 10:15:03 +02:00
8dcc 930ee5cef5 Add CLAMP macro and vec_clamp to util.c 2023-07-24 10:14:50 +02:00
8dcc e8e6e48952 Use get_entity instead of GetEntityByIndex 2023-07-23 22:31:37 +02:00
8dcc a257317f58 Add get_entity to util.c
With checks to make sure entity is correct
Remove is_alive check from valid_client

Fixes 41e6b012d9
2023-07-23 22:22:36 +02:00
8dcc 02ba15ba3f Add rage autostrafe 2023-07-23 16:22:10 +02:00
8dcc 60847df031 Add vec_len2d and angle_delta_rad to util.c 2023-07-23 16:21:53 +02:00
8dcc 367a811667 Add DEBUG check to player pos 2023-07-23 16:12:31 +02:00
8dcc 611182e394 Add correct_movement, call from CL_CreateMove 2023-07-23 15:50:01 +02:00
8dcc dcd38dc950 Add math to LDFLAGS 2023-07-23 15:49:41 +02:00
8dcc ee2b9803e4 Add DEG2RAD macro 2023-07-23 15:49:34 +02:00
8dcc 1affa52bc8 Add legit autostrafe 2023-07-23 15:38:50 +02:00
8dcc 2141daae27 Add autostrafe cvar 2023-07-23 15:38:43 +02:00
8dcc 2e1b44a825 Change value of cv_esp to 0
Until it works perfectly (no ghost entities)
2023-07-23 14:57:20 +02:00
8dcc 41e6b012d9 Add 3d box esp
Sometimes shows "ghost" boxes with weird strings (not player names but
the coordinates that are drawn bellow the watermark)
2023-07-23 14:36:44 +02:00
8dcc 797c2183e2 Add gl_drawline_points to util.c 2023-07-23 14:35:52 +02:00
8dcc fba031944e Add gl_drawbox to util.c 2023-07-23 01:47:52 +02:00
8dcc 5aa85bc274 Add gl_drawline to util.c 2023-07-23 01:46:53 +02:00
8dcc 9ec237509d Add vec3() function for creating 3d vecs 2023-07-23 00:34:10 +02:00
8dcc 25a9a474cf Fix *_H_ defines
_NAME_H -> NAME_H_
Remove comments from sdk.h
Add credits for cl_clientfuncs_s
2023-07-22 16:31:48 +02:00
8dcc 195f9831af Change features.h includes 2023-07-22 16:23:15 +02:00
8dcc db9068d86f Move features/include/*.h to features/features.h 2023-07-22 16:22:34 +02:00
8dcc a92d833e6e Add util.c to makefile 2023-07-22 16:16:18 +02:00
8dcc 33494b415f Move util functions to util.c
Move vec2_t to util.h
2023-07-22 16:16:09 +02:00
8dcc 0f473bba4e Call esp() from HUD_Redraw hook
Draw localplayer pos bellow watermark
2023-07-22 16:06:18 +02:00
8dcc 19a21567e6 Add esp.c to makefile 2023-07-22 16:06:10 +02:00
8dcc f11378b38b Add esp source and header, with "utils" functions 2023-07-22 16:05:47 +02:00
8dcc 082a03878e Add triangleapi inlcude to sdk 2023-07-22 15:48:19 +02:00
8dcc 4913d4802c Fix globals_store and globals_restore 2023-07-22 15:48:01 +02:00
8dcc 24c1d796d9 Add esp cvar 2023-07-21 15:49:01 +02:00
8dcc 77a8a97a0f Add HUD_Redraw hook 2023-07-21 15:42:01 +02:00
8dcc 01312cb4b6 Add inline comments to constructor and destructor attributes 2023-07-21 13:59:38 +02:00
8dcc 4c5fbcd677 Add todo comment to unload() 2023-07-21 13:58:47 +02:00
8dcc 90ef1e4105 Update CVAR_HACK_ID 2023-07-21 13:49:12 +02:00
8dcc b25226b406 Add cv_bhop check to bhop() 2023-07-21 13:45:21 +02:00
8dcc 083778fad0 Add cvars_init() call to main 2023-07-21 13:44:53 +02:00
8dcc ad7b8b7615 Add cvars.c to the makefile 2023-07-21 13:44:41 +02:00
8dcc 2578db9486 Add cvars.c source with cv_bhop cvar 2023-07-21 13:44:18 +02:00
8dcc 9d9398e764 Add cvars.h header
With macros for declaring cvar_t ptrs in source and header, registering
new cvars and checking if the value is positive.

Also cvars_init function and cv_bhop declaration
2023-07-21 13:43:23 +02:00
8dcc 02517bf975 Add cvardef include to sdk.h 2023-07-21 13:43:00 +02:00
8dcc 6d9f73feb3 Add comment 2023-07-21 13:16:38 +02:00
8dcc 790de69b5c Add destructor for restoring globals 2023-07-21 07:02:38 +02:00
8dcc e86f10ec9f Add functions for storing and restoring globals 2023-07-21 07:02:26 +02:00
8dcc 80242d0a3f Add unload to injector script
Usage: ./inject unload
2023-07-21 06:29:41 +02:00