Quote Originally Posted by whit View Post
bool norecoil = false;



if(GetAsyncKeyState(VK_NUMPAD8)<0){
if(norecoil)
{
Memoria((LPVOID) (Addies), "\bytes\bytes\bytes", 3);
Memoria((LPVOID) (Addies), "\bytes\bytes\bytes", 3);
Memoria((LPVOID) (Addies), "\bytes\bytes\bytes\bytes\bytes\bytes", 6);
Memoria((LPVOID) (Addies), "\bytes\bytes\bytes", 3);
norecoil = false;
}else{
Memoria((LPVOID) (Addies), "\bytes\bytes\bytes", 3);
Memoria((LPVOID) (Addies), "\bytes\bytes\bytes", 3);
Memoria((LPVOID) (Addies), "\bytes\bytes\bytes\bytes\bytes\bytes", 6);
Memoria((LPVOID) (Addies), "\bytes\bytes\bytes", 3);
norecoil = true;
}
}


you might want to do the hotkey hack like this or else when you take your finger off 8 norecoil will stop
lol wouldn't that be a bitch... except most people who can't find the no recoil addies themselves (like me) don't know the original bytes so they would have to make it always on which is easier to do anyway especially for a hotkey hack