print('Hello world!')
local Rayfield
local success, errorMessage = pcall(function()
    Rayfield = loadstring(game:HttpGet('https://[Log in to view URL]'))()
end)

if not success then
    warn("Rayfield 로드 실패: " .. errorMessage)
    return
end

local Window = Rayfield:CreateWindow({
   Name = "☠️로블 핵버스☠️",
   Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
   LoadingTitle = "로딩중...",
   LoadingSubtitle = "by CTY VauneX",
   Theme = "Default", -- Check https://[Log in to view URL]

   DisableRayfieldPrompts = false,
   DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script has a version mismatch with the interface

   ConfigurationSaving = {
      Enabled = true,
      FolderName = nil, -- Create a custom folder for your hub/game
      FileName = "Big Hub"
   },

   Discord = {
      Enabled = false, -- Prompt the user to join your Discord server if their executor supports it
      Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ ABCD would be ABCD
      RememberJoins = true -- Set this to false to make them join the discord every time they load it up
   },

   KeySystem = true, -- Set this to true to use our key system
   KeySettings = {
      Title = "Untitled",
      Subtitle = "키 시스템🔐",
      Note = "로블 핵버스", -- Use this to tell the user how to get a key
      FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
      SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
      GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
      Key = {"kimmingyu1003","130313"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
   }
})

Rayfield:Notify({
   Title = "성공!",
   Content = "스크립트가 정상적으로 실행되었습니다.",
   Duration = 5,
   Image = 4483362458,
})

local Tab = Window:CreateTab("🤡라이벌🤡", nil) -- Title, Image

local Button = Tab:CreateButton({
   Name = "👹EzWinsV4👹",
   Callback = function()
      local scriptSuccess, scriptError = pcall(function()
         loadstring(game:HttpGet("https://[Log in to view URL]", true))()
      end)

      if scriptSuccess then
         Rayfield:Notify({
            Title = "스크립트 실행 완료",
            Content = "EzWinsV4 스크립트가 성공적으로 실행되었습니다.",
            Duration = 5,
            Image = 4483362458
         })
      else
         Rayfield:Notify({
            Title = "실행 실패",
            Content = "EzWinsV4 스크립트 실행 중 오류가 발생했습니다.",
            Duration = 5,
            Image = 4483362458
         })
         warn("EzWinsV4 스크립트 실행 오류: " .. scriptError)
      end
   end,
})

local Button = Tab:CreateButton({
   Name = "👺ZYPHERION👺",
   Callback = function()
      local scriptSuccess, scriptError = pcall(function()
         loadstring(game:HttpGet("https://[Log in to view URL]"))()
      end)

      if scriptSuccess then
         Rayfield:Notify({
            Title = "스크립트 실행 완료",
            Content = "ZYPHERION 스크립트가 성공적으로 실행되었습니다.",
            Duration = 5,
            Image = 4483362458
         })
      else
         Rayfield:Notify({
            Title = "실행 실패",
            Content = "ZYPHERION 스크립트 실행 중 오류가 발생했습니다.",
            Duration = 5,
            Image = 4483362458
         })
         warn("ZYPHERION 스크립트 실행 오류: " .. scriptError)
      end
   end,
})

local Button = Tab:CreateButton({
   Name = "💀8bit💀",
   Callback = function()
      local scriptSuccess, scriptError = pcall(function()
         loadstring(game:HttpGet("https://[Log in to view URL]"))()
      end)

      if scriptSuccess then
         Rayfield:Notify({
            Title = "스크립트 실행 완료",
            Content = "8bit 스크립트가 성공적으로 실행되었습니다.",
            Duration = 5,
            Image = 4483362458
         })
      else
         Rayfield:Notify({
            Title = "실행 실패",
            Content = "8bit 스크립트 실행 중 오류가 발생했습니다.",
            Duration = 5,
            Image = 4483362458
         })
         warn("8bit 스크립트 실행 오류: " .. scriptError)
      end
   end,
})

local Button = Tab:CreateButton({
   Name = "👻Duck hub👻",
   Callback = function()
      local scriptSuccess, scriptError = pcall(function()
         loadstring(game:HttpGet("https://[Log in to view URL]"))()
      end)

      if scriptSuccess then
         Rayfield:Notify({
            Title = "스크립트 실행 완료",
            Content = "Duck hub 스크립트가 성공적으로 실행되었습니다.",
            Duration = 5,
            Image = 4483362458
         })
      else
         Rayfield:Notify({
            Title = "실행 실패",
            Content = "Duck hub 스크립트 실행 중 오류가 발생했습니다.",
            Duration = 5,
            Image = 4483362458
         })
         warn("Duck hub 스크립트 실행 오류: " .. scriptError)
      end
   end,
})


local Tab = Window:CreateTab("😈블록 스피스😈", nil) -- Title, Image

local Button = Tab:CreateButton({
   Name = "👿newredz👿",
   Callback = function()
      local scriptSuccess, scriptError = pcall(function()
         loadstring(game:HttpGet("https://[Log in to view URL]"))(Settings)
      end)

      if scriptSuccess then
         Rayfield:Notify({
            Title = "스크립트 실행 완료",
            Content = "newredz 스크립트가 성공적으로 실행되었습니다.",
            Duration = 5,
            Image = 4483362458
         })
      else
         Rayfield:Notify({
            Title = "실행 실패",
            Content = "newredz 스크립트 실행 중 오류가 발생했습니다.",
            Duration = 5,
            Image = 4483362458
         })
         warn("newredz 스크립트 실행 오류: " .. scriptError)
      end
   end,
})

local Tab = Window:CreateTab("😱피쉬😱", nil) -- Title, Image

local Button = Tab:CreateButton({
   Name = "😠speed hub😠",
   Callback = function()
      local scriptSuccess, scriptError = pcall(function()
         loadstring(game:HttpGet("https://[Log in to view URL]",true))()
      end)

      if scriptSuccess then
         Rayfield:Notify({
            Title = "스크립트 실행 완료",
            Content = "speed hub 스크립트가 성공적으로 실행되었습니다.",
            Duration = 5,
            Image = 4483362458
         })
      else
         Rayfield:Notify({
            Title = "실행 실패",
            Content = "speed hub 스크립트 실행 중 오류가 발생했습니다.",
            Duration = 5,
            Image = 4483362458
         })
         warn("speed hub 스크립트 실행 오류: " .. scriptError)
      end
   end,
})

local Tab = Window:CreateTab("🤧배드워즈🤧", nil) -- Title, Image

local Button = Tab:CreateButton({
   Name = "😤void wear😤",
   Callback = function()
      local scriptSuccess, scriptError = pcall(function()
         loadstring(game:HttpGet("https://[Log in to view URL]", true))()
      end)

      if scriptSuccess then
         Rayfield:Notify({
            Title = "스크립트 실행 완료",
            Content = "void wear 스크립트가 성공적으로 실행되었습니다.",
            Duration = 5,
            Image = 4483362458
         })
      else
         Rayfield:Notify({
            Title = "실행 실패",
            Content = "void wear 스크립트 실행 중 오류가 발생했습니다.",
            Duration = 5,
            Image = 4483362458
         })
         warn("void wear 스크립트 실행 오류: " .. scriptError)
      end
   end,
})

local Button = Tab:CreateButton({
   Name = "👽Aurora👽",
   Callback = function()
      local scriptSuccess, scriptError = pcall(function()
         loadstring(game:HttpGet("https://[Log in to view URL]"))()
      end)

      if scriptSuccess then
         Rayfield:Notify({
            Title = "스크립트 실행 완료",
            Content = "Aurora 스크립트가 성공적으로 실행되었습니다.",
            Duration = 5,
            Image = 4483362458
         })
      else
         Rayfield:Notify({
            Title = "실행 실패",
            Content = "Aurora 스크립트 실행 중 오류가 발생했습니다.",
            Duration = 5,
            Image = 4483362458
         })
         warn("Aurora 스크립트 실행 오류: " .. scriptError)
      end
   end,
})

local Button = Tab:CreateButton({
   Name = "😡Aisploit😡",
   Callback = function()
      local scriptSuccess, scriptError = pcall(function()
         loadstring(game:HttpGet("https://[Log in to view URL]"))()
      end)

      if scriptSuccess then
         Rayfield:Notify({
            Title = "스크립트 실행 완료",
            Content = "Aisploit 스크립트가 성공적으로 실행되었습니다.",
            Duration = 5,
            Image = 4483362458
         })
      else
         Rayfield:Notify({
            Title = "실행 실패",
            Content = "Aisploit 스크립트 실행 중 오류가 발생했습니다.",
            Duration = 5,
            Image = 4483362458
         })
         warn("Aisploit 스크립트 실행 오류: " .. scriptError)
      end
   end,
})

local Tab = Window:CreateTab("👾다른 허브👾", nil) -- Title, Image

local Button = Tab:CreateButton({
   Name = "🤖니미 허브🤖",
   Callback = function()
      local scriptSuccess, scriptError = pcall(function()
         loadstring(game:HttpGet("https://[Log in to view URL]"))()
      end)

      if scriptSuccess then
         Rayfield:Notify({
            Title = "니미 허브 실행 완료",
            Content = "니미 허브 스크립트가 성공적으로 실행되었습니다.",
            Duration = 5,
            Image = 4483362458
         })
      else
         Rayfield:Notify({
            Title = "실행 실패",
            Content = "니미 허브 스크립트 실행 중 오류가 발생했습니다.",
            Duration = 5,
            Image = 4483362458
         })
         warn("니미 허브 스크립트 실행 오류: " .. scriptError)
      end
   end,
})

local Tab = Window:CreateTab("💣백도어💣", nil) -- Title, Image

local Button = Tab:CreateButton({
   Name = "🖤SOUL🖤",
   Callback = function()
      local scriptSuccess, scriptError = pcall(function()
         loadstring(game:HttpGet("https://[Log in to view URL]"))()
      end)

      if scriptSuccess then
         Rayfield:Notify({
            Title = "SOUL 실행 완료",
            Content = "SOUL 스크립트가 성공적으로 실행되었습니다.",
            Duration = 5,
            Image = 4483362458
         })
      else
         Rayfield:Notify({
            Title = "실행 실패",
            Content = "SOUL 스크립트 실행 중 오류가 발생했습니다.",
            Duration = 5,
            Image = 4483362458
         })
         warn("SOUL 스크립트 실행 오류: " .. scriptError)
      end
   end,
})

local Button = Tab:CreateButton({
   Name = "🤍LALOL🤍",
   Callback = function()
      local scriptSuccess, scriptError = pcall(function()
         loadstring(game:HttpGet("https://[Log in to view URL]"))()
      end)

      if scriptSuccess then
         Rayfield:Notify({
            Title = "LALOL 실행 완료",
            Content = "LALOL 스크립트가 성공적으로 실행되었습니다.",
            Duration = 5,
            Image = 4483362458
         })
      else
         Rayfield:Notify({
            Title = "실행 실패",
            Content = "LALOL 스크립트 실행 중 오류가 발생했습니다.",
            Duration = 5,
            Image = 4483362458
         })
         warn("LALOL 스크립트 실행 오류: " .. scriptError)
      end
   end,
})

local Button = Tab:CreateButton({
   Name = "💪starlight💪",
   Callback = function()
      local scriptSuccess, scriptError = pcall(function()
         loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
      end)

      if scriptSuccess then
         Rayfield:Notify({
            Title = "starlight 실행 완료",
            Content = "starlight 스크립트가 성공적으로 실행되었습니다.",
            Duration = 5,
            Image = 4483362458
         })
      else
         Rayfield:Notify({
            Title = "실행 실패",
            Content = "starlight 스크립트 실행 중 오류가 발생했습니다.",
            Duration = 5,
            Image = 4483362458
         })
         warn("starlight 스크립트 실행 오류: " .. scriptError)
      end
   end,
})

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: