Advertisement
Guest User

Fallout 4 Differen Bash and Grenade AutoHotKey Script

a guest
Nov 25th, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #IfWinActive Fallout4 ahk_class Fallout4
  2. {
  3.     ~lalt::
  4.     {
  5.         sendinput {\ down}
  6.         sleep 50
  7.         sendinput {\ up}
  8.         return
  9.     }
  10.     ~f::
  11.     {
  12.         sendinput {\ down}
  13.         sleep 400
  14.         keywait f
  15.         sendinput {\ up}
  16.         return
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement