Advertisement
Legend_HandlesYT

Untitled

Oct 9th, 2021
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(newPlayer)
  2. if newPlayer:IsInGroup(5109696) then
  3. "if game.PlaceId == 6229116934 then
  4. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  5. local Window = Library.CreateLib("Hoopz By Legend HandlesYT", "Sentinel")
  6.  
  7. -- MAIN
  8. local Main = Window:NewTab("Main")
  9. local MainSection = Main:NewSection("Main")
  10.  
  11. MainSection:NewButton("(Remove Building (Less Lag)", "This Will Remove the Building and etc", function()
  12. game.workspace.Map['Practice Area']:Destroy()
  13.  
  14. game.workspace.Map['Lounge']:Destroy()
  15.  
  16. game.workspace.Map['Grass']:Destroy()
  17.  
  18. game.workspace.Map['Lounge Area']:Destroy()
  19.  
  20. game.workspace['Practice Place']:Destroy()
  21.  
  22. game.workspace['Extra']:Destroy()
  23.  
  24. game.workspace['Leaderboards']:Destroy()("Clicked")
  25. end)
  26.  
  27. MainSection:NewButton("Bypass", "This is For When You Are Speeding soMods Won't see Your Logs", function()
  28. print("Clicked")
  29. end)
  30.  
  31. MainSection:NewButton("Looms Aimbot", "Press The Circle in The Bottom Left", function()
  32. loadstring(game:HttpGet("https://raw.githubusercontent.com/Loompic/Hoopz-Aimlock/main/Aimlock"))()("Clicked")
  33. end)
  34.  
  35. MainSection:NewButton("Speed Boost", "This one you Don't need The Bypass", function()
  36. print("Clicked")
  37. end)
  38.  
  39. local Player = Window:NewTab("Teleports")
  40. local PlayerSection = Player:NewSection("Teleports")
  41.  
  42. PlayerSection:NewButton("Rejoin", "Rejoin Server", function()
  43. wait(1) game:GetService("TeleportService"):Teleport(6229116934, LocalPlayer)("Clicked")
  44. end)
  45.  
  46. end"
  47. end
  48. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement