CoolPrevent Abnormal Gameplay with Offsets [ Release ]

Posts 15 of 5 · Page 1 of 1
Prevent Abnormal Gameplay with Offsets [ Release ]
Code:
DWORD ServerPointer= 0x9E3790;
DWORD AbnormalGameplay1 = 0x124;
DWORD AbnormalGameplay2 = 0x125;
DWORD AbnormalGameplay3 = 0x360;
DWORD AbnormalGameplay4 = 0x361;
Code:
VOID AntiAbnormalGameplay()
{
    DWORD dwServerPtr = *(DWORD*)ServerPointer;
    if ( dwServerPtr != 0 )
    {
       *(BYTE*)(dwServerPtr+AbnormalGameplay1) = 0;
       *(BYTE*)(dwServerPtr+AbnormalGameplay2) = 0;
       *(BYTE*)(dwServerPtr+AbnormalGameplay3) = 0;
       *(BYTE*)(dwServerPtr+AbnormalGameplay4) = 0;
    }
}
This Code change the Abnormal Gameplay to Server Kick.
Made by CyberRazzer
Greet
so its something like Antikik ?

And its for No Menu Hacks the Source u posted?
This source code is prevent abnormal gameplay message box, and not anti kick.
You can use the source on no menu and on menu hacks.
Yo have the Abnormal addie's changed? if so can you update them and PM me ?. ^^ I Started coding.
These are offsets and the offsets didnt update so, these should work.
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?