int NoReloadHack; #define OffsetRL 0x00269C #define PlayerHits 0xA974A0
DWORD HookShell = (DWORD)GetModuleHandleA( "CShell.dll" ); DWORD HackShell = *(DWORD*)( HookShell + PlayerHits );
if(InstantReload){if (HackShell){for(int i=0; i<445; i++)
{
if((*(DWORD*)((*(DWORD*)(HookShell+PlayerHits))+(4*i)) ) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(HookShell+PlayerHits)) +(4*i))) + OffsetRL) = 100.0f;
}
}
}
