

DWORD cshell = (DWORD)GetModuleHandleA("CShell.dll");
DWORD hack = *(DWORD*)(cshell + WeaponPointer);
if(hack)
{
for(int i=0;i<560;i++) // The 560 = the last weapon ID
{
DWORD Weapon = *(DWORD*)(hack + (4*i));
if(Weapon)
{
*(float*)(Weapon + 0xOffset) = 99999.0f(is for Onehit, the offset is 0x7F8 for OHK, For noreload I cant renember but the value is 100.
}
} }