Source code not working.My no water, hide weapon and no recoil hacks are not working. When I debug there is no problem but once I use them ingame warrock closes. no water if(GetAsyncKeyState(VK_NUMPAD5)&1){ *(int*)ADR_NOWATER = 357;} hide weapon if(GetAsyncKeyState(VK_NUMPAD4)&1){ *(float*)(dwPlayerPtr + ADR_HIDEWEAP) =0;} no recoil if(GetAsyncKeyState(VK_NUMPAD8)&1){ *(float*)(dwPlayerPtr +OFS_NORECOIL1) = 0; *(float*)(dwPlayerPtr +OFS_NORECOIL2) = 0; *(float*)(dwPlayerPtr +OFS_NORECOIL3) = 0;} Please help me.
Well for the hide weapon it is Only adr without dwPlayerPtr + adr etc.. but for no water i guess it's the value(not sure)
Ok. I''ll try it right away! But how do I know when I have to put dwPlayerptr + adr... or only adr? And how do I know what source is OFS,int,ADR?? Hide weapon works now! Thanks!