imaRapguy

Untitled

Apr 11th, 2025
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1.  
  2.  
  3. OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/jensonhirst/Orion/main/source')))()
  4.  
  5. local Window = OrionLib:MakeWindow({Name = "5am Hub Tower Of Hell", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  6.  
  7. local Tab = Window:MakeTab({
  8. Name = "Main",
  9. Icon = "rbxassetid://4483345998",
  10. PremiumOnly = false
  11. })
  12.  
  13. Tab:AddButton({
  14. Name = "Get Speed Coil",
  15. Callback = function()
  16. game:GetService("ReplicatedStorage").Gear.speed.Parent = game:GetService("Players").LocalPlayer.Backpack
  17. end
  18. })
  19.  
  20. Tab:AddButton({
  21. Name = "Get Gravity Coil",
  22. Callback = function()
  23. game:GetService("ReplicatedStorage").Gear.gravity.Parent = game:GetService("Players").LocalPlayer.Backpack
  24. end
  25. })
  26.  
  27. Tab:AddButton({
  28. Name = "Get Fusion Coil",
  29. Callback = function()
  30. game:GetService("ReplicatedStorage").Gear.fusion.Parent = game:GetService("Players").LocalPlayer.Backpack
  31. end
  32. })
  33.  
  34. Tab:AddButton({
  35. Name = "Get Trowel",
  36. Callback = function()
  37. game:GetService("ReplicatedStorage").Gear.trowel.Parent = game:GetService("Players").LocalPlayer.Backpack
  38. end
  39. })
  40.  
  41. Tab:AddButton({
  42. Name = "Get Banana",
  43. Callback = function()
  44. game:GetService("ReplicatedStorage").Gear.banana.Parent = game:GetService("Players").LocalPlayer.Backpack
  45. end
  46. })
  47.  
  48. Tab:AddButton({
  49. Name = "Get bomb",
  50. Callback = function()
  51. game:GetService("ReplicatedStorage").Gear.bomb.Parent = game:GetService("Players").LocalPlayer.Backpack
  52. end
  53. })
  54.  
  55. Tab:AddButton({
  56. Name = "Get Fishing Rod",
  57. Callback = function()
  58. game:GetService("ReplicatedStorage").Gear.fishingrod.Parent = game:GetService("Players").LocalPlayer.Backpack
  59. end
  60. })
  61.  
  62.  
  63.  
  64. Tab:AddButton({
  65. Name = "Get Hook",
  66. Callback = function()
  67. game:GetService("ReplicatedStorage").Gear.hook.Parent = game:GetService("Players").LocalPlayer.Backpack
  68. end
  69. })
  70.  
  71.  
  72.  
  73. OrionLib:MakeNotification({
  74. Name = "Hey!",
  75. Content = "The gears disappear after u die you can just click get gear and u will get it Also Thank you so much for using my hub Enjoy",
  76. Image = "rbxassetid://4483345998",
  77. Time = 5
  78. })
  79.  
  80.  
  81. local Tab = Window:MakeTab({
  82. Name = "Support",
  83. Icon = "rbxassetid://4483345998",
  84. PremiumOnly = false
  85. })
  86.  
  87. local Section = Tab:AddSection({
  88. Name = "Hello This would Help me so much im a beginner scripter"
  89. })
  90.  
  91. Tab:AddLabel("You can support me By Donating robux to me in pls Donate :D")
  92.  
  93.  
  94. Tab:AddButton({
  95. Name = "Copy My User to donate me in Pls donate",
  96. Callback = function()
  97. setclipboard("Ybdumj")
  98. toclipboard("Ybdumj")
  99. end
  100. })
  101.  
Advertisement
Add Comment
Please, Sign In to add comment