Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/acsu123/HOHO_H/main/hoho_lib.lua", true))()
- local win = lib:Window("Baconhack_26, hub","The Natural Elevator",Color3.new(0.333333, 0.666667, 1))
- local tab = win:Tab("Main")
- local label = tab:Label("Label", properties) --properties: {["Visible"] = flase}
- label:NewLabel("Enjoy the script :)!", properties)
- tab:Line()
- tab:Button("Unlock VIP", function()
- workspace["Vip Wall"]:Destroy()
- end)
- tab:Line()
- tab:Button("ESP Elavators", function()
- local Highlight = Instance.new('Highlight', game.Workspace.SpawnElevator.Walls)
- Highlight.FillColor = Color3.new(0, 1, 0)
- local Highlight = Instance.new('Highlight', game.Workspace.GameElevator.Walls)
- Highlight.FillColor = Color3.new(0, 1, 0)
- end)
- tab:Line()
- tab:Button("UnESP Elevators", function()
- workspace.GameElevator.Walls.Highlight:Destroy()
- workspace.SpawnElevator.Walls.Highlight:Destroy()
- end)
- local tab = win:Tab("Owner")
- local label = tab:Label("Label", properties) --properties: {["Visible"] = flase}
- label:NewLabel("The Script Owner!", properties)
- tab:Line()
- tab:Button("Copy:Owner Username", function()
- setclipboard("Baconhack_26")
- lib:Nof("Copied", 3)
- end)
- tab:Line()
- tab:Button("Baconhack_26", function()
- setclipboard("Baconhack_26")
- end)
- tab:Line()
- tab:Button("Donate 10$", function()
- lib:Nof("Sucess:Donates 10$")
- wait(5.3)
- lib:Nof("Warning:Donations is fake")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement