roblox modding software. does not fiddle with the client process.
- windows sorry sober ppl
rblxutils is a work in progress. the main branch might be unstable.
to hide the console window, helper console window and use the gio backend (usually what you want):
go build -tags nucular_gio -ldflags="-H windowsgui -X 'main.hide_helper=true'"
to show the console window, helper console window and use the gio backend (for debugging):
go build -tags nucular_gio
to build with a backend that randomly implodes and causes a bunch of race conditions:
go build
move the binary somewhere, i recommend %localappdata%\rblxutils\. Roblox will be installed in ./versions/version-xxxxxxxxxxxxxxxx relative to the binary's location.
finally run it to launch the configurator. rblxutils will install it's helper and register itself to handle the roblox-player and roblox url protocols.