Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
- local Window = Rayfield:CreateWindow({
- Name = "Kiilms BloxFruits Hub",
- LoadingTitle = "⚔️Blox Fruits🍎",
- LoadingSubtitle = "by Kiilm",
- ConfigurationSaving = {
- Enabled = false,
- FolderName = nil, -- Create a custom folder for your hub/game
- FileName = "Script Hub"
- },
- Discord = {
- Enabled = false,
- 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 = "Key | BloxFruits Hub",
- Subtitle = "Key System",
- Note = "Key In Discord Server",
- FileName = "BloxHubKey", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
- SaveKey = false, -- 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 = {"Trump2024"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
- }
- })
- local MainTab = Window:CreateTab("🏠 Home", nil) -- Title, Image
- local MainSection = MainTab:CreateSection("Main")
- Rayfield:Notify({
- Title = "Thank you for using my script",
- Content = "You're awsome!",
- Duration = 5,
- Image = 13047715178,
- Actions = { -- Notification Buttons
- Ignore = {
- Name = "Okay!",
- Callback = function()
- print("The user tapped Okay!")
- end
- },
- },
- })
- local Button = MainTab:CreateButton({
- Name = "Redz Hub |Low Risk 2/10|",
- Callback = function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/Blox-Fruits-RedzHub9999-19869"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "W Azure V2 |Mid Risk 5/10|",
- Callback = function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/Blox-Fruits-W-A-z-u-r-e-13254"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Sera Hub - Bounty Script |Mid Risk 3/10|",
- Callback = function()
- Rayfield:Notify({
- Title = "https://discord.gg/xRgXsx5N",
- Content = "Join the discord for the bounty hunting script",
- Duration = 5,
- Image = 13047715178,
- Actions = { -- Notification Buttons
- Ignore = {
- Name = "Okay!",
- Callback = function()
- print("The user tapped Okay!")
- end
- },
- },
- })
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Admin - |Risky 6/10|",
- Callback = function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Infinity-Yeild-8073"))()
- end,
- })
Advertisement
Add Comment
Please, Sign In to add comment