So im pasting in weave.su right now cuz i think its decent and i wanna make it my main cheat. So i tried to make some good desync. Firstly i tested the desync thats already in the cheat what didnt work i had desync chams on the chams where in my real. So i tried do some shit for my self (uff im a paster i dont know anything xD) which also didnt worked maybe im just stupid or something but ye this is what i tried for my self
hope you can help me //Note ima go sleep now so i dont answer directly
Code:
if (vars.antiaim.enable) {
if (vars.antiaim.desync)
{
if (send_packet)
csgo->viewangles.y -= 180.f + 60;
else
csgo->viewangles.y += 180.f + 60 * -50 ;
}
csgo->cmd->viewangles.y += 180.f;
}
csgo->cmd->viewangles.y += 180.f;