kwilcz / Antario

Clean base/cheat made for CS:GO.
MIT License
134 stars 34 forks source link

Antario Crash After Died. #81

Closed vilesis closed 5 years ago

vilesis commented 5 years ago
Exception thrown: read access violation.
**this** was 0x11130BC. occurred
    T GetValue(const int offset)
    {
        **return *reinterpret_cast<T*>(reinterpret_cast<std::uintptr_t>(this) + offset);**
    }
vilesis commented 5 years ago

This is In CEntity.h

vilesis commented 5 years ago

image

vilesis commented 5 years ago

Another Crash: Exception thrown at 0x248ECD50 (client_panorama.dll) in csgo.exe: 0xC0000005: Access violation reading location 0x0000002A. occurred

image image

vilesis commented 5 years ago
void __stdcall Hooks::FrameStageNotify(ClientFrameStage_t curStage)
{
    //static auto oFrameStage = g_Hooks.pClientHook->GetOriginal<FrameStageNotify_t>(vtable_indexes::frameStage);

    //if (!Shonax.Visuals.drawteaserrange)
    {
        g_Misc.sv_cheats_spoof(curStage);
        g_Misc.ThirdPerson(curStage);
        g_Misc.KnifeCustom(curStage);
        if (curStage == FRAME_NET_UPDATE_POSTDATAUPDATE_START)
            skinchanger();//ez

        g_Misc.SoundEsp(curStage);

        if (curStage == FRAME_RENDER_START)
        {
            g_Misc.remose_flash();
            g_Misc.remove_smoke();
            g_Misc.ragdol_start();
        }

        g_Resolver.FrameStage(curStage);
    }

    oFrameStageNotify_t->GetTrampoline()(curStage);
}
vilesis commented 5 years ago

in final }

kwilcz commented 5 years ago

Doesnt look like antarios hooking system at all, so thats probably a reason why it crashes...