diff --git a/DevourClient/Features/Menu.cpp b/DevourClient/Features/Menu.cpp index d546ecf..283d5c8 100644 --- a/DevourClient/Features/Menu.cpp +++ b/DevourClient/Features/Menu.cpp @@ -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);