Important
Hello! If you were an user of Efaz's Roblox Bootstrap on v1.5.9 or lower, you might have noticed we have rebranded to OrangeBlox! Any mods and data are transferred as of this change and your mod scripts are able to still work under the EfazRobloxBootstrapAPI. For more information, click here.
OrangeBlox is a Python Console program heavily inspired by Bloxstrap made for macOS and Windows that applies modifications onto the Roblox Client using files! It also uses Activity Tracking, supports BloxstrapRPC and a lot more!
Important
This GitHub repository, EfazDev Project Page and obx.efaz.dev is the only official way to install OrangeBlox! Please do not trust exe or installation files that claim to be OrangeBlox from other websites.
- Set FFlag and Global Setting Customizations on your Roblox installation!
- Install Mods including a custom Avatar Map, App Icon, Cursor, and Death Sound!
- Customize with unlimited mods that you can download and insert an extracted folder copy into the Mods folder! *[Requires to go through bootstrap in Mods Manager]
- Use multiple instances directly by launching from your default web browser or the OrangeBlox app!
- Get server locations when joining (courtesy of ipinfo.io)
- Apply the same experience to Roblox Studio with mods!
- Discord Rich Presences [Includes Support for BloxstrapRPC]
- Roblox Studio Support with Mods and FFlags! *[FFlags may not work due to future Roblox updates]
- Discord Webhooks [Join, Disconnect, Teleport, Crash, BloxstrapRPC and More Notifications!]
- Run Python Scripts based on events ran on the Roblox client using Mod Scripts!
- Play Roblox/Run Studio app so you can run Roblox directly!
- Read Logs from Roblox using RobloxFastFlagsInstaller *[Requires Debug Mode]!
- Localization from other languages! Other languages available (English may be needed for understanding installation): Arabic, Bengali, Chinese (Simplified), Chinese (Traditional), Danish, German, Greek, French, Filipino, Georgian, Hindi, Indonesian, Italian, Japanese, Korean, Portuguese, Russian, Spanish, Thai, Turkish, Ukrainian, Urdu, Vietnamese
- Way more features to be explored!
Note
Features may need to be enabled in order to be used. Check the Settings from the main menu in order to enable.
- Latest ZIP of OrangeBlox
- Windows 10.0.17763+ (October 2018) or macOS 10.13+ (High Sierra)
- Python 3.11+ [You may install Python 3.13.7 from InstallPython.bat (Windows) or from InstallPython.sh (macOS)]
- Python Modules:
macOS: pip install pypresence pyobjc-core pyobjc-framework-Quartz pyobjc-framework-Cocoa posix-ipc psutil
Windows: pip install pypresence pywin32 plyer psutil
- Once you have installed Python 3.11 or higher and downloaded the ZIP file, extract the full ZIP into a new folder.
- After you have EXTRACTED the folder, open it and make sure you see Install.py. Once you do, run it.
- Complete the installation process and once it says success, run the bootstrap by using the Launchpad for macOS or by using the Search Menu for Windows.
- Complete the tutorial about how to use the bootstrap.
- Done! You have installed OrangeBlox!
Note
If there's an error during the installation process, try checking if your computer is supported or if something was edited that may cause this error. macOS may also edit permissions of the files if run under an admin account, keep an insight of that.
Important
OrangeBlox is a safe Windows/macOS program and won't harm your Roblox account. However, compilers like Nuitka and pyinstaller may have some issues where apps created contain false positives from anti-virus software. For example, Windows Defender may detect the bootstrap with Win32/Wacapew.C!ml. In order to prevent this, you may need to authorize the app through your anti-virus or build the app directly.
Important
OrangeBlox is somewhat compatible with beta versions of Python such as Python 3.14. However, Pypi packages such as pyobjc, Nuitka/pyinstaller, psutil and plyer will all need to support the Python beta in order to work with OrangeBlox. Using beta versions of Python is only recommended for developers that know what they're doing and is not recommended for public use.
File | MD5 Hash |
---|---|
Main Bootstrap (Main.py) | e10dddc1ec08473bcb857fcc21901c47 |
Roblox FFlag Installer (RobloxFastFlagsInstaller.py) | 368e5b49ff2668072e192a732639cbe9 |
Installer (Install.py) | 0be6d0cf3d62a6b64c3e4f0e9c50d506 |
Bootstrap API (OrangeAPI.py) | ddf3156ec9d20eabc8c9efab5946f71d |
Bootstrap API (Efaz's Roblox Bootstrap) (EfazRobloxBootstrapAPI.py) | 6cc6d6617125a528417065802bc3bd30 |
Bootstrap Loader (OrangeBlox.py) | d70aa16cf3d74c32844430e66458a2e0 |
Discord Presence Handler (DiscordPresenceHandler.py) | 1f3260a851f105b47ac1be939ac04fef |
PyKits API (PyKits.py) | ca7875324867380d374c3d235ac6e310 |
- Made by
- Old Player Sounds and Cursors were sourced from
- Avatar Editor Maps were from
slightly edited to be usable for the current version of Roblox (as of the time of writing this)
- The Kliko's Mod Tool Mod Script was edited and made from
- Python Module Creators:
,
,
,
,
,
,
- Server Locations was made thanks to
as it wouldn't be possible to get IP address locations without them!
- The logo of OrangeBlox was made thanks of
. Thanks :)
- macOS App was built using
and
. You can recreate and deploy using this command:
python3 Install.py -r -rp -rc
- Windows App was built using
. You can recreate and deploy using this command:
python3 Install.py -r -rp
Important
This command can be depending on the native operating system your computer has. For example, if you're running Windows on arm64, you can rebuild full Windows OrangeBlox if you install Python in arm64, x86 and x64 while including the --full-rebuild
argument while in normal x64, you can only rebuild x86. The argument --rebuild-clang
is only available in macOS and requires Xcode Command Tools to be installed. Pyinstaller is more suggested for quick testing and easier rebuilds while Nuitka requires a C compiler to be installed on your computer (use Microsoft Visual Studio 2022 for compilation). For more information about Nuitka compiling, use this manual: https://nuitka.net/user-documentation/user-manual.html