12 Commits

Author SHA1 Message Date
Jadis0x
a1c4c9c830 added client version control
+ nlohmann/json library was included in the project.
+ VersionControl class was created and it checks if the client is up to date.
+ CLIENT_VERSION macro defined.
2024-06-02 13:27:13 +03:00
Jadis0x
3c474a398e steam name changer added
+ Horror.menu update hooked
+ UnlockAchievements added but crashes when used
2024-06-01 21:27:40 +03:00
Jadis0x
01c16909bf changes & fixed issues causing game crashes
+ flying speed increased from 15 to 20
+ NolanBehavior_Update hooked
+ fullbright, player speed and fly moved to nolan's update hook
+ added NolanBehaviour parameter to Misc::FullBright function
- fly function removed from misc namespace (this function will be re-added in the near future after further improvements and testing.)
2024-06-01 19:47:24 +03:00
Jadis0x
7c151b664f add: fly and tp to azazel 2024-05-29 21:43:06 +03:00
01bdc8e683 add: player esp and snaplines
for now the esp will show "Player" instead of the real player name //TOFIX
2024-05-28 10:22:36 +02:00
Jadis0x
5968a83932 spawn prefab updated
Unfortunately, only doors are being instantiated. I haven't done enough research for the problem
2024-05-27 20:15:34 +03:00
Jadis0x
ad4bf3e659 addresses updated + menu shortcut set to INS 2024-05-21 22:43:05 +03:00
Jadis0x
d32b92d1e3 helper functions added
- Added helper functions to facilitate Vector3 and Transform operations.
- Defined operator overloads for Vector3 (not tested).
- Added fly and spawnPrefab functions to the Misc namespace (not tested).
- Added fly speed to settings.
2024-05-19 02:43:52 +03:00
Jadis0x
78ec72e4f2 settings updated 2024-05-16 22:39:24 +03:00
Jadis0x
edc1061b5d menu/settings updated 2024-05-16 22:12:57 +03:00
Jadis0x
aefdecc823 some helper functions added
-
2024-04-14 22:28:12 +03:00
636f3e0e1e add: directx11 hook (menu), imgui/minhook and the settings 2024-04-13 12:37:16 +02:00