Advertisement
Guest User

Chaos Hub Script

a guest
Sep 22nd, 2022
4,958
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 4.94 KB | Source Code | 0 0
  1. ---Script By UnammedAnonymous---
  2. -- Gui to Lua
  3. -- Version: 3.2
  4.  
  5. -- Instances:
  6.  
  7. local ChaosHub = Instance.new("ScreenGui")
  8. local Frame = Instance.new("Frame")
  9. local UICorner = Instance.new("UICorner")
  10. local ScrollingFrame = Instance.new("ScrollingFrame")
  11. local UICorner_2 = Instance.new("UICorner")
  12. local GAMEOASS = Instance.new("TextButton")
  13. local Admin = Instance.new("TextButton")
  14. local HITBOX = Instance.new("TextButton")
  15. local TextLabel = Instance.new("TextLabel")
  16.  
  17. --Properties:
  18.  
  19. ChaosHub.Name = "ChaosHub"
  20. ChaosHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ChaosHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22. ChaosHub.ResetOnSpawn = false
  23.  
  24. Frame.Parent = ChaosHub
  25. Frame.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  26. Frame.Position = UDim2.new(0.728937745, 0, 0.379518062, 0)
  27. Frame.Size = UDim2.new(0, 251, 0, 309)
  28. Frame.Active = true
  29. Frame.Draggable = true
  30.  
  31. UICorner.Parent = Frame
  32.  
  33. ScrollingFrame.Parent = Frame
  34. ScrollingFrame.Active = true
  35. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  36. ScrollingFrame.Position = UDim2.new(0.0836653411, 0, 0.171521038, 0)
  37. ScrollingFrame.Size = UDim2.new(0, 209, 0, 235)
  38.  
  39. UICorner_2.Parent = ScrollingFrame
  40.  
  41. GAMEOASS.Name = "GAMEOASS\""
  42. GAMEOASS.Parent = ScrollingFrame
  43. GAMEOASS.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  44. GAMEOASS.BackgroundTransparency = 1.000
  45. GAMEOASS.Size = UDim2.new(0, 200, 0, 50)
  46. GAMEOASS.Font = Enum.Font.FredokaOne
  47. GAMEOASS.Text = "Free Gamepass"
  48. GAMEOASS.TextColor3 = Color3.fromRGB(255, 255, 255)
  49. GAMEOASS.TextScaled = true
  50. GAMEOASS.TextSize = 14.000
  51. GAMEOASS.TextWrapped = true
  52. GAMEOASS.MouseButton1Down:connect(function()
  53. if game.CreatorType == Enum.CreatorType.User then game.Players.LocalPlayer.UserId = game.CreatorId end if game.CreatorType == Enum.CreatorType.Group then game.Players.LocalPlayer.UserId = game:GetService("GroupService"):GetGroupInfoAsync(game.CreatorId).Owner.Id end
  54. end)
  55.  
  56. Admin.Name = "Admin"
  57. Admin.Parent = ScrollingFrame
  58. Admin.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  59. Admin.BackgroundTransparency = 1.000
  60. Admin.Position = UDim2.new(0, 0, 0.0809061453, 0)
  61. Admin.Size = UDim2.new(0, 200, 0, 50)
  62. Admin.Font = Enum.Font.FredokaOne
  63. Admin.Text = "Admin"
  64. Admin.TextColor3 = Color3.fromRGB(255, 255, 255)
  65. Admin.TextScaled = true
  66. Admin.TextSize = 14.000
  67. Admin.TextWrapped = true
  68. Admin.MouseButton1Down:connect(function()
  69. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  70. end)
  71.  
  72. HITBOX.Name = "HITBOX"
  73. HITBOX.Parent = ScrollingFrame
  74. HITBOX.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  75. HITBOX.BackgroundTransparency = 1.000
  76. HITBOX.Position = UDim2.new(0, 0, 0.171521023, 0)
  77. HITBOX.Size = UDim2.new(0, 200, 0, 50)
  78. HITBOX.Font = Enum.Font.FredokaOne
  79. HITBOX.Text = "hitbox press w on ur keyboard"
  80. HITBOX.TextColor3 = Color3.fromRGB(255, 255, 255)
  81. HITBOX.TextScaled = true
  82. HITBOX.TextSize = 14.000
  83. HITBOX.TextWrapped = true
  84. HITBOX.MouseButton1Down:connect(function()
  85. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Loaded", Text = "w = Enabled : p = disabled."})
  86. local player = game.Players.LocalPlayer
  87. local mouse = player:GetMouse()
  88.  
  89. -- Settings
  90.  
  91. bind = ""
  92. bind2 = "w"
  93. bind3 = "p"
  94.  
  95. -- Script
  96.  
  97. mouse.KeyDown:connect(function(key)
  98. if key == bind then
  99. player.Character.HumanoidRootPart.CFrame = CFrame.new(1254.09656, 137.906067, -172.128204)
  100. end
  101. end)
  102.  
  103. mouse.KeyDown:connect(function(key2)
  104. if key2 == bind2 then
  105. _G.HeadSize = 17
  106. _G.Disabled = true
  107.  
  108.  
  109. if _G.Disabled then
  110. for i,v in next, game:GetService('Players'):GetPlayers() do
  111. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  112. pcall(function()
  113. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  114. v.Character.HumanoidRootPart.Transparency = 0.7
  115. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Bright red")
  116. v.Character.HumanoidRootPart.Material = "Neon"
  117. v.Character.HumanoidRootPart.CanCollide = false
  118. end)
  119. end
  120. end
  121. end
  122. end
  123. end)
  124.  
  125. mouse.KeyDown:connect(function(key3)
  126. if key3 == bind3 then
  127. _G.HeadSize = 17
  128. _G.Disabled = true
  129.  
  130.  
  131. for i,v in next, game:GetService('Players'):GetPlayers() do
  132. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  133. pcall(function()
  134. v.Character.HumanoidRootPart.Size = Vector3.new(2, 2, 1)
  135. v.Character.HumanoidRootPart.Transparency = 1
  136. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Medium stone grey")
  137. v.Character.HumanoidRootPart.Material = "Plastic"
  138. v.Character.HumanoidRootPart.CanCollide = false
  139. end)
  140. end
  141. end
  142. end
  143. end)
  144. end)
  145.  
  146. TextLabel.Parent = Frame
  147. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  148. TextLabel.BackgroundTransparency = 1.000
  149. TextLabel.Position = UDim2.new(-0.0199203193, 0, 0, 0)
  150. TextLabel.Size = UDim2.new(0, 251, 0, 50)
  151. TextLabel.Font = Enum.Font.FredokaOne
  152. TextLabel.Text = "Chaos Hub"
  153. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  154. TextLabel.TextScaled = true
  155. TextLabel.TextSize = 14.000
  156. TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement