Commit Graph

20 Commits

Author SHA1 Message Date
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