Advertisement
LeonhardEuler64

AutoHotKey soundboard

Jun 20th, 2015
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. /*
  2. Save this file under My Documents as "AutoHotkey.ahk"
  3. Running AutoHotKey will activate this script by default.
  4.  
  5. Change file paths as desired.
  6. A nonexistent file can be used to halt playback of a sound.
  7. Right-click autohotkey tray icon and click "Reload this script" to reload this script.
  8. */
  9.  
  10. Numpad1::SoundPlay,c:\temp\meme1.wav
  11. Numpad2::SoundPlay,c:\Users\mememaster\asdf.wav
  12. Numpad3::SoundPlay,c:\Users\mememaster\teed.wav
  13. Numpad4::SoundPlay,c:\Users\mememaster\copythat.wav
  14. Numpad5::SoundPlay,c:\Users\mememaster\clapclap.wav
  15. Numpad6::SoundPlay,c:\Users\mememaster\fapfap.wav
  16. Numpad7::SoundPlay,c:\Users\mememaster\ohonichan.wav
  17. Numpad8::SoundPlay,c:\Users\mememaster\mykittycathusband.wav
  18. Numpad9::SoundPlay,c:\Users\mememaster\smokeweed.wav
  19. Numpad0::SoundPlay,c:\NonexistentFile_usedToStopPlayback.wav
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement