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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user