Created
May 30, 2021 15:56
-
-
Save Getsumi3/d306e472c04edc212f8c136e5617cf04 to your computer and use it in GitHub Desktop.
Halo 2 Anniversary (HaloMCC) sword lunge macro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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 |
is it auto hot key
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
what macro app do i need to use