Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "BebediHub | Pressure Washing SImulator!", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- local Tab = Window:MakeTab({
- Name = "Main",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:Label("Main | Be sure to equip your pressure washer!)
- Tab:Label("Wash a little bit of something to update your money!")
- Tab:Checkbox("Infinite Money", false, function(bool)
- while bool do wait() -- If it's true, it prints "true"
- print(bool)
- end
- end)
- Tab:Button("Refill Water", function()
- print("Automatically refills your water tank")
- end)
- Tab:Label("Clean | Be sure to equip your pressure washer!")
- Tab:Label("Clean area | Doesnt actually cleans just makes it so you go to next area")
- local Dropdown = Tab:Dropdown("Autoclean", {"Stop", "Spawn", "Garden"}, function(SelectedButton)
- print(SelectedButton)
- end)
- Dropdown:Button("Mansion")
- Dropdown:Button("School")
- Dropdown:Button("Airport")
- Dropdown:Button("Laborty")
- Dropdown:Button("Artic")
- Dropdown:Button("Castle")
- Dropdown:Button("Mars")
- Dropdown:Button("Cleandromeda")
- Dropdown:Button("Bank")
- Dropdown:Button("Jewelry")
- Dropdown:Button("Titanic")
- local Tab1 = Window:MakeTab({
- Name = "Credits",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:Label("Credits")
- Tab:Label("Originally By Bebedi#9960")
- Tab:Label("Originally By BebediHub")
- Tab:Label("Recreated By TheMFWithNoFriends#7499")
- Tab:Label("Recreated By ShadyHub")
- Tab:Label("Join The Discord Below")
- Tab:Button("https://discord.gg/ArKmNgwXHV", function()
- print("Discord Server Link")
- end)
Advertisement
Add Comment
Please, Sign In to add comment