0x13f

Halo Infinite instant equipment autohotkey script

Mar 2nd, 2022 (edited)
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #SingleInstance, Force
  2.  
  3. ; Executable name
  4. GroupAdd, GroupName, ahk_exe HaloInfinite.exe
  5.  
  6. #IfWinActive ahk_group GroupName
  7. ; Switch to equipment, fire equipment, switch back to grapplehook
  8. ; Bind 8,9,0 to other equipments
  9. *2::Send,8,q,1
  10. *3::Send,9,q,1
  11. *4::Send,0,q,1
Add Comment
Please, Sign In to add comment