Jump to content

EPIC Badge Kill 3-22-21


XorEax

Recommended Posts

  • Administrator
DWORD _EBX;
DWORD _ORIG;

 

void PatchClientFire(DWORD _ebx)
{
    *(PBYTE)(_ebx + 0x5B6) = 1;
    *(PBYTE)(_ebx + 0x5B7) = 1;
}
__declspec(naked) void DetClientFire()
{
    __asm
    {
        PUSHAD
        PUSHFD
        MOV _EBX, EBX
    }

    PatchClientFire(_EBX);

    __asm
    {
        POPFD
        POPAD
        MOV AL,[EBX+0x8]
        MOV DL,AL
        jmp _ORIG
    }
}

 

_ORIG = DetourCreate( ( PBYTE )(CSHELL + 0x3AE5D0), ( PBYTE )DetClientFire, 5 );

 

Link to comment
Share on other sites

  • Kaiii locked this topic

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.

 

AdBlock Extension Detected!

depositphotos_220325684-stock-illustration-hand-holding-mobile-with-ad.jpg

 

Our website is made possible by displaying online Advertisements to our members.

Please disable AdBlock browser Extension first, to be able to use our Community.

You won't be able to access this page.

I've Disabled AdBlock