Installing & updating
Download the exe
Grab Lurelock.exe from the download page. It's a single self-contained Windows x64 executable — no installer, no dependencies to fetch.
First run
Run it. On first launch Lurelock: copies itself into %LOCALAPPDATA%\Lurelock\, registers the roblox-player / roblox-studio protocol handlers, and writes its Settings.json next to itself. It then prepares Roblox: versions are downloaded from Roblox's own CDNs and kept under the install folder.
Playing
Click Play from the main window or open a Roblox game link — Lurelock launches its bootstrapper, applies your flags, mods and cache state, then starts the client. Studio works the same way.
Updating
By default Lurelock checks GitHub releases and self-updates by swapping its own exe. You can turn this off in Settings → Install. To update manually, download the new exe and run it over the old one.
Where things live
| What | Where |
|---|---|
| App, versions, settings, logs, updates | %LOCALAPPDATA%\Lurelock\ |
| Install-time packages & temp downloads | %TEMP%\Lurelock\ |
| Client flags (the FastFlags editor's target) | ...\Roblox\ClientSettings\ClientAppSettings.json under each managed version |
Next: Troubleshooting