KiilmYk

erm what the sigma

Nov 7th, 2024 (edited)
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "Kiilms BloxFruits Hub",
  5. LoadingTitle = "⚔️Blox Fruits🍎",
  6. LoadingSubtitle = "by Kiilm",
  7. ConfigurationSaving = {
  8. Enabled = false,
  9. FolderName = nil, -- Create a custom folder for your hub/game
  10. FileName = "Script Hub"
  11. },
  12. Discord = {
  13. Enabled = false,
  14. Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  15. RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  16. },
  17. KeySystem = true, -- Set this to true to use our key system
  18. KeySettings = {
  19. Title = "Key | BloxFruits Hub",
  20. Subtitle = "Key System",
  21. Note = "Key In Discord Server",
  22. FileName = "BloxHubKey", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  23. SaveKey = false, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  24. GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  25. 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")
  26. }
  27. })
  28.  
  29. local MainTab = Window:CreateTab("🏠 Home", nil) -- Title, Image
  30. local MainSection = MainTab:CreateSection("Main")
  31.  
  32. Rayfield:Notify({
  33. Title = "Thank you for using my script",
  34. Content = "You're awsome!",
  35. Duration = 5,
  36. Image = 13047715178,
  37. Actions = { -- Notification Buttons
  38. Ignore = {
  39. Name = "Okay!",
  40. Callback = function()
  41. print("The user tapped Okay!")
  42. end
  43. },
  44. },
  45. })
  46.  
  47. local Button = MainTab:CreateButton({
  48. Name = "Redz Hub |Low Risk 2/10|",
  49. Callback = function()
  50. loadstring(game:HttpGet("https://rawscripts.net/raw/Blox-Fruits-RedzHub9999-19869"))()
  51. end,
  52. })
  53.  
  54. local Button = MainTab:CreateButton({
  55. Name = "W Azure V2 |Mid Risk 5/10|",
  56. Callback = function()
  57. loadstring(game:HttpGet("https://rawscripts.net/raw/Blox-Fruits-W-A-z-u-r-e-13254"))()
  58. end,
  59. })
  60.  
  61. local Button = MainTab:CreateButton({
  62. Name = "Sera Hub - Bounty Script |Mid Risk 3/10|",
  63. Callback = function()
  64. Rayfield:Notify({
  65. Title = "https://discord.gg/xRgXsx5N",
  66. Content = "Join the discord for the bounty hunting script",
  67. Duration = 5,
  68. Image = 13047715178,
  69. Actions = { -- Notification Buttons
  70. Ignore = {
  71. Name = "Okay!",
  72. Callback = function()
  73. print("The user tapped Okay!")
  74. end
  75. },
  76. },
  77. })
  78. end,
  79. })
  80.  
  81. local Button = MainTab:CreateButton({
  82. Name = "Admin - |Risky 6/10|",
  83. Callback = function()
  84. loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Infinity-Yeild-8073"))()
  85. end,
  86. })
Advertisement
Add Comment
Please, Sign In to add comment