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
Made by CyberRazzer
Greet