*(float*)(Player+OFS_NR1) = 0;Quote:
is someone good with coding ?
im new and use elektro :O i love this ded
but people crash with my hax is thi s the base problem ? i only put nospread nosrecoi in it :
if(NoRecoil)
{
FailUpdate<double>((void*)OFS_NORECOIL1,0);
FailUpdate<double>((void*)OFS_NORECOIL2,0);
FailUpdate<double>((void*)OFS_NORECOIL3,0);
}
Obviously you have to write the code like this:Quote:
64 bit crash with this
Can't just write "" lol ;)Quote:
Code:if (XR_NoRecoil) {*(float*)(dwPP+OFS_NORECOIL_1) = 0; *(float*)(dwPP+OFS_NORECOIL_2) = 0; *(float*)(dwPP+OFS_NORECOIL_3) = 0;}
if(X3_AFrameLagg)
{
*(DWORD*)ADR_FRAMELAGGS = 18.5F;
}
Hm.. I tried this but it gives me even more lag and then crashes out :(Quote:
Anti Framelagg
Addy: #define ADR_FRAMELAGGS 0x8505D4Code:if(X3_AFrameLagg) { *(DWORD*)ADR_FRAMELAGGS = 18.5F; }
Credits: xCrazia
Info: Diese Funktion sollte ein paar kleine Frame Laggs bei euch beheben.