Skip to content

Instantly share code, notes, and snippets.

@Getsumi3
Created May 30, 2021 15:56
Show Gist options
  • Save Getsumi3/d306e472c04edc212f8c136e5617cf04 to your computer and use it in GitHub Desktop.
Save Getsumi3/d306e472c04edc212f8c136e5617cf04 to your computer and use it in GitHub Desktop.
Halo 2 Anniversary (HaloMCC) sword lunge macro
; Halo 2 Anniversary (HaloMCC) sword lunge macro by Getsumi3 (and some help from reddit, youtube, google, discord etc. Thx everyone!)
; General tips:
; - Lock your FPS to 60. It wasn`t tested with FPS higher that 60. If you want it to works with, for example, 120FPS try to decrease sleep values (guess 25/2 should do it)
; - Switch to classic graphic. I don`t know why but it`s harder to hit this trick in.
; --- Success rate testby graphic
; ------ Classic: 7/10
; ------ Anniversary: 2/10
; Keybinds that I use (feel free to change to whatever you feel confortable with.
; T - trigger key that executes this macro
; Q - change weapon
; R - reload
; LButton - (left mouse button) fire
; 25 - default delay between inputs
#NoEnv
#Warn
; Making sure that we`re in game so the macro won`t trigger outside Halo.
#IfWinActive, Halo: The Master Chief Collection
SendMode Input
SetWorkingDir %A_ScriptDir%
t::
Send, {q down}
Sleep, 25
Send, {q up}
Send, {r down}
Sleep, 25
Send {LButton down}
Sleep, 25
Send {LButton up}
Send, {r up}
return
@Luke343117
Copy link

what macro app do i need to use

@Luke343117
Copy link

is it auto hot key

@ASlayerrr
Copy link

is it auto hot key

yes, hence “.ahk”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment