PostNo Reload Code

Posts 15 of 5 · Page 1 of 1
No Reload Code
Hello coders wanted to ask for help with No Reload Code
good when I use it

Code:
for(int i=0; i<600; i++){
				if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL){
					*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0xDC4) = 75.0f;
}
}
the x-trap detected
and if I use this way

Code:
for(int i=0; i<600; i++){
DWORD NoReload = *(DWORD*)(pWeaponMgr + (4*i));
						if(NoReload){
							*(float*)(NoReload + (0xDC4 + (4*i))) = 75.0f;
}
}
has no effect on the game which the correct way to do?
Because now No-Reload had Client error , you need client error killer to use it
man is errrrorr
you need to make a Client error bypass. > 28_3
instead of no reload try the fast reload!

Code:
for(int i=0; i<600; i++){
DWORD NoReload = *(DWORD*)(pWeaponMgr + (4*i));
						if(NoReload){
							*(float*)(NoReload + (0xDC4 + (4*i))) = 5.0f;
}
}
Posts 15 of 5 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?