Розыгрыш Premium и Уникальной юзергруппы на форуме! Перейти

WannaHook

  • Автор темы Автор темы G3TT
  • Дата начала Дата начала
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
я думаю консольный может быть подошёл
измени гамму потому что действительно глаза режет
1563965012104.png

так лучше?
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
возьми какие нибудь приятные цвета(белый, голубой, светло зелёный, или что то на подобе их), а красный не делай везде, можно только шапку им сделать, а остальное замени
через жопу, но сделал выбор цвета меню.
:upd теперь можно даже так
1563966754636.png
 
Последнее редактирование:
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Юзайте, сс забыл сделать
Код:
Expand Collapse Copy
ImGuiStyle& style = ImGui::GetStyle();
style.Colors[ImGuiCol_Text]                  = ImVec4(0.90f, 0.85f, 0.92f, 1.00f);
style.Colors[ImGuiCol_TextDisabled]          = ImVec4(0.90f, 0.85f, 0.92f, 0.58f);
style.Colors[ImGuiCol_WindowBg]              = ImVec4(0.14f, 0.12f, 0.16f, 1.00f);
style.Colors[ImGuiCol_ChildWindowBg]         = ImVec4(0.33f, 0.20f, 0.39f, 0.00f);
style.Colors[ImGuiCol_PopupBg]               = ImVec4(0.05f, 0.05f, 0.10f, 0.90f);
style.Colors[ImGuiCol_Border]                = ImVec4(0.90f, 0.85f, 0.92f, 0.30f);
style.Colors[ImGuiCol_BorderShadow]          = ImVec4(0.00f, 0.00f, 0.00f, 0.00f);
style.Colors[ImGuiCol_FrameBg]               = ImVec4(0.33f, 0.20f, 0.39f, 1.00f);
style.Colors[ImGuiCol_FrameBgHovered]        = ImVec4(0.48f, 0.19f, 0.63f, 0.68f);
style.Colors[ImGuiCol_FrameBgActive]         = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_TitleBg]               = ImVec4(0.48f, 0.19f, 0.63f, 0.45f);
style.Colors[ImGuiCol_TitleBgCollapsed]      = ImVec4(0.48f, 0.19f, 0.63f, 0.35f);
style.Colors[ImGuiCol_TitleBgActive]         = ImVec4(0.48f, 0.19f, 0.63f, 0.78f);
style.Colors[ImGuiCol_MenuBarBg]             = ImVec4(0.33f, 0.20f, 0.39f, 0.57f);
style.Colors[ImGuiCol_ScrollbarBg]           = ImVec4(0.33f, 0.20f, 0.39f, 1.00f);
style.Colors[ImGuiCol_ScrollbarGrab]         = ImVec4(0.48f, 0.19f, 0.63f, 0.31f);
style.Colors[ImGuiCol_ScrollbarGrabHovered]  = ImVec4(0.48f, 0.19f, 0.63f, 0.78f);
style.Colors[ImGuiCol_ScrollbarGrabActive]   = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_ComboBg]               = ImVec4(0.33f, 0.20f, 0.39f, 1.00f);
style.Colors[ImGuiCol_CheckMark]             = ImVec4(0.48f, 0.19f, 0.63f, 0.80f);
style.Colors[ImGuiCol_SliderGrab]            = ImVec4(0.48f, 0.19f, 0.63f, 0.24f);
style.Colors[ImGuiCol_SliderGrabActive]      = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_Button]                = ImVec4(0.48f, 0.19f, 0.63f, 0.44f);
style.Colors[ImGuiCol_ButtonHovered]         = ImVec4(0.48f, 0.19f, 0.63f, 0.86f);
style.Colors[ImGuiCol_ButtonActive]          = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_Header]                = ImVec4(0.48f, 0.19f, 0.63f, 0.76f);
style.Colors[ImGuiCol_HeaderHovered]         = ImVec4(0.48f, 0.19f, 0.63f, 0.86f);
style.Colors[ImGuiCol_HeaderActive]          = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_Column]                = ImVec4(0.90f, 0.85f, 0.92f, 0.32f);
style.Colors[ImGuiCol_ColumnHovered]         = ImVec4(0.90f, 0.85f, 0.92f, 0.78f);
style.Colors[ImGuiCol_ColumnActive]          = ImVec4(0.90f, 0.85f, 0.92f, 1.00f);
style.Colors[ImGuiCol_ResizeGrip]            = ImVec4(0.48f, 0.19f, 0.63f, 0.20f);
style.Colors[ImGuiCol_ResizeGripHovered]     = ImVec4(0.48f, 0.19f, 0.63f, 0.78f);
style.Colors[ImGuiCol_ResizeGripActive]      = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_CloseButton]           = ImVec4(0.90f, 0.85f, 0.92f, 0.16f);
style.Colors[ImGuiCol_CloseButtonHovered]    = ImVec4(0.90f, 0.85f, 0.92f, 0.39f);
style.Colors[ImGuiCol_CloseButtonActive]     = ImVec4(0.90f, 0.85f, 0.92f, 1.00f);
style.Colors[ImGuiCol_PlotLines]             = ImVec4(0.90f, 0.85f, 0.92f, 0.63f);
style.Colors[ImGuiCol_PlotLinesHovered]      = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_PlotHistogram]         = ImVec4(0.90f, 0.85f, 0.92f, 0.63f);
style.Colors[ImGuiCol_PlotHistogramHovered]  = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_TextSelectedBg]        = ImVec4(0.48f, 0.19f, 0.63f, 0.43f);
style.Colors[ImGuiCol_ModalWindowDarkening]  = ImVec4(0.20f, 0.20f, 0.20f, 0.35f);
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Юзайте, сс забыл сделать
Код:
Expand Collapse Copy
ImGuiStyle& style = ImGui::GetStyle();
style.Colors[ImGuiCol_Text]                  = ImVec4(0.90f, 0.85f, 0.92f, 1.00f);
style.Colors[ImGuiCol_TextDisabled]          = ImVec4(0.90f, 0.85f, 0.92f, 0.58f);
style.Colors[ImGuiCol_WindowBg]              = ImVec4(0.14f, 0.12f, 0.16f, 1.00f);
style.Colors[ImGuiCol_ChildWindowBg]         = ImVec4(0.33f, 0.20f, 0.39f, 0.00f);
style.Colors[ImGuiCol_PopupBg]               = ImVec4(0.05f, 0.05f, 0.10f, 0.90f);
style.Colors[ImGuiCol_Border]                = ImVec4(0.90f, 0.85f, 0.92f, 0.30f);
style.Colors[ImGuiCol_BorderShadow]          = ImVec4(0.00f, 0.00f, 0.00f, 0.00f);
style.Colors[ImGuiCol_FrameBg]               = ImVec4(0.33f, 0.20f, 0.39f, 1.00f);
style.Colors[ImGuiCol_FrameBgHovered]        = ImVec4(0.48f, 0.19f, 0.63f, 0.68f);
style.Colors[ImGuiCol_FrameBgActive]         = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_TitleBg]               = ImVec4(0.48f, 0.19f, 0.63f, 0.45f);
style.Colors[ImGuiCol_TitleBgCollapsed]      = ImVec4(0.48f, 0.19f, 0.63f, 0.35f);
style.Colors[ImGuiCol_TitleBgActive]         = ImVec4(0.48f, 0.19f, 0.63f, 0.78f);
style.Colors[ImGuiCol_MenuBarBg]             = ImVec4(0.33f, 0.20f, 0.39f, 0.57f);
style.Colors[ImGuiCol_ScrollbarBg]           = ImVec4(0.33f, 0.20f, 0.39f, 1.00f);
style.Colors[ImGuiCol_ScrollbarGrab]         = ImVec4(0.48f, 0.19f, 0.63f, 0.31f);
style.Colors[ImGuiCol_ScrollbarGrabHovered]  = ImVec4(0.48f, 0.19f, 0.63f, 0.78f);
style.Colors[ImGuiCol_ScrollbarGrabActive]   = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_ComboBg]               = ImVec4(0.33f, 0.20f, 0.39f, 1.00f);
style.Colors[ImGuiCol_CheckMark]             = ImVec4(0.48f, 0.19f, 0.63f, 0.80f);
style.Colors[ImGuiCol_SliderGrab]            = ImVec4(0.48f, 0.19f, 0.63f, 0.24f);
style.Colors[ImGuiCol_SliderGrabActive]      = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_Button]                = ImVec4(0.48f, 0.19f, 0.63f, 0.44f);
style.Colors[ImGuiCol_ButtonHovered]         = ImVec4(0.48f, 0.19f, 0.63f, 0.86f);
style.Colors[ImGuiCol_ButtonActive]          = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_Header]                = ImVec4(0.48f, 0.19f, 0.63f, 0.76f);
style.Colors[ImGuiCol_HeaderHovered]         = ImVec4(0.48f, 0.19f, 0.63f, 0.86f);
style.Colors[ImGuiCol_HeaderActive]          = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_Column]                = ImVec4(0.90f, 0.85f, 0.92f, 0.32f);
style.Colors[ImGuiCol_ColumnHovered]         = ImVec4(0.90f, 0.85f, 0.92f, 0.78f);
style.Colors[ImGuiCol_ColumnActive]          = ImVec4(0.90f, 0.85f, 0.92f, 1.00f);
style.Colors[ImGuiCol_ResizeGrip]            = ImVec4(0.48f, 0.19f, 0.63f, 0.20f);
style.Colors[ImGuiCol_ResizeGripHovered]     = ImVec4(0.48f, 0.19f, 0.63f, 0.78f);
style.Colors[ImGuiCol_ResizeGripActive]      = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_CloseButton]           = ImVec4(0.90f, 0.85f, 0.92f, 0.16f);
style.Colors[ImGuiCol_CloseButtonHovered]    = ImVec4(0.90f, 0.85f, 0.92f, 0.39f);
style.Colors[ImGuiCol_CloseButtonActive]     = ImVec4(0.90f, 0.85f, 0.92f, 1.00f);
style.Colors[ImGuiCol_PlotLines]             = ImVec4(0.90f, 0.85f, 0.92f, 0.63f);
style.Colors[ImGuiCol_PlotLinesHovered]      = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_PlotHistogram]         = ImVec4(0.90f, 0.85f, 0.92f, 0.63f);
style.Colors[ImGuiCol_PlotHistogramHovered]  = ImVec4(0.48f, 0.19f, 0.63f, 1.00f);
style.Colors[ImGuiCol_TextSelectedBg]        = ImVec4(0.48f, 0.19f, 0.63f, 0.43f);
style.Colors[ImGuiCol_ModalWindowDarkening]  = ImVec4(0.20f, 0.20f, 0.20f, 0.35f);
пока оставлю так: (цвета с сайта вантапа)))
1563969140169.png

кому надо, тот поменяет под себя
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
А и кста меню само по себе не удобное если чел поставит 4:3 2па меню не поместится
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Откуда спастить скинченджер, и нужен ли он вообще?
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
/Upd menu
:removed ServerSide aiming
SS
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
:server crasher
:fix dodge aa
:force ent_fire
:menu fix
:aa Dodge переехал с pingbase на tickbase(только в фиксе)
как би медея с 1 фпс хере нев функция подьехала так скозатб дада я. больше медей делать чи не?
Пожалуйста, авторизуйтесь для просмотра ссылки.

кто пойдет 1 на 1, хочу затестить будет ли работать резольвер на этот аим
 
Назад
Сверху Снизу