HEY GUYS!
what should I add here for anti spin 180°?
please help, im would make this with antispin 180°
^^^^^^
what should I add here for anti spin 180°?
Code:
if((fxpos1 < fxpos2)&&(fypos1 > fypos2))
{
beta = (alpha + (3.14/2));
}
if((fxpos1 < fxpos2)&&(fypos1 < fypos2))
{
beta = (-alpha - (3.14/2));
}
camxpos = beta+0.0389;
ReadProcessMemory(GetCurrentProcess(),(LPCVOID)0xB7347A, &keyt, 4, 0);
if(keyt > 0)
{
WriteProcessMemory(GetCurrentProcess(), (LPVOID)0xB6F258, (LPVOID)&camxpos, 4, NULL);
}
}
}
}
}
please help, im would make this with antispin 180°