Advertisement
ILovePotato

Untitled

Jan 12th, 2025
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2.  
  3. local Window = OrionLib:MakeWindow({Name = "Nuke hub (Blox fruit)", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  4.  
  5. OrionLib:MakeNotification({
  6. Name = "You Logged in!",
  7. Content = "You Are Logged! YAY",
  8. Image = "rbxassetid://4483345998",
  9. Time = 10
  10. })
  11.  
  12. local Tab = Window:MakeTab({
  13. Name = "Farm",
  14. Icon = "rbxassetid://4483345998",
  15. PremiumOnly = false
  16. })
  17.  
  18. local Section = Tab:AddSection({
  19. Name = "Farm tab"
  20. })
  21.  
  22. Tab:AddButton({
  23. Name = "Farm Level",
  24. Callback = function()
  25. loadstring(game:HttpGet("https://raw.githubusercontent.com/Slimexiuem/Slimexhub/main/Slimex-hub"))()
  26. end
  27. })
  28.  
  29. Tab:AddButton({
  30. Name = "farm money",
  31. Callback = function()
  32. loadstring(game:HttpGet("https://raw.githubusercontent.com/Flexzstr/blxfruitscrptfnly/main/Beta"))()
  33. end
  34. })
  35.  
  36. Tab:AddButton({
  37. Name = "HOHO hub",
  38. Callback = function()
  39. loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
  40. end
  41. })
  42.  
  43. Tab:AddButton({
  44. Name = "Farm Chest",
  45. Callback = function()
  46. --[[
  47. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  48. ]]
  49. loadstring(game:HttpGet("https://raw.githubusercontent.com/tbao143/thaibao/main/BloxfruitChestFarmTbaoHub"))()
  50. end
  51. })
  52.  
  53. local Tab = Window:MakeTab({
  54. Name = "Hubs i found",
  55. Icon = "rbxassetid://4483345998",
  56. PremiumOnly = false
  57. })
  58.  
  59. local Section = Tab:AddSection({
  60. Name = "Anothers hub"
  61. })
  62.  
  63. Tab:AddButton({
  64. Name = "hoho hub",
  65. Callback = function()
  66. OrionLib:MakeNotification({
  67. Name = "hoho hub message",
  68. Content = "this is not mine credit to the creator of hoho hub",
  69. Image = "rbxassetid://4483345998",
  70. Time = 10
  71. })
  72.  
  73. --[[
  74. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  75. ]]
  76. loadstring(game:HttpGet('https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI'))()
  77. end
  78. })
  79.  
  80. Tab:AddButton({
  81. Name = "REDz hub",
  82. Callback = function()
  83. OrionLib:MakeNotification({
  84. Name = "REDz hub message",
  85. Content = "still not mine credit to the owner of REDz hub",
  86. Image = "rbxassetid://4483345998",
  87. Time = 10
  88. })
  89.  
  90. --[[
  91. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  92. ]]
  93. loadstring(game:HttpGet("https://raw.githubusercontent.com/realredz/BloxFruits/refs/heads/main/Source.lua"))()
  94. end
  95. })
  96.  
  97. local Tab = Window:MakeTab({
  98. Name = "for blox fruit but very good",
  99. Icon = "rbxassetid://4483345998",
  100. PremiumOnly = false
  101. })
  102.  
  103. local Section = Tab:AddSection({
  104. Name = "YEAH FU-"
  105. })
  106.  
  107. Tab:AddButton({
  108. Name = "free fruits📸🤨",
  109. Callback = function()
  110. --[[
  111. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  112. ]]
  113. loadstring(game:HttpGet("https://raw.githubusercontent.com/BaconBABA/script/refs/heads/main/bloxgood.lua"))()
  114. end
  115. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement