/oof-is-back

Change your Roblox death sound to a different sound included in the program or the original oof sound.

Primary LanguageJavaScriptMIT LicenseMIT

Change your Roblox death sound to a different sound included in the app or the original oof sound.

NOTE:

Currently considering rewriting the program in another programming language because node.js is slow and produces large exes, so development may be stopped for a while.

How to use

  • Simply download the exe file from the download link above and run it.
  • Use the up and down arrow keys to choose and Enter to confirm your choise.
  • Done!

Sounds Included

  • Oof
  • Vine Boom Sound Effect (Bass Boosted)
  • GAH DAM
  • Half life
  • Old Minecraft Death Sound
  • Lego Yoda Death
  • AUUUUUUGHHH

cli

Why I made this?

After Roblox changed the oof sound I started to replace it with custom sounds, I wanted an easier way to change the death sound. So I made this app. Also to help other people easily change their oof sound.

How does it work?

The custom death sounds are stored in the "sounds" folder (downloaded as a zip file then extracted automatically by the program) in an OGG file format and are copied into the Roblox Game files to replace the oof sound.

Technologies used

  • Node.js
  • Chalk (for coloured text)
  • Inquirer (for the selection of sound effects)
  • Axios (for checking for updates)
  • Download (for downloading the sounds.zip file)
  • Decompress (for decompressing the sounds.zip file)
  • find-process (for detecting if Roblox is running)
  • node-notifier (for notifications in autostart.exe)

How to compile

Prerequisites

npm i
npm i -g nexe
nexe -t windows-x86-12.18.2 index.js (for all windows version)
nexe -t windows-x86-12.18.2 autostart.js (for all windows version)

Other apps I recommend and use