Advertisement
C-H-4-0-S

Hub2

Jun 10th, 2024 (edited)
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
  2.  
  3. local Window = Library:NewWindow("Universal Aim Hub")
  4.  
  5. local Cheats = Window:NewSection("Player")
  6.  
  7. Cheats:CreateButton("Speed Toggle", function()
  8. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 125
  9. end)
  10.  
  11. Cheats:CreateButton("Speed Untoggle", function()
  12. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  13. end)
  14.  
  15. Cheats:CreateButton("JumpPower Toggle", function()
  16. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 250
  17. end)
  18.  
  19. Cheats:CreateButton("JumpPower Untoggle", function()
  20. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  21. end)
  22.  
  23.  
  24. Cheats:CreateButton("InfJump", function()
  25. local InfiniteJumpEnabled = true
  26. game:GetService("UserInputService").JumpRequest:connect(function()
  27. if InfiniteJumpEnabled then
  28. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  29. end
  30. end)
  31. end)
  32.  
  33. Cheats:CreateButton("Settings Gui", function()
  34. loadstring(game:HttpGet("https://pastebin.com/raw/RD5xCK6k"))()
  35. end)
  36.  
  37. local Cheats =
  38. Window:NewSection("Silent aim")
  39.  
  40. Cheats:CreateButton("Da hood (Q)", function() loadstring(game:HttpGet("https://pastebin.com/raw/YR2Mn4mG"))()
  41. end)
  42.  
  43. Cheats:CreateButton("Da hood 3D (Q) ", function()
  44. loadstring(game:HttpGet("https://pastebin.com/raw/Vd6wVfDU"))()
  45. end
  46.  
  47. Cheats:CreateButton("MM2", function()
  48. loadstring(game:HttpGet("https://raw.githubusercontent.com/ThatSick/HighlightMM2/main/Main"))()
  49. end)
  50.  
  51. Cheats:CreateButton("KAT", function()
  52. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  53. end)
  54.  
  55. Cheats:CreateButton("Hitbox Increase invisible", function()
  56. _G.HeadSize = 20
  57. _G.Disabled = true
  58.  
  59. game:GetService('RunService').RenderStepped:connect(function()
  60. if _G.Disabled then
  61. for i,v in next, game:GetService('Players'):GetPlayers() do
  62. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  63. pcall(function()
  64. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  65. v.Character.HumanoidRootPart.Transparency = 0
  66. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  67. v.Character.HumanoidRootPart.Material = "Neon"
  68. v.Character.HumanoidRootPart.CanCollide = false
  69. end)
  70. end
  71. end
  72. end
  73. end)
  74. end)
  75.  
  76. Cheats:CreateButton("Hitbox size visible", Function ()
  77. _G.HeadSize = 20
  78. _G.Disabled = true
  79.  
  80. game:GetService('RunService').RenderStepped:connect(function()
  81. if _G.Disabled then
  82. for i,v in next, game:GetService('Players'):GetPlayers() do
  83. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  84. pcall(function()
  85. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  86. v.Character.HumanoidRootPart.Transparency = 0.7
  87. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  88. v.Character.HumanoidRootPart.Material = "Neon"
  89. v.Character.HumanoidRootPart.CanCollide = false
  90. end)
  91. end
  92. end
  93. end
  94. end)
  95. end)
  96.  
  97. local Cheats = Window:NewSection("Guis")
  98.  
  99. Cheats:CreateButton("Fly gui", function()
  100. loadstring(game:HttpGet("https://pastefy.app/M0N30XXG/raw"))();
  101. end)
  102.  
  103. Cheats:CreateButton("Noclip", function()
  104. loadstring(game:HttpGet("https://pastebin.com/raw/B5xRxTnk",true))()
  105. end)
  106.  
  107. local Cheats =
  108. Window:NewSection("Other guis")
  109.  
  110. Cheats:CreateButton("Swordgui", function()
  111. loadstring(game:HttpGet("https://pastebin.com/raw/G3qXczEb"))()
  112. end)
  113.  
  114. Cheats:CreateButton("Main Gui", function()
  115. loadstring(game:HttpGet("https://pastebin.com/raw/KaHGZyT3"))()
  116. end)
  117.  
  118. local Cheats = Window:NewSection("Style")
  119.  
  120. Cheats:CreateButton("Rainbow Chat", function()
  121. loadstring(game:HttpGet("https://pastebin.com/raw/Xuf6hvJW"))()
  122. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement