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()