Advertisement
Cesarismynamexd

Untitled

Jan 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. void norecoil() // no recoil
  2. {
  3. {
  4. if (PlayerClient != NULL)
  5. {
  6. *(float*)(PlayerClient + LessRecoil) = 0.0f; //D9 86 ?? ?? ?? ?? D9 5C 24 18 D9 EE
  7. *(float*)(PlayerClient + LessRecoilZM) = 0.0f; //D9 86 ?? ?? ?? ?? D9 5C 24 1C D9 EE D8 54 24 1C
  8. *(float*)(PlayerClient + No spread) = 0.0f; //8B 86 ?? ?? ?? ?? 85 C0 7C 07 0F B7 C9
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement