Advertisement
Guest User

Untitled

a guest
Aug 17th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #SingleInstance,Force
  2. #persistent
  3. SetWorkingDir %A_ScriptDir%
  4.  
  5. +y::
  6.     SendInput {Ctrl Down}+{g Down}
  7.     SoundPlay, hammerstun.wav
  8.     sleep 1000
  9.     SendInput {Ctrl Up}+{g Up}
  10.     Return
  11. +x::
  12.     SendInput {Ctrl Down}+{g Down}
  13.     SoundPlay, dunkelfeld.wav
  14.     sleep 1000
  15.     SendInput {Ctrl Up}+{g Up}
  16.     Return
  17. +c::
  18.     SendInput {Ctrl Down}+{g Down}
  19.     SoundPlay, aetherfeld.wav
  20.     sleep 1000
  21.     SendInput {Ctrl Up}+{g Up}
  22.     Return
  23. +s::
  24.     SendInput {Ctrl Down}+{g Down}
  25.     SoundPlay, wasserfeldklein.wav
  26.     sleep 1000
  27.     SendInput {Ctrl Up}+{g Up}
  28.     Return
  29. +d::
  30.     SendInput {Ctrl Down}+{g Down}
  31.     SoundPlay, wasserfeldgross.wav
  32.     sleep 1000
  33.     SendInput {Ctrl Up}+{g Up}
  34.     Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement