HOW TO AUTOMATICALLY JITTER AIM, CIRCLE AIM IN APEX LEGENDS | APEX NO RECOIL TUTORIAL!

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025

Комментарии •

  • @dypss
    @dypss 8 дней назад

    bro how are we meant to find the file 😭

  • @claudioramos5423
    @claudioramos5423 5 дней назад

    Not for free

  • @aimanuddinuddin6390
    @aimanuddinuddin6390 15 дней назад

    Is it useful using in tournament

  • @HusseinKamal-t1h
    @HusseinKamal-t1h 15 дней назад

    Link please?

    • @rey2668
      @rey2668 6 дней назад

      local Macro_Activation_Key = 3
      local function OutputLogs(s)
      OutputLogMessage(s.."
      ")
      OutputDebugMessage(s.."
      ")
      end
      local Recoil_Activator
      function OnEvent(event, arg)
      if (event == "PROFILE_ACTIVATED") then
      EnablePrimaryMouseButtonEvents(true)
      elseif event == "MOUSE_BUTTON_PRESSED" and arg == Macro_Activation_Key then
      Recoil_Activator = not Recoil_Activator
      OutputLogs(Recoil_Activator and "ON_Macro" or "OFF_Macro")
      elseif event == "MOUSE_BUTTON_PRESSED" and arg == 1 and Recoil_Activator then
      MoveMouseRelative(2, -2)
      repeat
      MoveMouseRelative(-4, 4)
      Sleep(3)
      MoveMouseRelative(4, -4)
      Sleep(3)
      until not IsMouseButtonPressed(1)
      end
      end

  • @ThatsTwiix
    @ThatsTwiix 4 дня назад

    dont buy it. it dont work

    • @rey2668
      @rey2668 День назад

      local Macro_Activation_Key = 3
      local function OutputLogs(s)
      OutputLogMessage(s.."
      ")
      OutputDebugMessage(s.."
      ")
      end
      local Recoil_Activator
      function OnEvent(event, arg)
      if (event == "PROFILE_ACTIVATED") then
      EnablePrimaryMouseButtonEvents(true)
      elseif event == "MOUSE_BUTTON_PRESSED" and arg == Macro_Activation_Key then
      Recoil_Activator = not Recoil_Activator
      OutputLogs(Recoil_Activator and "ON_Macro" or "OFF_Macro")
      elseif event == "MOUSE_BUTTON_PRESSED" and arg == 1 and Recoil_Activator then
      MoveMouseRelative(2, -2)
      repeat
      MoveMouseRelative(-4, 4)
      Sleep(3)
      MoveMouseRelative(4, -4)
      Sleep(3)
      until not IsMouseButtonPressed(1)
      end
      end