this was done to: - ensure robloxplayerbeta launches as an orphaned process - help alleviate problems with multiple instances - alleviate problems with the notifyicon causing blocking conflicts on the bootstrapper ui thread - help reduce functional dependency on the bootstrapper, makes it less monolithic and more maintainable ive always wanted to do this for a long while, but have always put it off because of how painful it would be this may genuinely be the most painful refactoring i've ever had to do, but after 2 days, i managed to do it, and it works great! |
||
---|---|---|
.github | ||
Bloxstrap | ||
Images | ||
Scripts/Translations | ||
wpfui@8860d95d46 | ||
.gitignore | ||
.gitmodules | ||
Bloxstrap.sln | ||
LICENSE | ||
README.md |
Caution
The only official places to download Bloxstrap are this GitHub repository and bloxstrap.pizzaboxer.xyz. Any other websites offering downloads or claiming to be us are not controlled by us.
Bloxstrap
Bloxstrap is a third-party replacement for the standard Roblox bootstrapper, providing additional useful features and improvements.
Running into a problem or need help with something? Check out the Wiki. If you can't find anything, or would like to suggest something, please submit an issue.
Bloxstrap is only supported for PCs running Windows.
Frequently Asked Questions
Q: Is this malware?
A: No. The source code here is viewable to all, and it'd be impossible for us to slip anything malicious into the downloads without anyone noticing. Just be sure you're downloading it from an official source. The only two official sources are this GitHub repository and bloxstrap.pizzaboxer.xyz.
Q: Can using this get me banned?
A: No, it shouldn't. Bloxstrap doesn't interact with the Roblox client in the same way that exploits do. Read more about that here.
Q: Why was multi-instance launching removed?
A: It was removed starting with v2.6.0 for the reasons stated here. It may be added back in the future when there are less issues with doing so.
Features
- Hassle-free Discord Rich Presence to let your friends know what you're playing at a glance
- Simple support for modding of content files for customizability (death sound, mouse cursor, etc)
- See where your server is geographically located (courtesy of ipinfo.io)
- Ability to configure graphics fidelity and UI experience
Installing
Download the latest release of Bloxstrap, and run it. Configure your preferences if needed, and install. That's about it!
Alternatively, you can install Bloxstrap via Winget by running this in a Command Prompt window:
> winget install bloxstrap
You will also need the .NET 6 Desktop Runtime. If you don't already have it installed, you'll be prompted to install it anyway. Be sure to install Bloxstrap after you've installed this.
It's not unlikely that Windows Smartscreen will show a popup when you run Bloxstrap for the first time. This happens because it's an unknown program, not because it's actually detected as being malicious. To dismiss it, just click on "More info" and then "Run anyway".
Once installed, Bloxstrap is added to your Start Menu, where you can access the menu and reconfigure your preferences if needed.
Screenshots