Advertisement
RTime

Blox fruit

Apr 20th, 2025 (edited)
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2. local Window = Rayfield:CreateWindow({
  3. Name = "Blox fruit",
  4. Icon = 0,
  5. LoadingTitle = "กำลังโหลดสคริป",
  6. LoadingSubtitle = "โดย MemoHub",
  7. Theme = "Default",
  8. DisableRayfieldPrompts = false,
  9. DisableBuildWarnings = false,
  10. ConfigurationSaving = {
  11. Enabled = true,
  12. FolderName = nil,
  13. FileName = "Blox fruit"
  14. },
  15. Discord = {
  16. Enabled = false,
  17. Invite = "noinvitelink",
  18. RememberJoins = true
  19. },
  20. KeySystem = false,
  21. KeySettings = {
  22. Title = "Untitled",
  23. Subtitle = "Key System",
  24. Note = "No method of obtaining the key is provided",
  25. FileName = "Key",
  26. SaveKey = true,
  27. GrabKeyFromSite = false,
  28. Key = {"Hello"}
  29. }
  30. })
  31.  
  32. local MainTab = Window:CreateTab("Blox fruit", nil) -- Fixed
  33. local Button1 = MainTab:CreateButton({
  34. Name = "Redz ไม่มีคีย์",
  35. Callback = function()
  36. -- Official Redz
  37. local Settings = {
  38. JoinTeam = "Pirates"; -- Pirates/Marines
  39. Translator = true; -- true/false
  40. }
  41. loadstring(game:HttpGet("https://raw.githubusercontent.com/newredz/BloxFruits/refs/heads/main/Source.luau"))(Settings)
  42. end,
  43. })
  44.  
  45. local Button2 = MainTab:CreateButton({
  46. Name = "MatsuneHub ไม่มีคีย์",
  47. Callback = function()
  48. getgenv().Team = "Pirates"
  49. loadstring(game:HttpGet("https://raw.githubusercontent.com/RealMatsune/Rolls-Rocye/refs/heads/main/Loading.lua"))()
  50. end,
  51. })
  52.  
  53. local Button3 = MainTab:CreateButton({
  54. Name = "QuartzHub ไม่มีคีย์",
  55. Callback = function()
  56. loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/QuartyzScript/main/Loader.lua"))()
  57. end,
  58. })
  59.  
  60. local Button4 = MainTab:CreateButton({
  61. Name = "MaruHub",
  62. Callback = function()
  63. getgenv().Key = "MARU-AQ1NE-Q83I-YNUP-4Q35K-WVDA6"
  64. getgenv().id = "1138267267642163321"
  65. _G.Script_Language = "Thai"
  66. loadstring(game:HttpGet("https://raw.githubusercontent.com/xshiba/MaruBitkub/main/Mobile.lua"))()
  67. end,
  68. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement