Advertisement
NeverCords

Colonel Hub

Jul 27th, 2021
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.71 KB | None | 0 0
  1. local SpeedScreen = Instance.new("ScreenGui")
  2. local SpeedButton = Instance.new("TextButton")
  3.  
  4. -- scripted by Exitedsnow311#4007 on discord
  5. -- Speed section
  6. local Player = workspace.Parent.Players.LocalPlayer
  7. local StarterGui = Player.PlayerGui
  8.  
  9. SpeedScreen.Parent = StarterGui
  10. SpeedButton.Parent = StarterGui.ScreenGui
  11.  
  12. SpeedButton.Text = "Speed 9999"
  13. SpeedButton.BackgroundColor3 = Color3.new(1, 0.690196, 0.254902)
  14. SpeedButton.BorderColor3 = Color3.new(1, 1, 1)
  15. SpeedButton.BorderSizePixel = 5
  16. SpeedButton.TextColor3 = Color3.new(0, 1, 0.784314)
  17. SpeedButton.TextScaled = true
  18. SpeedButton.Font = 'SourceSansBold'
  19. SpeedButton.Position = UDim2.new(0.779, 0,0.247, 0)
  20. SpeedButton.Size = UDim2.new(0, 200,0, 50)
  21.  
  22. SpeedButton.MouseButton1Click:Connect(function()
  23. Player.Character.Humanoid.WalkSpeed = 9999
  24.  
  25. end)
  26. -- Jump Sectiom
  27. local SpeedScreen = Instance.new("ScreenGui")
  28. local SpeedButton = Instance.new("TextButton")
  29.  
  30. local Player = workspace.Parent.Players.LocalPlayer
  31. local StarterGui = Player.PlayerGui
  32.  
  33. SpeedScreen.Parent = StarterGui
  34. SpeedButton.Parent = StarterGui.ScreenGui
  35.  
  36. SpeedButton.Text = "Jump 9999"
  37. SpeedButton.BackgroundColor3 = Color3.new(1, 0.690196, 0.254902)
  38. SpeedButton.BorderColor3 = Color3.new(1, 1, 1)
  39. SpeedButton.BorderSizePixel = 5
  40. SpeedButton.TextColor3 = Color3.new(0, 1, 0.784314)
  41. SpeedButton.TextScaled = true
  42. SpeedButton.Font = 'SourceSansBold'
  43. SpeedButton.Position = UDim2.new(0.014, 0,0.026, 0)
  44. SpeedButton.Size = UDim2.new(0, 200,0, 50)
  45.  
  46. SpeedButton.MouseButton1Click:Connect(function()
  47. Player.Character.Humanoid.JumpPower = 9999
  48.  
  49. end)
  50. -- Invisible section
  51. local SpeedScreen = Instance.new("ScreenGui")
  52. local SpeedButton = Instance.new("TextButton")
  53.  
  54. local Player = workspace.Parent.Players.LocalPlayer
  55. local StarterGui = Player.PlayerGui
  56.  
  57. SpeedScreen.Parent = StarterGui
  58. SpeedButton.Parent = StarterGui.ScreenGui
  59.  
  60. SpeedButton.Text = "Invisible"
  61. SpeedButton.BackgroundColor3 = Color3.new(1, 0.690196, 0.254902)
  62. SpeedButton.BorderColor3 = Color3.new(1, 1, 1)
  63. SpeedButton.BorderSizePixel = 5
  64. SpeedButton.TextColor3 = Color3.new(0, 1, 0.784314)
  65. SpeedButton.TextScaled = true
  66. SpeedButton.Font = 'SourceSansBold'
  67. SpeedButton.Position = UDim2.new(0.81, 0,0.564, 0)
  68. SpeedButton.Size = UDim2.new(0, 200,0, 50)
  69.  
  70. SpeedButton.MouseButton1Click:Connect(function()
  71. Player.Character.Head.Transparency = 1
  72. Player.Character.LeftFoot.Transparency = 1
  73. Player.Character.LeftHand.Transparency = 1
  74. Player.Character.LeftLowerArm.Transparency = 1
  75. Player.Character.LeftLowerLeg.Transparency = 1
  76. Player.Character.LeftUpperArm.Transparency = 1
  77. Player.Character.LeftUpperLeg.Transparency = 1
  78. Player.Character.LowerTorso.Transparency = 1
  79. Player.Character.RightFoot.Transparency = 1
  80. Player.Character.RightHand.Transparency = 1
  81. Player.Character.RightLowerArm.Transparency = 1
  82. Player.Character.RightLowerLeg.Transparency = 1
  83. Player.Character.RightUpperArm.Transparency = 1
  84. Player.Character.RightUpperLeg.Transparency = 1
  85. Player.Character.UpperTorso.Transparency = 1
  86. Player.Character.HumanoidRootPart.Transparency = 1
  87. Player.Character.Head.face.Parent = workspace.Parent.ServerStorage
  88.  
  89. end)
  90. -- Visible section
  91. local SpeedScreen = Instance.new("ScreenGui")
  92. local SpeedButton = Instance.new("TextButton")
  93.  
  94. local Player = workspace.Parent.Players.LocalPlayer
  95. local StarterGui = Player.PlayerGui
  96.  
  97. SpeedScreen.Parent = StarterGui
  98. SpeedButton.Parent = StarterGui.ScreenGui
  99.  
  100. SpeedButton.Text = "Visible"
  101. SpeedButton.BackgroundColor3 = Color3.new(1, 0.690196, 0.254902)
  102. SpeedButton.BorderColor3 = Color3.new(1, 1, 1)
  103. SpeedButton.BorderSizePixel = 5
  104. SpeedButton.TextColor3 = Color3.new(0, 1, 0.784314)
  105. SpeedButton.TextScaled = true
  106. SpeedButton.Font = 'SourceSansBold'
  107. SpeedButton.Position = UDim2.new(0.014, 0,0.547, 0)
  108. SpeedButton.Size = UDim2.new(0, 200,0, 50)
  109.  
  110. SpeedButton.MouseButton1Click:Connect(function()
  111. Player.Character.Head.Transparency = 0
  112. Player.Character.LeftFoot.Transparency = 0
  113. Player.Character.LeftHand.Transparency = 0
  114. Player.Character.LeftLowerArm.Transparency = 0
  115. Player.Character.LeftLowerLeg.Transparency = 0
  116. Player.Character.LeftUpperArm.Transparency = 0
  117. Player.Character.LeftUpperLeg.Transparency = 0
  118. Player.Character.LowerTorso.Transparency = 0
  119. Player.Character.RightFoot.Transparency = 0
  120. Player.Character.RightHand.Transparency = 0
  121. Player.Character.RightLowerArm.Transparency = 0
  122. Player.Character.RightLowerLeg.Transparency = 0
  123. Player.Character.RightUpperArm.Transparency = 0
  124. Player.Character.RightUpperLeg.Transparency = 0
  125. Player.Character.UpperTorso.Transparency = 0
  126. Player.Character.HumanoidRootPart.Transparency = 1
  127. workspace.Parent.ServerStorage.face.Parent = Player.Character.Head
  128.  
  129. end)
  130.  
  131.  
  132. -- Name protect
  133. Player.Name = "N4M3PR0T3CT10N_1001010101"
  134. Player.DisplayName = "N4M3PR0T3CT10N_100101010D"
  135. -- Respawn Button
  136. local Eskos = Instance.new("ScreenGui")
  137. local SpeedNope = Instance.new("TextButton")
  138.  
  139. local Player = workspace.Parent.Players.LocalPlayer
  140. local StarterGui = Player.PlayerGui
  141.  
  142. Eskos.Parent = StarterGui
  143. SpeedNope.Parent = StarterGui.ScreenGui
  144.  
  145. SpeedNope.Text = "Respawn"
  146. SpeedNope.BackgroundColor3 = Color3.new(1, 0.690196, 0.254902)
  147. SpeedNope.BorderColor3 = Color3.new(1, 1, 1)
  148. SpeedNope.BorderSizePixel = 5
  149. SpeedNope.TextColor3 = Color3.new(0, 1, 0.784314)
  150. SpeedNope.TextScaled = true
  151. SpeedNope.Font = 'SourceSansBold'
  152. SpeedNope.Position = UDim2.new(0.048, 0,0.885, 0)
  153. SpeedNope.Size = UDim2.new(0, 200,0, 50)
  154.  
  155. SpeedNope.MouseButton1Click:Connect(function()
  156. Player.Character.Humanoid.Health = 0
  157.  
  158. end)
  159. -- E to noclip and clip
  160.  
  161. noclip = false
  162. game:GetService('RunService').Stepped:connect(function()
  163. if noclip then
  164. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  165. end
  166. end)
  167. plr = game.Players.LocalPlayer
  168. mouse = plr:GetMouse()
  169. mouse.KeyDown:connect(function(key)
  170.  
  171. if key == "e" then
  172. noclip = not noclip
  173. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  174. end
  175. end)
  176. print('Loaded')
  177. print('Press "E" to noclip')
  178. -- Fly for f
  179. local UserInputService = game:GetService("UserInputService")
  180.  
  181. local Player = game.Players.LocalPlayer
  182. local Character = Player.Character or Player.CharacterAdded:Wait()
  183. local HumanoidRootPart = Character:WaitForChild("HumanoidRootPart")
  184.  
  185. local e1
  186. local e2
  187. local Fly = false
  188. local Speed = 0
  189. local keys = {a = false,d=false,w=false,s=false}
  190.  
  191. local function start()
  192. if not Fly then
  193. Fly = true
  194. else
  195. Fly = false
  196. end
  197.  
  198. local pos = Instance.new("BodyPosition")
  199. local gyro = Instance.new("BodyGyro")
  200.  
  201. pos.Name = "EPIXPOS"
  202. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  203. pos.position = HumanoidRootPart.Position
  204. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  205. gyro.cframe = HumanoidRootPart.CFrame
  206.  
  207. pos.Parent = HumanoidRootPart
  208. gyro.Parent = HumanoidRootPart
  209. repeat
  210. wait()
  211. Character.Humanoid.PlatformStand = true
  212. local new = gyro.cframe - gyro.cframe.p + pos.position
  213. if not keys.w and not keys.s and not keys.a and not keys.d then
  214. Speed = 1
  215. end
  216.  
  217. if keys.w then
  218. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * Speed
  219. Speed=Speed+0.01
  220. end
  221.  
  222. if keys.s then
  223. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * Speed
  224. Speed = Speed+0.01
  225. end
  226.  
  227. if keys.d then
  228. new = new * CFrame.new(Speed,0,0)
  229. Speed=Speed+0.01
  230. end
  231.  
  232. if keys.a then
  233. new = new * CFrame.new(-Speed,0,0)
  234. Speed = Speed+0.01
  235. end
  236.  
  237. if Speed > 5 then
  238. Speed = 5
  239. end
  240.  
  241. pos.position=new.p
  242.  
  243. if keys.w then
  244. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(Speed*15),0,0)
  245. elseif keys.s then
  246. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(Speed*15),0,0)
  247. else
  248. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  249. end
  250.  
  251. until not Fly
  252.  
  253. if gyro then gyro:Destroy() end
  254. if pos then pos:Destroy() end
  255. flying = false
  256. Character.Humanoid.PlatformStand=false
  257. Speed = 0
  258. end
  259.  
  260. UserInputService.InputBegan:Connect(function(Input, GameProcess)
  261. if GameProcess then return end
  262. if not HumanoidRootPart or not HumanoidRootPart.Parent then flying = false e1:disconnect() e2:disconnect() return end
  263. if Input.KeyCode == Enum.KeyCode.W then
  264. keys.w = true
  265. elseif Input.KeyCode == Enum.KeyCode.S then
  266. keys.s = true
  267. elseif Input.KeyCode == Enum.KeyCode.A then
  268. keys.a = true
  269. elseif Input.KeyCode == Enum.KeyCode.D then
  270. keys.d = true
  271. end
  272. end)
  273.  
  274. UserInputService.InputEnded:Connect(function(Input, GameProcess)
  275. if GameProcess then return end
  276. if not HumanoidRootPart or not HumanoidRootPart.Parent then flying = false e1:disconnect() e2:disconnect() return end
  277. if Input.KeyCode == Enum.KeyCode.W then
  278. keys.w = false
  279. elseif Input.KeyCode == Enum.KeyCode.S then
  280. keys.s = false
  281. elseif Input.KeyCode == Enum.KeyCode.A then
  282. keys.a = false
  283. elseif Input.KeyCode == Enum.KeyCode.D then
  284. keys.d = false
  285. end
  286. end)
  287.  
  288. UserInputService.InputBegan:Connect(function(Input, GameProcess)
  289. if GameProcess then return end
  290. if Input.KeyCode == Enum.KeyCode.F then -- Change "F" to the letter for activating the fly
  291. start()
  292. end
  293. end)
  294. -- Unspeed
  295. local Eskos = Instance.new("ScreenGui")
  296. local SpeedNope = Instance.new("TextButton")
  297.  
  298. local Player = workspace.Parent.Players.LocalPlayer
  299. local StarterGui = Player.PlayerGui
  300.  
  301. Eskos.Parent = StarterGui
  302. SpeedNope.Parent = StarterGui.ScreenGui
  303.  
  304. SpeedNope.Text = "Normal Speed"
  305. SpeedNope.BackgroundColor3 = Color3.new(1, 0.690196, 0.254902)
  306. SpeedNope.BorderColor3 = Color3.new(1, 1, 1)
  307. SpeedNope.BorderSizePixel = 5
  308. SpeedNope.TextColor3 = Color3.new(0, 1, 0.784314)
  309. SpeedNope.TextScaled = true
  310. SpeedNope.Font = 'SourceSansBold'
  311. SpeedNope.Position = UDim2.new(0.690, 0,0.885, 0)
  312. SpeedNope.Size = UDim2.new(0, 200,0, 50)
  313.  
  314. SpeedNope.MouseButton1Click:Connect(function()
  315. Player.Character.Humanoid.WalkSpeed = 16
  316.  
  317. end)
  318. -- Normal Jump
  319.  
  320. local Eskos = Instance.new("ScreenGui")
  321. local SpeedNope = Instance.new("TextButton")
  322.  
  323. local Player = workspace.Parent.Players.LocalPlayer
  324. local StarterGui = Player.PlayerGui
  325.  
  326. Eskos.Parent = StarterGui
  327. SpeedNope.Parent = StarterGui.ScreenGui
  328.  
  329. SpeedNope.Text = "Normal Jump"
  330. SpeedNope.BackgroundColor3 = Color3.new(1, 0.690196, 0.254902)
  331. SpeedNope.BorderColor3 = Color3.new(1, 1, 1)
  332. SpeedNope.BorderSizePixel = 5
  333. SpeedNope.TextColor3 = Color3.new(0, 1, 0.784314)
  334. SpeedNope.TextScaled = true
  335. SpeedNope.Font = 'SourceSansBold'
  336. SpeedNope.Position = UDim2.new(0.410, 0,0.885, 0)
  337. SpeedNope.Size = UDim2.new(0, 200,0, 50)
  338.  
  339. SpeedNope.MouseButton1Click:Connect(function()
  340. Player.Character.Humanoid.JumpPower = 50
  341.  
  342. end)
  343. -- Music
  344. local Music = workspace.Parent.SoundService
  345. local SoundMusic = Instance.new("Sound")
  346.  
  347. SoundMusic.Parent = Music
  348. SoundMusic.IsPlaying = true
  349. SoundMusic.Looped = true
  350. SoundMusic.SoundId = 7084712646
  351.  
  352.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement