Please Update thisi need update it *(float*)(awZPlayerClient11 + 0x5F0) = 0.0f; *(float*)(awZPlayerClient11 + 0x500) = 0.0f; *(float*)(awZPlayerClient11 + 0x5D0) = 0.0f; *(float*)(awZPlayerClient11 + 0x5D8) = 0.0f;
Originally Posted by alitarek206 i need update it *(float*)(awZPlayerClient11 + 0x5F0) = 0.0f; *(float*)(awZPlayerClient11 + 0x500) = 0.0f; *(float*)(awZPlayerClient11 + 0x5D0) = 0.0f; *(float*)(awZPlayerClient11 + 0x5D8) = 0.0f; Try to do it yourself. Do it like I made mine the first time, test each offset until you find the one that is correct.
Just add 0x14 to all of those Code: *(float*)(awZPlayerClient11 + 0x5F0 + 0x14) = 0.0f; *(float*)(awZPlayerClient11 + 0x500 + 0x14) = 0.0f; *(float*)(awZPlayerClient11 + 0x5D0 + 0x14) = 0.0f; *(float*)(awZPlayerClient11 + 0x5D8 + 0x14) = 0.0f;