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
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
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
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
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
636f3e0e1e
add: directx11 hook (menu), imgui/minhook and the settings
2024-04-13 12:37:16 +02:00
9e8909a97f
add: unloading
2024-04-13 11:55:51 +02:00
8f161be085
initial commit of the files
2024-04-13 11:42:25 +02:00