Elgatoner

Chilliz | Hub

Jan 18th, 2025 (edited)
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.00 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2. sdds
  3. Rayfield:Notify({
  4.    Title = "executed successfully",
  5.    Content = "have fun lil booy",
  6.    Duration = 8.9,
  7.    Image = 4483362458,
  8. })
  9.  
  10. local Window = Rayfield:CreateWindow({
  11.    Name = "Chilliz | Hub",
  12.    Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
  13.    LoadingTitle = "Loading Chilliz | Hub",
  14.    LoadingSubtitle = "by chilliz",
  15.    Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes
  16.  
  17.    DisableRayfieldPrompts = false,
  18.    DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script has a version mismatch with the interface
  19.  
  20.    ConfigurationSaving = {
  21.       Enabled = true,
  22.       FolderName = nil, -- Create a custom folder for your hub/game
  23.       FileName = "Big Hub"
  24.    },
  25.  
  26.    Discord = {
  27.       Enabled = false, -- Prompt the user to join your Discord server if their executor supports it
  28.       Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ ABCD would be ABCD
  29.       RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  30.    },
  31.  
  32.    KeySystem = false, -- Set this to true to use our key system
  33.    KeySettings = {
  34.       Title = "Untitled",
  35.       Subtitle = "Key System",
  36.       Note = "No method of obtaining the key is provided", -- Use this to tell the user how to get a key
  37.       FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  38.       SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  39.       GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  40.       Key = {"Hello"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  41.    }
  42. })
Advertisement
Add Comment
Please, Sign In to add comment