Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
- local Window = Rayfield:CreateWindow({
- Name = "LT Launcher (@ky0k1d)",
- LoadingTitle = "LT Launcher (@ky0k1d)",
- LoadingSubtitle = "by @ky0k1d",
- ConfigurationSaving = {
- Enabled = true,
- FolderName = nil, -- Create a custom folder for your hub files
- FileName = "ExampleHub"
- },
- Discord = {
- Enabled = false,
- Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/
- RememberJoins = true
- },
- KeySystem = true, -- ✅ Enable key system
- KeySettings = {
- Title = "LT Launcher Key System",
- Subtitle = "Authentication Required",
- Note = "Key = LTOnTop",
- FileName = "LTKeyFile", -- Key save file (won't be saved now)
- SaveKey = false, -- ✅ Disable key saving
- GrabKeyFromSite = false,
- Key = "LTOnTop" -- ✅ Your custom key
- }
- })
- -- Create the "hello :)" tab
- local HelloTab = Window:CreateTab("hello :)", 4483362458) -- The number is an icon ID, you can replace it with another icon if you prefer
- -- Create the "V1" button in the "hello :)" tab
- HelloTab:CreateButton({
- Name = "V1", -- Button name
- Callback = function()
- print("V1 button clicked!") -- You can replace this with any code you want to run when the button is pressed
- end
- })
- -- Create the "V2" button in the "hello :)" tab
- HelloTab:CreateButton({
- Name = "V2", -- Button name
- Callback = function()
- -- Execute the provided script when the V2 button is pressed
- loadstring(game:HttpGet("https://raw.githubusercontent.com/kokojoscripts/LT-FRUITS-OFC-1.1/main/SCRIPT"))()
- end
- })
- -- Create the "-Rankalf UI" button in the "hello :)" tab
- HelloTab:CreateButton({
- Name = "-Rankalf UI (low unc exec port, pc only)", -- Button name
- Callback = function()
- -- Execute the provided script when the button is pressed
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Golddeathninja/af/refs/heads/main/a"))()
- -- Display first message to the player
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Script Execution Notice";
- Text = "xeno and nebula suck, 99% chance that script will not work";
- Icon = "";
- Duration = 5; -- How long the message stays visible (in seconds)
- })
- -- Display second message to the player
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Script Update Notice";
- Text = "You will have to get a new loadstring every time the script updates";
- Icon = "";
- Duration = 5; -- How long the message stays visible (in seconds)
- })
- -- Display third message to the player
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Join LT Clan";
- Text = "Join LT clan plizzzz";
- Icon = "";
- Duration = 5; -- How long the message stays visible (in seconds)
- })
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement