Hello, I got my no recoil hack not working. I think the addy's are wrong because they worked before the update
Addy:
Code:Code:#define OFS_NORECOIL1 0x0000001C #define OFS_NORECOIL2 0x00000020 #define OFS_NORECOIL3 0x00000024
Thanks for your time!Code:*(float*)(dwPlayerPtr + OFS_NORECOIL1) = 0; *(float*)(dwPlayerPtr + OFS_NORECOIL2) = 0; *(float*)(dwPlayerPtr + OFS_NORECOIL3) = 0;