no weapon weight hack client error help
ok whenever i use my sniper on my hack (TESTING) i keep on getting client error "1_2"
with the no weaponweigh hack should i change the value UP or make it a negative like "-10;" or wat because i keep on getting client error when i use my sniper PLEASE HELP!!
Code:
#include <Windows.h>
#define WeaponMgr 0xcensored//
#define noweaponweight 0xcensored//
if(CShell + WeaponMgr)
{
for(int i=0; i<700; i++)
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + noweaponweight) = 0;
}
No weight is patched , it gives client error.