Advertisement
baconhack_263

The Natural Elevator Script

Jul 9th, 2024 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/acsu123/HOHO_H/main/hoho_lib.lua", true))()
  2. local win = lib:Window("Baconhack_26, hub","The Natural Elevator",Color3.new(0.333333, 0.666667, 1))
  3. local tab = win:Tab("Main")
  4. local label = tab:Label("Label", properties) --properties: {["Visible"] = flase}
  5. label:NewLabel("Enjoy the script :)!", properties)
  6. tab:Line()
  7. tab:Button("Unlock VIP", function()
  8. workspace["Vip Wall"]:Destroy()
  9. end)
  10.  
  11. tab:Line()
  12. tab:Button("ESP Elavators", function()
  13. local Highlight = Instance.new('Highlight', game.Workspace.SpawnElevator.Walls)
  14.  
  15. Highlight.FillColor = Color3.new(0, 1, 0)
  16.  
  17. local Highlight = Instance.new('Highlight', game.Workspace.GameElevator.Walls)
  18.  
  19. Highlight.FillColor = Color3.new(0, 1, 0)
  20.  
  21.  
  22. end)
  23.  
  24. tab:Line()
  25. tab:Button("UnESP Elevators", function()
  26. workspace.GameElevator.Walls.Highlight:Destroy()
  27. workspace.SpawnElevator.Walls.Highlight:Destroy()
  28. end)
  29.  
  30. local tab = win:Tab("Owner")
  31. local label = tab:Label("Label", properties) --properties: {["Visible"] = flase}
  32. label:NewLabel("The Script Owner!", properties)
  33. tab:Line()
  34. tab:Button("Copy:Owner Username", function()
  35. setclipboard("Baconhack_26")
  36. lib:Nof("Copied", 3)
  37. end)
  38.  
  39. tab:Line()
  40. tab:Button("Baconhack_26", function()
  41. setclipboard("Baconhack_26")
  42. end)
  43.  
  44. tab:Line()
  45. tab:Button("Donate 10$", function()
  46. lib:Nof("Sucess:Donates 10$")
  47. wait(5.3)
  48. lib:Nof("Warning:Donations is fake")
  49. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement