
#define WeaponMgr 0xA65EE8
#define NoReload 0x2698
DWORD WINAPI Hacks(LPVOID)
{
bool reload = true;
bool recoil = true; <-- you dont need it in this case you are making a no reload
while(1)
{
DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
DWORD pWeaponMgr = *(DWORD*)(CShell+WeaponMgr);
if(reload)
{
if (pWeaponMgr)
{
for(int i=0; i<560; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i))) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i))) + NoReload ) = 50;
}
