Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
1,308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #SingleInstance force
  2. #NoEnv
  3. SetBatchLines, -1
  4. sendMode, Input
  5. return
  6.  
  7. #IfWinActive, SyrianWarfare
  8.  
  9. w::Up
  10. Up::w
  11. a::Left
  12. Left::a
  13. s::Down
  14. Down::s
  15. d::Right
  16. Right::d
  17.  
  18. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement