This script is a example of a loader for Luarmor, handling key verification, user authentication, and UI interaction. It includes support for key retrieval via Linkvertise and Lootlabs, along with Discord server linking.
- Key authentication system
- Integration with Luarmor API for script validation
- UI built using Fluent UI
- Linkvertise and Lootlabs support for key retrieval
- Automatic clipboard copying for links
- Discord invite functionality
- Ensure you have Roblox Executor that supports HTTP requests.
- Copy and paste the script into your executor.
- Run the script and follow the instructions.
Modify these variables at the beginning of the script to customize settings:
local Hub = "Example Hub" -- Name of your hub
local Hub_Script_ID = "0bd8fd6455fc4....." -- Script ID for API authentication
local Discord_Invite = "" -- Discord server invite link
local UI_Theme = "Dark" -- UI theme ("Dark" or "Light")
local Linkvertise_Enabled = true -- Enable or disable Linkvertise support
local Linkvertise_Link = "" -- Linkvertise URL
local Lootlabs_Enabled = false -- Enable or disable Lootlabs support
local Lootlabs_Link = "" -- Lootlabs URL- The script reads the key from
Key.txtinside the script's folder. - If a valid key is found, it will be automatically checked.
- Users can enter a new key manually through the UI.
- If the key is invalid, an error message is displayed.
- Enter Key: Users enter their key to authenticate.
- Get Key (Linkvertise): Copies the Linkvertise key retrieval link to the clipboard.
- Get Key (Lootlabs): Copies the Lootlabs key retrieval link to the clipboard.
- Check Key: Validates the entered key with the API.
- Join Discord: Copies the Discord invite link to the clipboard and attempts to open it.
- Fluent UI: Used for the script's interface.
- Luarmor API: Used for key validation.