Commit Graph

15 Commits

Author SHA1 Message Date
KnucklesB
739f15aeb2 Added toggle to the key ESP, fixed demon ESP, and resolved ESP crashes 2024-07-18 17:18:17 -03:00
Jadis0x
af76512cf4 Add IsSequencePlaying helper function and enable NolanBehaviour in the lobby 2024-06-23 22:35: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
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
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
7c151b664f add: fly and tp to azazel 2024-05-29 21:43:06 +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
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