Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Zgoly/robloof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

RoblOOF is now archived in favor of the more functional Bloxstrap. It can do the same functionality, but better and adds many new features. Use it instead.

🔷 RoblOOF - return roblox "oof" sound

This program will allow you to replace sounds in Roblox.

Oof image
Program icon

GitHub Windows only GitHub Repo stars GitHub Repo downloads GitHub code size in bytes GitHub issues

❓ How it works

When roblox closes, roblox sounds replaced with yours custom. Also this creates a copy of sounds in case you want to return your old ones back.

⬇️ Download

  1. Download AutoHotKey, run it and follow instructions.
  2. Download project repository.
  3. Unzip zip to any place, for example, to your desktop.

🤔 FAQ

- Can I be banned for this?

No. Roblox does not ban players for modifying local files, if they did I would warn you. If you don't believe, read this.

- Can I get old sounds back?

Yes. Read this.

- Is there virus code here?

No. You can see for yourself by looking at RoblOOF.ahk.

- I ran RoblOOF.ahk but nothing happened!

Actually happened. Check your system tray.

❗ How to use

Just run RoblOOF.ahk and program will run!

Now, after each closing of Roblox, program will change your sounds to new ones. That is, after checking for updates, Roblox closes and change sounds to yours.

You can also find some settings in the menu. To open menu, find RoblOOF in the system tray and right-click on it.

  • To bring back roblox sounds, select "Return Sounds".
  • To run RoblOOF when Windows starts, select "Run On Startup".
  • To don't run RoblOOF when Windows starts, select "Don't Run On Startup".
  • To close RoblOOF, select "Exit".

ℹ️ About config.ini

In config.ini you can configure some settings:

  • roblox_name - the name by which the application will identify roblox. Default - Roblox.
  • sound - sound that will play when sounds change successfully. Default - \*64.
    • You can change this sound to...
      • 0 - Don't play a sound
      • \*-1 - Simple beep. If the sound card is not available, the sound is generated using the speaker.
      • \*16 - Hand (stop/error)
      • \*32 - Question
      • \*48 - Exclamation
      • \*64 - Asterisk (info)
    • Also, you can change it to custom sound. All you need to do is specify the path to the sound. Example:
      1. Drop sound wow.mp3 into folder with program
      2. Instead of default \*64, specify value wow.mp3
  • backup_folder - folder in which backup of roblox sounds will be stored. Default - backup. If you don't want to create a backup, set the value to 0.
  • sounds_folder - folder, where the sounds you want to change to are stored. Default - sounds.
  • roblox_versions_folder - path to folder with roblox versions. Default - (Your local AppData folder)\Roblox\Versions.
  • roblox_sounds_folder - path to folder with roblox sounds Default - content\sounds.

➕ Additional info

  • Language used to write the program - AutoHotKey.
  • Program where I made icon for the program - Inkscape.