09-29-2022 Thu 18:48:59
-
Автор темы
- #1
слеваю топ миню скита иво все четы счас юзают быстрииэе спастите его в вашу пасту лигинтвара и вашы прадажы проста увиличаца в г935723475826458625874236582345877 тысяч раз1!!1
вот само миню иво код.
мни ленб делать сс ну думаю вам панравица!!1
эта миню было сделано в паграмме от Distorted
вот иво кот.
void ToggleButton(const char* str_id, bool* v)
{
ImVec2 p = ImGui::GetCursorScreenPos();
ImDrawList* draw_list = ImGui::GetWindowDrawList();
float height = ImGui::GetFrameHeight();
float width = height * 1.55f;
float radius = height * 0.50f;
if (ImGui::InvisibleButton(str_id, ImVec2(width, height)))
*v = !*v;
ImU32 col_bg;
if (ImGui::IsItemHovered())
col_bg = *v ? IM_COL32(145 + 20, 211, 68 + 20, 255) : IM_COL32(218 - 20, 218 - 20, 218 - 20, 255);
else
col_bg = *v ? IM_COL32(145, 211, 68, 255) : IM_COL32(218, 218, 218, 255);
draw_list->AddRectFilled(p, ImVec2(p.x + width, p.y + height), col_bg, height * 0.5f);
draw_list->AddCircleFilled(ImVec2(*v ? (p.x + width - radius) : (p.x + radius), p.y + radius), radius - 1.5f, IM_COL32(255, 255, 255, 255));
}
void gui_builder0()
{
ImGui::SetNextWindowSize({436.f,374.f});
ImGui::Begin( "uzbekhook");
ImGui::SetCursorPos({-281.f,34.f});
ImGui::InputText("Aimbot", buffer, 255);
ImGui::SetCursorPos({-279.f,57.f});
ImGui::InputText("ESP", buffer, 255);
ImGui::SetCursorPos({-282.f,86.f});
ImGui::InputText("Save Config", buffer, 255);
ImGui::SetCursorPos({59.f,36.f});
ImGui::Checkbox("", &the_bool);
ImGui::SetCursorPos({91.f,89.f});
ToggleButton("toggle4", the_bool);
ImGui::SetCursorPos({60.f,60.f});
ImGui::Checkbox("", &the_bool);
ImGui::End();
}
вот само миню иво код.
мни ленб делать сс ну думаю вам панравица!!1
эта миню было сделано в паграмме от Distorted
вот иво кот.
void ToggleButton(const char* str_id, bool* v)
{
ImVec2 p = ImGui::GetCursorScreenPos();
ImDrawList* draw_list = ImGui::GetWindowDrawList();
float height = ImGui::GetFrameHeight();
float width = height * 1.55f;
float radius = height * 0.50f;
if (ImGui::InvisibleButton(str_id, ImVec2(width, height)))
*v = !*v;
ImU32 col_bg;
if (ImGui::IsItemHovered())
col_bg = *v ? IM_COL32(145 + 20, 211, 68 + 20, 255) : IM_COL32(218 - 20, 218 - 20, 218 - 20, 255);
else
col_bg = *v ? IM_COL32(145, 211, 68, 255) : IM_COL32(218, 218, 218, 255);
draw_list->AddRectFilled(p, ImVec2(p.x + width, p.y + height), col_bg, height * 0.5f);
draw_list->AddCircleFilled(ImVec2(*v ? (p.x + width - radius) : (p.x + radius), p.y + radius), radius - 1.5f, IM_COL32(255, 255, 255, 255));
}
void gui_builder0()
{
ImGui::SetNextWindowSize({436.f,374.f});
ImGui::Begin( "uzbekhook");
ImGui::SetCursorPos({-281.f,34.f});
ImGui::InputText("Aimbot", buffer, 255);
ImGui::SetCursorPos({-279.f,57.f});
ImGui::InputText("ESP", buffer, 255);
ImGui::SetCursorPos({-282.f,86.f});
ImGui::InputText("Save Config", buffer, 255);
ImGui::SetCursorPos({59.f,36.f});
ImGui::Checkbox("", &the_bool);
ImGui::SetCursorPos({91.f,89.f});
ToggleButton("toggle4", the_bool);
ImGui::SetCursorPos({60.f,60.f});
ImGui::Checkbox("", &the_bool);
ImGui::End();
}
Последнее редактирование модератором: