Advertisement
exploit43262

My hub

Jul 10th, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Trigzzy#8305 hub", "Ocean")
  3.  
  4. --MAIN
  5. local Main = Window:NewTab("Main")
  6. local MainSection = Main:NewSection("Main")
  7.  
  8.  
  9. MainSection:NewButton("Walkspeed", "makes you run fast", function()
  10. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  11. end)
  12.  
  13. MainSection:NewButton("Infinite jump", "makes jump high", function()
  14. local InfiniteJumpEnabled = true
  15. game:GetService("UserInputService").JumpRequest:connect(function()
  16. if InfiniteJumpEnabled then
  17. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  18. end
  19. end)
  20. end)
  21.  
  22. MainSection:NewButton("PetsimxAutofarm", "Works", function()
  23. _G.Color = Color3.fromRGB(255, 255, 255)
  24. loadstring(game:HttpGet"https://rawscripts.net/raw/SAZA-HUB_496")()
  25. end)
  26.  
  27. MainSection:NewButton("Jailbreak Autofarm", "works", function()
  28. loadstring(game:HttpGet("https://raw.githubusercontent.com/wawsdasdacx/ohascriptnrrewading/main/jbsaxcriptidk1"))();
  29.  
  30. end)
  31.  
  32. MainSection:NewButton("Teleport", "Press ctrl and click to tp", function()
  33. local Plr = game:GetService("Players").LocalPlayer
  34. local Mouse = Plr:GetMouse()
  35.  
  36. Mouse.Button1Down:connect(
  37. function()
  38. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then
  39. return
  40. end
  41. if not Mouse.Target then
  42. return
  43. end
  44. Plr.Character:MoveTo(Mouse.Hit.p)
  45. end
  46. )
  47.  
  48. end)
  49.  
  50. MainSection:NewButton("Esp", "works on all games", function()
  51. local color = BrickColor.new(50,0,250)
  52. local transparency = .8
  53.  
  54. local Players = game:GetService("Players")
  55. local function _ESP(c)
  56. repeat wait() until c.PrimaryPart ~= nil
  57. for i,p in pairs(c:GetChildren()) do
  58. if p.ClassName == "Part" or p.ClassName == "MeshPart" then
  59. if p:FindFirstChild("shit") then p.shit:Destroy() end
  60. local a = Instance.new("BoxHandleAdornment",p)
  61. a.Name = "shit"
  62. a.Size = p.Size
  63. a.Color = color
  64. a.Transparency = transparency
  65. a.AlwaysOnTop = true
  66. a.Visible = true
  67. a.Adornee = p
  68. a.ZIndex = true
  69.  
  70. end
  71. end
  72. end
  73. local function ESP()
  74. for i,v in pairs(Players:GetChildren()) do
  75. if v ~= game.Players.LocalPlayer then
  76. if v.Character then
  77. _ESP(v.Character)
  78. end
  79. v.CharacterAdded:Connect(function(chr)
  80. _ESP(chr)
  81. end)
  82. end
  83. end
  84. Players.PlayerAdded:Connect(function(player)
  85. player.CharacterAdded:Connect(function(chr)
  86. _ESP(chr)
  87. end)
  88. end)
  89. end
  90. ESP()
  91. end)
  92.  
  93. MainSection:NewButton("Btools", "Really good", function()
  94. Instance.new("HopperBin", game.Players.LocalPlayer.Backpack).BinType = 4
  95. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20
  96. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement