Initial Update to new version

This commit is contained in:
KnucklesB
2024-09-21 18:37:15 -03:00
parent 49ca2c766a
commit c6515c2b64
21 changed files with 445452 additions and 291069 deletions

View File

@@ -98,6 +98,9 @@ void __stdcall hNolanBehaviour_Update(app::NolanBehaviour* __this, MethodInfo* m
if (SceneName() != "Menu") {
ESP::ents_goat = Object::FindObjectsOfType("GoatBehaviour", "");
ESP::ents_key = Object::FindObjectsOfType("KeyInteractable", "");
if(ESP::name_demon != "N/A")
ESP::ents_demon = Object::FindObjectsOfType(ESP::name_demon.c_str(), "");
}
if (settings::spoof_level && IsLocalPlayer(__this)) {