Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/jensonhirst/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "5am Hub Tower Of Hell", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- local Tab = Window:MakeTab({
- Name = "Main",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddButton({
- Name = "Get Speed Coil",
- Callback = function()
- game:GetService("ReplicatedStorage").Gear.speed.Parent = game:GetService("Players").LocalPlayer.Backpack
- end
- })
- Tab:AddButton({
- Name = "Get Gravity Coil",
- Callback = function()
- game:GetService("ReplicatedStorage").Gear.gravity.Parent = game:GetService("Players").LocalPlayer.Backpack
- end
- })
- Tab:AddButton({
- Name = "Get Fusion Coil",
- Callback = function()
- game:GetService("ReplicatedStorage").Gear.fusion.Parent = game:GetService("Players").LocalPlayer.Backpack
- end
- })
- Tab:AddButton({
- Name = "Get Trowel",
- Callback = function()
- game:GetService("ReplicatedStorage").Gear.trowel.Parent = game:GetService("Players").LocalPlayer.Backpack
- end
- })
- Tab:AddButton({
- Name = "Get Banana",
- Callback = function()
- game:GetService("ReplicatedStorage").Gear.banana.Parent = game:GetService("Players").LocalPlayer.Backpack
- end
- })
- Tab:AddButton({
- Name = "Get bomb",
- Callback = function()
- game:GetService("ReplicatedStorage").Gear.bomb.Parent = game:GetService("Players").LocalPlayer.Backpack
- end
- })
- Tab:AddButton({
- Name = "Get Fishing Rod",
- Callback = function()
- game:GetService("ReplicatedStorage").Gear.fishingrod.Parent = game:GetService("Players").LocalPlayer.Backpack
- end
- })
- Tab:AddButton({
- Name = "Get Hook",
- Callback = function()
- game:GetService("ReplicatedStorage").Gear.hook.Parent = game:GetService("Players").LocalPlayer.Backpack
- end
- })
- OrionLib:MakeNotification({
- Name = "Hey!",
- 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",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- local Tab = Window:MakeTab({
- Name = "Support",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Section = Tab:AddSection({
- Name = "Hello This would Help me so much im a beginner scripter"
- })
- Tab:AddLabel("You can support me By Donating robux to me in pls Donate :D")
- Tab:AddButton({
- Name = "Copy My User to donate me in Pls donate",
- Callback = function()
- setclipboard("Ybdumj")
- toclipboard("Ybdumj")
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment