Подпишитесь на наш Telegram-канал, чтобы всегда быть в курсе важных обновлений! Перейти

Исходник ZamanWare [Full fix & No Hide]

Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
у меня ошибка при компиляции
c:\users\root\documents\visual studio 2017\test\pornhubsys_a9\Common.h(22): fatal error C1083: Не удается открыть файл включение: d3dx9.h: No such file or directory
1>DLLMain.cpp
 
у меня ошибка при компиляции
c:\users\root\documents\visual studio 2017\test\pornhubsys_a9\Common.h(22): fatal error C1083: Не удается открыть файл включение: d3dx9.h: No such file or directory
1>DLLMain.cpp
2017 год -> люди не могут скачать и подключить dx библиотеки...
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
1>c:\users\root\documents\pornhubsys_a9\pornhubsys_a9\Common.h(22): fatal error C1083: Не удается открыть файл включение: d3dx9.h: No such file or directory
hellp
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Вот как фиксонуть зум авп ?
Bezimyanni_3877143_27567252.png
 
Код:
Expand Collapse Copy
#include "../Cheat.h"

PaintTraverseFn oPaintTraverse;

void __fastcall Hks::PaintTraverse(void* pPanels, int edx, unsigned int panel, bool forceRepaint, bool allowForce)
{
    if (!strcmp("HudZoom", I::VPanel->GetName(panel)))
        return;
    oPaintTraverse(pPanels, panel, forceRepaint, allowForce);

    static unsigned int FocusOverlayPanel = 0;
    static bool FoundPanel = false;

    if (!FoundPanel)
    {
        PCHAR szPanelName = (PCHAR)I::VPanel->GetName(panel);
        if (strstr(szPanelName, "MatSystemTopPanel"))
        {
            FocusOverlayPanel = panel;
            FoundPanel = true;
        }
    }

    else if (FocusOverlayPanel == panel)
    {
        //if (G::LocalPlayer->IsScoped())
        //{
        //    int _x, _y;
        //    I::Engine->GetScreenSize(_x, _y);
        //    D::DrawLine(0, _y / 2, _x, _y / 2, Color::Black());
        //    D::DrawLine(_x / 2, 0, _x / 2, _y, Color::Black());
        //}

        Func::Visuals->Run();

        Func::ClantagChanger->BeginFrame();
        Func::NameChanger->BeginFrame();
    }
}

Думаю здесь надо что-то химичить что бы фиксонуть?
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Код:
Expand Collapse Copy
#include "../Cheat.h"

PaintTraverseFn oPaintTraverse;

void __fastcall Hks::PaintTraverse(void* pPanels, int edx, unsigned int panel, bool forceRepaint, bool allowForce)
{
    if (!strcmp("HudZoom", I::VPanel->GetName(panel)))
        return;
    oPaintTraverse(pPanels, panel, forceRepaint, allowForce);

    static unsigned int FocusOverlayPanel = 0;
    static bool FoundPanel = false;

    if (!FoundPanel)
    {
        PCHAR szPanelName = (PCHAR)I::VPanel->GetName(panel);
        if (strstr(szPanelName, "MatSystemTopPanel"))
        {
            FocusOverlayPanel = panel;
            FoundPanel = true;
        }
    }

    else if (FocusOverlayPanel == panel)
    {
        //if (G::LocalPlayer->IsScoped())
        //{
        //    int _x, _y;
        //    I::Engine->GetScreenSize(_x, _y);
        //    D::DrawLine(0, _y / 2, _x, _y / 2, Color::Black());
        //    D::DrawLine(_x / 2, 0, _x / 2, _y, Color::Black());
        //}

        Func::Visuals->Run();

        Func::ClantagChanger->BeginFrame();
        Func::NameChanger->BeginFrame();
    }
}

Думаю здесь надо что-то химичить что бы фиксонуть?
просто выключить многоядерную обработку
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Назад
Сверху Снизу