Fix minor issues and add new feature

- Fixed crash issue that occurred after activating Azazel's speed and returning to the menu
- Added GetAzazelName() function
- Added Rank Spoofer
This commit is contained in:
Jadis0x
2024-06-25 23:23:37 +03:00
parent af76512cf4
commit a462aa0afc
5 changed files with 31 additions and 12 deletions

View File

@@ -13,4 +13,6 @@ bool IsSequencePlaying();
app::GameObject* GetAzazel(app::Survival* survival);
std::string SceneName();
std::string GetAzazelName();
float Time_DeltaTime();