Commit Graph

66 Commits

Author SHA1 Message Date
ALittlePatate
8eefb56db9 add: auto Release after msbuild 2024-06-12 21:54:37 +02:00
ALittlePatate
70a9858ccc fix: github msbuild action 2024-06-12 21:34:44 +02:00
ALittlePatate
b37920b6ce add: msbuild github action 2024-06-12 21:31:10 +02:00
47a21f293e fix: last game update 2024-06-12 15:56:21 +02:00
ALittlePatate
58a6b03839 Merge pull request #51 from JozielBorges/windowed-GUI-rendering
Windowed GUI rendering
2024-06-12 15:47:41 +02:00
KnucklesB
bfba7267b8 Removed the double GetKeyDown... 2024-06-11 20:40:28 -03:00
KnucklesB
f598906ab5 Added support for windowed mode GUI rendering 2024-06-11 20:36:35 -03:00
1d4a5167e5 fix: compilation errors in x64/Release mode due to missing include 2024-06-09 09:56:40 +02:00
Jadis0x
faf932f810 transform namespace updated 2024-06-08 14:22:55 +03:00
Jadis0x
136d3d137e Transform namespace updated & freecam removed 2024-06-08 13:14:27 +03:00
Jadis0x
d2ac02fde8 freecam test - not working properly 2024-06-07 23:00:36 +03:00
Jadis0x
b644ca0fc4 hooked: debug warning 2024-06-07 21:56:02 +03:00
Jadis0x
0b90598356 Reorganized UnityEngine namespace
Reorganized UnityEngine namespace by splitting headers into individual classes
2024-06-07 19:07:09 +03:00
Jadis0x
0d3675c8cd helper functions added
Camera,Behaviour and Input constructor defined
2024-06-07 14:57:19 +03:00
Jadis0x
0b84c20f4a code optimization &new helper functions added / modified
- UnityCore namespace changed to UnityEngine
- Object class is no longer a template. FindObjectOfType function set to template
- Added LogComponents function. It helps us retrieve components from the target gameObject.
- Added GetObjectName function to Object structure (same method is available in utils header)
- Added ConvertToSystemString function.
Converts const char to system.string (app::String)
2024-06-06 20:43:35 +03:00
ALittlePatate
5ba4784657 Merge pull request #49 from K4SPERSKY9655/V2_recode
Update README.md
2024-06-03 12:39:24 +02:00
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.
4.1
2024-06-02 13:27:13 +03:00
K4SPERSKY9655
40569f886c Update README.md 2024-06-01 21:10:48 +02: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
be5f59f1b5 fixed logic bug and added cache for nolan 2024-05-31 23:51:08 +03:00
Jadis0x
58e36f2eb9 added IsNull function
IsNull(app::Object_1*): detects whether objects are null, works more efficiently than a nullptr check.
2024-05-31 23:24:48 +03:00
ALittlePatate
75b119170e Merge pull request #48 from K4SPERSKY9655/V2_recode
Update README.md
2024-05-31 15:38:56 +02:00
K4SPERSKY9655
90eb63c973 Update README.md 2024-05-31 13:42:26 +02:00
K4SPERSKY9655
ca6195ee80 Update README.md 2024-05-31 11:47:50 +02:00
ALittlePatate
cfabe62d47 fix: typo in readme 2024-05-31 11:44:00 +02:00
ALittlePatate
c9f9721a96 Merge pull request #47 from K4SPERSKY9655/V2_recode
Update README.md
2024-05-31 11:43:24 +02:00
K4SPERSKY9655
90c820cb9b Update README.md 2024-05-31 07:16:58 +02:00
ALittlePatate
b461549ad4 Merge pull request #46 from K4SPERSKY9655/V2_recode
Update README.md
2024-05-30 21:12:01 +02:00
K4SPERSKY9655
6d1513d6d4 Update README.md 2024-05-30 20:17:27 +02:00
Jadis0x
7c151b664f add: fly and tp to azazel 2024-05-29 21:43:06 +03:00
ALittlePatate
a5e92125ed add: Player ESP & snaplines to the features in the readme file
Update README.md
2024-05-29 10:42:06 +02:00
K4SPERSKY9655
f3470d0824 Update README.md 2024-05-29 10:10:18 +02: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
231087da51 Add keyboard handling functionality
Added function that creates settings.ini file but it creates empty file :) I will deal with it later.
2024-05-26 23:08:00 +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
0c809fc44b Create LICENSE 2024-05-17 14:07:22 +03:00
Jadis0x
1cdfd2ff02 Update README.md 4.0 2024-05-17 13:43:31 +03:00
Jadis0x
ac7706a03c Create menu_screenshot.jpg 2024-05-17 13:43:06 +03:00
Jadis0x
2b9aae4e35 Update README.md 2024-05-17 13:27:50 +03:00
Jadis0x
79c1846838 Create README.md 2024-05-17 13:27:09 +03:00
Jadis0x
b319140178 Update IL2CppDLL.vcxproj 2024-05-16 23:06: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
1526e262f8 hooks/settings updated 2024-05-16 21:50:42 +03:00
Jadis0x
f69767f794 various header files added/updated
- Created a header file called players. added a helper function to get the gameobject of all players, the gameobject of the local player and the NolanBehaviour component
- Added UnityCore file to make it easier for us to use unity functions
- Misc file fully updated
- Added Wrapper class to make it easier to use il2cpp functions
- ClientHelper updated
- color.hpp library was included in the project to make the console colorful
2024-05-16 21:37:01 +03:00
Jadis0x
17df650819 il2cpp api pointers updated 2024-05-16 21:02:28 +03:00
Jadis0x
26c0103b0f added BurnRitualObj function
Code optimization needed.

Some detected issues:
- Farmhouse worked properly.
- Only burnAll works on Molly map.
- It does not work on Town and Inn map.
- Only burnAll works on Slaughterhouse map.
2024-04-15 00:03:47 +03:00