add: function for the TP Keys button

This commit is contained in:
jadis0x
2022-10-08 23:43:15 +03:00
committed by GitHub
parent 38304b04bf
commit 42d7681080

View File

@@ -317,6 +317,10 @@ void DrawMiscTab() {
Misc::Revive(true);
}
if (ImGui::Button("TP Keys")) {
Misc::TPKeys();
}
ImGui::Checkbox("Unlock all", &settings::unlock_all);
ImGui::Checkbox("Spoof level", &settings::spoof_level);