Is Defense - with extra autohotkey sound
Channel:
Subscribers:
639
Published on ● Video Link: https://www.youtube.com/watch?v=WEPiv2dJ6bE
I knew Blacklight: Retribution footage would come handy.
• Light Machine Gun - Blacklight: Retributio...
Autohotkey script example:
;to play sound of fading machine gun sound
~LButton up::SoundPlay, D:\Sounds\BLR_LMG\lmg-fade.wav
return
;to play main machinegun sound
~LButton::
sleep 0
if while GetKeyState("LButton")
SoundPlay, D:\Sounds\BLR_LMG\lmg.wav
return
;to close down the autohotkey script by specific key press, that is "escape" in ;this case.
Esc::ExitApp
return
Other Videos By Shoter Aredein
Other Statistics
Blacklight: Retribution Statistics For Shoter Aredein
Shoter Aredein currently has 18,302 views spread across 112 videos for Blacklight: Retribution. Roughly a days worth of Blacklight: Retribution videos were uploaded to his channel, or 9.32% of the total watchable video on Shoter Aredein's YouTube channel.