Вот сам макрос:[POSTS=1] function OnEvent(event, arg)[/B][/LEFT][/B][/LEFT][/B][/LEFT] [B] [LEFT][B][LEFT][B] [LEFT] OutputLogMessage("event = %s, arg = %d\n", event, arg) if (event == "PROFILE_ACTIVATED") then EnablePrimaryMouseButtonEvents(true) elseif event == "PROFILE_DEACTIVATED" then ReleaseMouseButton(2) -- to prevent it from being stuck on end if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) then recoil = not recoil spot = not spot end if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoil) then if recoil then repeat --Sleep(35) Sleep(8) MoveMouseRelative(0, 2) until not IsMouseButtonPressed(1) end end end Код function OnEvent(event, arg)[/B][/LEFT][/B][/LEFT][/B][/LEFT] [B] [LEFT][B][LEFT][B] [LEFT] OutputLogMessage("event = %s, arg = %d\n", event, arg) if (event == "PROFILE_ACTIVATED") then EnablePrimaryMouseButtonEvents(true) elseif event == "PROFILE_DEACTIVATED" then ReleaseMouseButton(2) -- to prevent it from being stuck on end if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) then recoil = not recoil spot = not spot end if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoil) then if recoil then repeat --Sleep(35) Sleep(8) MoveMouseRelative(0, 2) until not IsMouseButtonPressed(1) end end end [/POSTS] Как установить макрос: ASD 1. Качаем и устанавливаем ОФФ софт(качаем с офф сайта) 2. Тыкаем правой кнопкой мыши на профиле и нажимаем "СЦЕНАРИИ" 3. Вставляем код и сохраняем... P.S. Макрос не особо хорошо настроен на прицелах x4 и более,но на колиматоре, голографе и стандартном прицеле работает нормально.