Commit Graph

52 Commits

Author SHA1 Message Date
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
Jadis0x
aefdecc823 some helper functions added
-
2024-04-14 22:28:12 +03:00
Jadis0x
db2dc7b321 misc header file added 2024-04-14 00:05:47 +03:00
2be69613e2 add: perk, outfit, flashlight and emote hooks. unlock all is complete 2024-04-13 20:22:34 +02:00
44837830cd fix: MH_EnableHook was not in the right place 2024-04-13 19:39:01 +02:00
b9552f3920 add: exp modifier hook 2024-04-13 19:37:34 +02:00
Jadis0x
277c0e9713 robe & character unlock hook 2024-04-13 20:25:33 +03:00
895afed488 add: unlimited uv 2024-04-13 18:32:45 +02:00
33964e3081 fix: DebugLog hooks, works now 2024-04-13 18:07:02 +02:00
435bccd6da fix: Debug_Log hooks, returns System.String tho, wtf 2024-04-13 17:18:31 +02:00
Jadis0x
3207e78657 added unity debug hook for testing 2024-04-13 17:50:56 +03:00
Jadis0x
c1516a1387 vcxproj updated 2024-04-13 16:01:47 +03:00
Jadis0x
9bc7092e5a re-dump
- object class removed
+ added some helper functions
2024-04-13 16:00:43 +03:00
Jadis0x
ec7b62f51e added GetObjectFromClass to Wrapper class 2024-04-13 14:49:13 +03:00
636f3e0e1e add: directx11 hook (menu), imgui/minhook and the settings 2024-04-13 12:37:16 +02:00