Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (!bSpeed) {
- if (!pWeapon->IsEmpty() && !pWeapon->IsMelee()) {
- Vector3 vReal = pCmd->viewangles;
- if (pWeapon->CanFire()) {
- gAimbot.OnCreateMove(pCmd);
- if (pCmd->buttons & IN_ATTACK) {
- pCmd->random_seed = 141;
- pCmd->command_number = CalculateCmd(pCmd);
- gAccuracy.ApplySpreadFix(pCmd);
- gAccuracy.ApplyRecoilFix(pCmd);
- }
- } else {
- EdgeAntAim(pLocal, pCmd, 0.0f, true, true, true, bSendPacket);
- }
- MovementFix(pCmd, vReal);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement