Вопрос Нужна помощь с лоадером.

Начинающий
Статус
Оффлайн
Регистрация
17 Янв 2021
Сообщения
3
Реакции[?]
0
Поинты[?]
0
Нужен лоадер который чисто чит инжектит в кс, без привязки к сайту.
(Мне просто нужно придать эстетики своей пасте?).
 
Участник
Статус
Оффлайн
Регистрация
30 Авг 2020
Сообщения
660
Реакции[?]
396
Поинты[?]
16K
Нужен лоадер который чисто чит инжектит в кс, без привязки к сайту.
(Мне просто нужно придать эстетики своей пасте?).
Бери любой лоадер с форума :coldsideRage:
В чём проблема?
 
Участник
Статус
Оффлайн
Регистрация
30 Авг 2020
Сообщения
660
Реакции[?]
396
Поинты[?]
16K
Код:
        else if (tab == 4)
        {
            ImGui::SetCursorPos({ 132, 5 });
            ImGui::BeginChild("##1", { 166,276 });
                {

                    float group_w = ImGui::GetCurrentWindow()->Size.x - ImGui::GetStyle().FramePadding.x * 2;
                    static int selected = 0;
                    static char cfgName[32];

                    std::vector<std::string> cfgList;
                    ReadDirectory(g_Options.folder, cfgList);
                    ImGui::PushItemWidth(150.f);
                    if (!cfgList.empty())
                    {
                        ImGui::Spacing();
                        ImGui::SameLine();
                        ImGui::InputText("##configname", cfgName, 24);
                        //ImGui::SameLine();
                        if (ImGui::Button("Create Config", ImVec2(160, 20)))
                        {
                            if (strlen(cfgName))
                                g_Options.SaveSettings(cfgName + std::string(".ini"));
                        }
                        if (ImGui::Button("Save", ImVec2(160, 20)))
                        {
                            g_Options.SaveSettings(cfgList[selected]);
                        }
                        //ImGui::SameLine();
                        if (ImGui::Button("Load", ImVec2(160, 20))) {
                            g_Options.LoadSettings(cfgList[selected]);
                        }
                        if (ImGui::Button("Unload", ImVec2(160, 20))) {
                            g_Unload = true;
                        }
                        if (ImGui::Button("Delete Config", ImVec2(160, 20))) {
                            g_Options.DeleteSettings(cfgList[selected]);
                            selected = 0;
                        }
                        ImGui::Separator();
                    }
                    ImGui::PopItemWidth();
                }

                ImGui::EndChild();
               
                ImGui::SetCursorPos({ 302, 5 });
                ImGui::BeginChild("##2", { 166,276 });
                {
                    static int selected = 0;
                    static char cfgName[64];

                    std::vector<std::string> cfgList;
                    ReadDirectory(g_Options.folder, cfgList);
                    ImGui::PushItemWidth(150.f);
                    if (!cfgList.empty())
                    {
                        ImGui::ListBoxHeader("##SelectConfig", ImVec2(-1, 505)); cfgList[selected].c_str();
                        {
                            for (size_t i = 0; i < cfgList.size(); i++)
                            {
                                if (ImGui::Selectable(cfgList[i].c_str(), i == selected)) {
                                    selected = i;
                                }
                            }
                            ImGui::ListBoxFooter();
                            ImGui::Spacing();
                        }
                    }
                    ImGui::EndChild();
                }
        }
м0жешь помочь кфг уехали куда-тоПосмотреть вложение 125887
Бог поможет
 
Забаненный
Статус
Оффлайн
Регистрация
7 Сен 2020
Сообщения
78
Реакции[?]
6
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
На изичитс норм лодер есть
 
♥♥♥
Начинающий
Статус
Оффлайн
Регистрация
12 Окт 2020
Сообщения
117
Реакции[?]
10
Поинты[?]
0
Качаешь лоадер любой, вырезаешь привязку по хвиду и всё.
 
Сверху Снизу