addies Less recoil, spread

Posts 1–15 of 18 · Page 1 of 2
addies Less recoil, spread
i share my some addies
thank me if it usefull
Code:
#define Log1 ((i==x))
#define Log2 ((i==x))
#define Log3 ((i==x))

#define WeaponPtr  0x0000000
#define SpreadOFFSET      0x0000      //Less Spread String "CrossHairRatioPerRealSize"
#define RecoilOFFSET      0x0000        //Less Recoil String "LowAimRate"

float SpreadValue = 0.0f;
float RecoilValue = 0.0f;

DWORD WINAPI main()
{
while(1)
{
DWORD CShell     = (DWORD)GetModuleHandleA("CShell.dll");
DWORD pWeapon = *(DWORD*)(CShell + WeaponPtr);

//Less Spread
if(GetAsyncKeyState(VK_F10)&1)
{
if (pWeapon)
{
for(int i=0; i<445; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponPtr))+(4*i))) != NULL && (Log1||Log2||Log3))
{
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponPtr))+(4*i))) + OFFSET) = SpreadValue;
}
}
}
}

//Less Recoil
if(GetAsyncKeyState(VK_F19)&1)
{
if (pWeaponPtr)
{
for(int i=0; i<445; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponPtr))+(4*i))) != NULL && (Log1||Log2||Log3))
{
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponPtr))+(4*i))) + OFFSET) = RecoilValue;
}
}
}
}
Thanks for share

Did you take out addies ?
Quote Originally Posted by GForce-Cody View Post
Thanks for share

Did you take out addies ?
Isn't it obvious?
String name is wrong. Update :
_ No Spread : "CrossHairRatioPerRealSize".
_ No Recoil : "LowerAnimRate".
Quote Originally Posted by Nemo[4ever] View Post
String name is wrong. Update :
_ No Spread : "CrossHairRatioPerRealSize".
_ No Recoil : "LowerAnimRate".
you're right
Thx, help much, only the norecoil helps
this no recoil Rulessss!!!
((i==x)) error "x" undeclared identifier!!!
Jear nice thx good job
No Spread is 0x2428???

And on LowerAnimRate there is no FSTP Word
yes!!!thats correct addies
someone help me, i don't know no recoil and no spread help for what ? Can you tell me what is it ? I have full addy and address but my english so bad so i can't not understand what it is.
Quote Originally Posted by Nemo[4ever] View Post
someone help me, i don't know no recoil and no spread help for what ? Can you tell me what is it ? I have full addy and address but my english so bad so i can't not understand what it is.
No Recoil and No spread is that:


All shots in 1 place
im done to make now without no error...thanks doop
Posts 1–15 of 18 · Page 1 of 2

Post a Reply

Tags for this Thread

None

Need help?