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

@@ -319,15 +319,15 @@ void DrawMiscTab() {
if (ImGui::Button("Make random noise")) {
//Misc::PlayRandomSound();
}
ImGui::Checkbox("Walk in lobby", &settings::walk_in_lobby);
ImGui::Checkbox("Auto respawn", &settings::auto_respawn);
*/
ImGui::Checkbox("Spoof level", &settings::spoof_level);
ImGui::InputInt("New level", &settings::new_level);
*/
ImGui::Checkbox("EXP Modifier", &settings::exp_modifier);
ImGui::SliderInt("Amount", &settings::new_exp, 0, 5000);