Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Load Luna UI (must be run in Studio)
- local Luna = loadstring(game:HttpGet("https://raw.githubusercontent.com/Nebula-Softworks/Luna-Interface-Suite/refs/heads/master/source.lua", true))()
- local Window = Luna:CreateWindow({
- Name = "redzk1dd Hub V2 - Fortnight Games",
- Subtitle = "by: @ChinaBoller321",
- LogoID = nil,
- LoadingEnabled = true,
- LoadingTitle = "Loading...",
- LoadingSubtitle = "redzk1dd Hub is starting...",
- ConfigSettings = {
- ConfigFolder = "RedzHub"
- },
- KeySystem = true,
- KeySettings = {
- Title = "Redzk1 Hub Access",
- Subtitle = "Key Required",
- Note = "Get key from the link below",
- SaveKey = true,
- Key = {"RedzOnTop"},
- SecondAction = {
- Enabled = true,
- Type = "Link",
- Parameter = "https://pastebin.com/raw/UqTnkXxA"
- }
- }
- })
- -- Main Tab
- local MainTab = Window:CreateTab({
- Name = "Hello and Bye",
- Icon = "home",
- ImageSource = "Material",
- ShowTitle = true
- })
- MainTab:CreateButton({
- Name = "no",
- Description = "Client-sided visual only",
- Callback = function()
- end
- end
- })
- MainTab:CreateButton({
- Name = "fortnight not longer supported (this will run hydra.vip instead)",
- Description = "Basic range auto attack",
- Callback = function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/FORTLINE-free-vip-script-24909"))()
- print("ok)")
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement