Because now No-Reload had Client error , you need client error killer to use it
Hello coders wanted to ask for help with No Reload Code
good when I use it
the x-trap detectedCode: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; } }
and if I use this way
has no effect on the game which the correct way to do?Code:for(int i=0; i<600; i++){ DWORD NoReload = *(DWORD*)(pWeaponMgr + (4*i)); if(NoReload){ *(float*)(NoReload + (0xDC4 + (4*i))) = 75.0f; } }
Last edited by gudi; 08-07-2012 at 05:08 PM.
Because now No-Reload had Client error , you need client error killer to use it

233
you need to make a Client error bypass. > 28_3
To Be Continued...
نبينا كالسحاب .. ولا يضر السحاب نبح الكلاب
██████████████████████████
██████████████████████████
██████████████████████████
لا إله إلا الله محمد رسول الله
There is no god but Allah, Mohamed is the messenger of AllaH
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; } }
Coming Soon,
gudi (08-09-2012)