0x13f

DOOM Eternal instant grenade autohotkey script

Mar 2nd, 2022 (edited)
718
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 DOOMEternalx64vk.exe
  5.  
  6. #IfWinActive ahk_group GroupName
  7. ; Bind G as switch grenade, fire grenade, switch grenade
  8. ; G now functions as a 'fire other grenade' key
  9. ; This assumes switch grenade is bound to H
  10. *g::Send,h,{Ctrl},h
Add Comment
Please, Sign In to add comment