Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Playing sounds on a press of a mouse button?

Featured Replies

I play some FPS games, and I'd like to bind some audio files to play on the click on a mouse button (MOUSE4/MOUSE5, to say). I'd have my recording device on Stereo Mix so all I need is a program/script/some other way to play the sound when I press a mouse button.

 

Is this possible?

 

Thanks in advance.

zuzmo.png

collio.png

[hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide]

Never gonna give you up.[/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide]

"We don't want players to be able to buy their way to success in RuneScape. If we let players start doing this, it devalues RuneScape for others. We feel your status in real-life shouldn't affect your ability to be successful in RuneScape" Jagex 01/04/01 - 02/03/12

Theoretically it's doable, however once your pc is focused into the game window the game would take over mouse/keyboard input commands so likely would not work whilst in-game.

Plv6Dz6.jpg

Operation Gold Sparkles :: Chompy Kills ::  Full Profound :: Champions :: Barbarian Notes :: Champions Tackle Box :: MA Rewards

Dragonkin Journals :: Ports Stories :: Elder Chronicles :: Boss Slayer :: Penance King :: Kal'gerion Titles :: Gold Statue

  • Author

I'm no tech genius, but I am still able to change my FOV (Field of view) using a program I downloaded with the + and - keys whilst in-game. :?

zuzmo.png

collio.png

[hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide]

Never gonna give you up.[/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide]

"We don't want players to be able to buy their way to success in RuneScape. If we let players start doing this, it devalues RuneScape for others. We feel your status in real-life shouldn't affect your ability to be successful in RuneScape" Jagex 01/04/01 - 02/03/12

Is it possible? Yes.

Do I know how? No.

Where to start? AHK.

 

You should be able to do it that way. I only know some of the basic scripting.

Working on max and completionist capes.

2435/2475

It can be done easily in AHK. However, the sound files have to be .wav. If they sound files aren't saved in the same directory as the script, you have to specify the absolute path.

 

Xbutton1::
ifexist, yoursoundfile.wav
Soundplay, yoursoundfile.wav
else
Msgbox, Sound file does not exist
return


Xbutton2::
ifexist, yoursoundfile2.wav
Soundplay, yoursoundfile2.wav
else
Msgbox, Sound file does not exist
return

  • Author

helpbut.png

 

Xbutton2::
ifexist, mw3.wav
 Soundplay, mw3.wav
else
 Msgbox, Sound file does not exist
return

 

I can't seem to get it to work. It still says it does not exist. :(

 

 

EDIT: Nevermind, got it to work when I moved the 2 files into Program Files/AutoHotKey/Extra/Scripts, but it wouldn't work while in the default script that run when you launch it. Thanks, anyway!

zuzmo.png

collio.png

[hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide][hide]

Never gonna give you up.[/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide][/hide]

"We don't want players to be able to buy their way to success in RuneScape. If we let players start doing this, it devalues RuneScape for others. We feel your status in real-life shouldn't affect your ability to be successful in RuneScape" Jagex 01/04/01 - 02/03/12

It worked for me. Damn handy, hmm..

 

Oh, you edited in that you got it. Good, good.

Working on max and completionist capes.

2435/2475

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.