0% found this document useful (0 votes)
31 views2 pages

Old

Yeaold
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views2 pages

Old

Yeaold
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

local Rayfield = loadstring(game:HttpGet('https://sirius.

menu/rayfield'))()

local Window = Rayfield:CreateWindow({


Name = "TEST",
Icon = 0,
LoadingTitle = "Loading",
LoadingSubtitle = "by killer boy",
ShowText = "Rayfield",
Theme = "Default",

ToggleUIKeybind = "F2",

DisableRayfieldPrompts = false,
DisableBuildWarnings = false,

ConfigurationSaving = {
Enabled = true,
FolderName = nil,
FileName = "IDK"
},

Discord = {
Enabled = false,
Invite = "https://discord.gg/AUFHrpya",
RememberJoins = true
},

KeySystem = false,
KeySettings = {
Title = "Untitled",
Subtitle = "Key System",
Note = "No method of obtaining the key is provided",
FileName = "Key",
SaveKey = true,
GrabKeyFromSite = false,
Key = {"Hello"}
}
})

local script = Window:CreateTab("Script", 4483362458) -- Title, Image

local Section = script:CreateSection("???")

local Button = script:CreateButton({


Name = "Fly v3",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/
main/FlyGuiV3.txt"))()
end,
})

local Button = script:CreateButton({


Name = "infiniteyield",
Callback = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/
infiniteyield/master/source'))()
end,
})
local Divider = script:CreateDivider()

You might also like