revert advertisement

This commit is contained in:
Callow 2022-09-07 14:14:56 +03:00
parent d09afbc914
commit c73a16564b
2 changed files with 1 additions and 15 deletions

View File

@ -76,12 +76,6 @@ namespace cheat
ImGui::SetItemDefaultFocus();
index++;
}
ImGui::TextColored(ImColor(255, 136, 0, 255), "Private ToF cheat:");
ImGui::PushStyleColor(ImGuiCol_ButtonHovered, 0xC0D5C8FF);
TextURL("Acai", "http://acai-tof.shop", true, false);
ImGui::PopStyleColor();
ImGui::EndListBox();
}

View File

@ -14,10 +14,6 @@ namespace cheat::feature
void About::DrawMain()
{
// Advertisement. To change/delete contact with Callow#1429
ImGui::TextColored(ImColor(199, 16, 162, 255), "Our private ToF cheat: ");
TextURL("Acai ToF", "http://acai-tof.shop", true, false);
ImGui::TextColored(ImColor(28, 202, 214, 255), "Akebi github:");
TextURL("Github link", "https://github.com/Akebi-Group/Akebi-GC", true, false);
@ -32,12 +28,8 @@ namespace cheat::feature
ImGui::SameLine();
ImGui::TextColored(ImColor(0, 102, 255, 255), "Taiga");
ImGui::Text("Feature developer and Acai founder:");
ImGui::SameLine();
ImGui::TextColored(ImColor(0, 102, 255, 255), "RyujinZX");
ImGui::Text("Main contributors:");
ImGui::TextColored(ImColor(0, 102, 255, 255), "WitchGod, m0nkrel, Shichiha, harlanx, andiabrudan, hellomykami");
ImGui::TextColored(ImColor(0, 102, 255, 255), "RyujinZX, WitchGod, m0nkrel, Shichiha, harlanx, andiabrudan, hellomykami");
ImGui::Text("Full contributor list:");
TextURL("Github link", "https://github.com/Akebi-Group/Akebi-GC/graphs/contributors", true, false);