Advertisement
Guest User

Spee

a guest
Jun 7th, 2020
825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.06 KB | None | 0 0
  1. -- Script created by SpeedSterMaster
  2. -- Roblox Scripting is Really Easy.
  3. -- Created by SpeedSterMaster, Check me out on YouTube
  4. -- Doing simple Stuff, Such as Giving Player Humanoid or JumpPower
  5. -- Starting with Humanoid Walkspeed --
  6. game.Workspace.PlayerUsername.Humanoid.WalkSpeed = 100 -- Set this to your Speed
  7. -- In PlayerUserName type your Roblox UserName and Set your Speed --
  8. -- Now we are Going to Set up Our Health --
  9. game.Workspace.PlayerUsername.Humanoid.Health = 500 -- Set this to your Health
  10. game.Workspace.PlayerUsername.Humanoid.MaxHealth = 1000 -- Set this to your Max Health, Different from your Health
  11. -- MaxHealth is your Max Health and your Health is your Health when you Join. --
  12. -- Now we are going to set up Our Last One, JumpPower aka Gravity --
  13. game.Workspace.PlayerUsername.Humanoid.JumpPower = 90 -- Set this to your Gravity aka Jump Power
  14.  
  15.  
  16.  
  17. -- Down is the Menu, Do not Delete it, you will need it to enable the scripts --
  18. -- Again: Do not Remove or Change Any Text Below, Thank you. ---
  19. i = (game.Players.LocalPlayer.Name)
  20.  
  21. local Player = game.Players.LocalPlayer
  22. Mouse = Player:GetMouse()
  23.  
  24. local Loading = Instance.new("ScreenGui")
  25. Loading.Parent = game.Players[i].PlayerGui
  26.  
  27. local Hover = Instance.new("Sound")
  28. Hover.Parent = game.Players[i].PlayerGui
  29. Hover.SoundId = "http://www.roblox.com/asset/?ID=433434991"
  30.  
  31. local Open = Instance.new("Sound")
  32. Open.Parent = game.Players[i].PlayerGui
  33. Open.SoundId = "http://www.roblox.com/asset/?ID=169154227"
  34. Open.Pitch = 1.2
  35. Open.Volume = 1
  36.  
  37.  
  38. local Loaded = Instance.new("TextLabel")
  39. Loaded.Parent = Loading
  40. Loaded.Position = UDim2.new(0, 0, 0.2, 0)
  41. Loaded.Size = UDim2.new(1, 0, 0, 90)
  42. Loaded.BackgroundColor3 = Color3.new(0,0,0)
  43. Loaded.BackgroundTransparency = 1
  44. Loaded.TextScaled = true
  45. Loaded.Text = 'SpeedSterMasters Script Bundle'
  46. Loaded.Font = 'SourceSansBold'
  47. Loaded.TextColor3 = Color3.new(255, 255, 255)
  48. Loaded.TextStrokeTransparency = 0
  49. Loaded.TextStrokeColor3 = Color3.new(255,0,0)
  50. function Animate()
  51. Loaded.Text = 'SpeedSterMasters Script Bundle Loaded..'
  52. wait(1)
  53.  
  54.  
  55. end
  56. Animate()
  57. wait(1)
  58.  
  59. Loaded:Destroy()
  60.  
  61. local screenGui = Instance.new("ScreenGui")
  62. screenGui.Parent = game.Players[i].PlayerGui
  63.  
  64. local frame = Instance.new("Frame")
  65. frame.Parent = screenGui
  66. frame.Position = UDim2.new(0.74, 0, 0, 0)
  67. frame.Size = UDim2.new(0, 250, 1, 0)
  68. frame.BackgroundColor3 = Color3.new(0,0,0)
  69. frame.BorderColor3 = Color3.new(255,0,0)
  70. frame.BackgroundTransparency = 1
  71. frame.Visible = false
  72.  
  73.  
  74. local Selector = Instance.new("Frame")
  75. Selector.Parent = frame
  76. Selector.Position = UDim2.new(0, 0, 0.4, 0)
  77. Selector.Size = UDim2.new(1, 0, 0, 50)
  78. Selector.BackgroundColor3 = Color3.new(255,0,0)
  79. Selector.BackgroundTransparency = 0.7
  80. Selector.BorderSizePixel = 0
  81.  
  82.  
  83. local SpeedHackA = Instance.new("TextButton")
  84. SpeedHackA.Parent = frame
  85. SpeedHackA.Position = UDim2.new(0, 0, 0.2, 0)
  86. SpeedHackA.Size = UDim2.new(1, 0, 0, 50)
  87. SpeedHackA.BackgroundTransparency = 1
  88. SpeedHackA.Text = 'Enable Scripts'
  89. SpeedHackA.FontSize = 'Size32'
  90. SpeedHackA.Font = 'ArialBold'
  91. SpeedHackA.TextStrokeColor3 = Color3.new(255,0,0)
  92. SpeedHackA.TextStrokeTransparency = 0.5
  93. SpeedHackA.TextColor3 = Color3.new(255,255,255)
  94. SpeedHackA.Modal = true
  95. SpeedHackA.Visible = false
  96.  
  97. local Theme = Instance.new("TextLabel")
  98. Theme.Parent = frame
  99. Theme.Position = UDim2.new(0, 0, 0, 0)
  100. Theme.Size = UDim2.new(1, 0, 0, 50)
  101. Theme.BackgroundTransparency = 1
  102. Theme.Text = 'SpeedSterMaster'
  103. Theme.FontSize = 'Size32'
  104. Theme.Font = 'ArialBold'
  105. Theme.TextStrokeColor3 = Color3.new(255,0,0)
  106. Theme.TextStrokeTransparency = 0.5
  107. Theme.TextColor3 = Color3.new(255,255,255)
  108. Theme.TextWrapped = true
  109.  
  110.  
  111. local SpeedHackB = Instance.new("TextButton")
  112. SpeedHackB.Parent = frame
  113. SpeedHackB.Position = UDim2.new(0, 0, 0.2, 0)
  114. SpeedHackB.Size = UDim2.new(1, 0, 0, 50)
  115. SpeedHackB.BackgroundTransparency = 1
  116. SpeedHackB.Text = ''
  117. SpeedHackB.FontSize = 'Size32'
  118. SpeedHackB.Font = 'ArialBold'
  119. SpeedHackB.TextStrokeColor3 = Color3.new(255,0,0)
  120. SpeedHackB.TextStrokeTransparency = 0.5
  121. SpeedHackB.TextColor3 = Color3.new(255,255,255)
  122. SpeedHackB.Visible = true
  123. SpeedHackB.Modal = true
  124.  
  125. local AimbotScript = Instance.new("TextButton")
  126. AimbotScript.Parent = frame
  127. AimbotScript.Position = UDim2.new(0, 0, 0.3, 0)
  128. AimbotScript.Size = UDim2.new(1, 0, 0, 50)
  129. AimbotScript.BackgroundTransparency = 1
  130. AimbotScript.Text = ''
  131. AimbotScript.FontSize = 'Size32'
  132. AimbotScript.Font = 'ArialBold'
  133. AimbotScript.TextStrokeColor3 = Color3.new(255,0,0)
  134. AimbotScript.TextStrokeTransparency = 0.5
  135. AimbotScript.TextColor3 = Color3.new(255,255,255)
  136.  
  137. local Fly = Instance.new("TextButton")
  138. Fly.Parent = frame
  139. Fly.Position = UDim2.new(0, 0, 0.4, 0)
  140. Fly.Size = UDim2.new(1, 0, 0, 50)
  141. Fly.BackgroundTransparency = 1
  142. Fly.Text = ''
  143. Fly.FontSize = 'Size32'
  144. Fly.Font = 'ArialBold'
  145. Fly.TextStrokeColor3 = Color3.new(255,0,0)
  146. Fly.TextStrokeTransparency = 0.5
  147. Fly.TextColor3 = Color3.new(255,255,255)
  148. Fly.Visible = true
  149. Fly.Modal = true
  150.  
  151. local MusicMode = Instance.new("TextButton")
  152. MusicMode.Parent = frame
  153. MusicMode.Position = UDim2.new(0, 0, 0.5, 0)
  154. MusicMode.Size = UDim2.new(1, 0, 0, 50)
  155. MusicMode.BackgroundTransparency = 1
  156. MusicMode.Text = ''
  157. MusicMode.FontSize = 'Size32'
  158. MusicMode.Font = 'ArialBold'
  159. MusicMode.TextStrokeColor3 = Color3.new(255,0,0)
  160. MusicMode.TextStrokeTransparency = 0.5
  161. MusicMode.TextColor3 = Color3.new(255,255,255)
  162. MusicMode.Visible = true
  163. MusicMode.Modal = true
  164.  
  165. Mouse.KeyDown:connect(function(Key)
  166. if(Key:lower() == "q") then
  167. if Selector.Position == UDim2.new(0, 0, 0.2, 0) then
  168. print('Selector Detceted')
  169. SpeedHackB.Text = ''
  170. while true do
  171. wait(0.001)
  172. game.Workspace[i].Humanoid.WalkSpeed = 40
  173. end
  174.  
  175. end
  176.  
  177.  
  178.  
  179.  
  180. end
  181. end)
  182.  
  183. Mouse.KeyDown:connect(function(Key)
  184. if(Key:lower() == "q") then
  185. if Selector.Position == UDim2.new(0, 0, 0.5, 0) then
  186. print('Selector Detceted')
  187. MusicMode.Text = ''
  188. local SoundHe = Instance.new("Sound")
  189. SoundHe.Parent = game.Players[i].PlayerGui
  190. SoundHe.SoundId = "rbxassetid://257489832"
  191. SoundHe.Pitch = 1
  192. SoundHe.Volume = 1
  193. SoundHe.Name = "Moosic"
  194. wait(0.001)
  195. SoundHe.Parent = game.Workspace
  196. game.Workspace.Moosic:Play()
  197. end end
  198.  
  199.  
  200.  
  201. end)
  202.  
  203. Mouse.KeyDown:connect(function(Key)
  204. if(Key:lower() == "q") then
  205. if Selector.Position == UDim2.new(0, 0, 0.4, 0) then
  206. print('Selector Detceted')
  207. Fly.Text = 'Perm Fly: ON'
  208.  
  209. repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  210. local mouse = game.Players.LocalPlayer:GetMouse()
  211. repeat wait() until mouse
  212. local plr = game.Players.LocalPlayer
  213. local torso = plr.Character.Torso
  214. local flying = true
  215. local deb = true
  216. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  217. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  218. local maxspeed = 50
  219. local speed = 0
  220. function Fly()
  221. local bg = Instance.new("BodyGyro", torso)
  222. bg.P = 9e4
  223. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  224. bg.cframe = torso.CFrame
  225. local bv = Instance.new("BodyVelocity", torso)
  226. bv.velocity = Vector3.new(0,0.1,0)
  227. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  228. repeat wait()
  229. plr.Character.Humanoid.PlatformStand = true
  230. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  231. speed = speed+.5+(speed/maxspeed)
  232. if speed > maxspeed then
  233. speed = maxspeed
  234. end
  235. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  236. speed = speed-1
  237. if speed < 0 then
  238. speed = 0
  239. end
  240. end
  241. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  242. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  243. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  244. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  245. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  246. else
  247. bv.velocity = Vector3.new(0,0.1,0)
  248. end
  249. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  250. until not flying
  251. ctrl = {f = 0, b = 0, l = 0, r = 0}
  252. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  253. speed = 0
  254. bg:Destroy()
  255. bv:Destroy()
  256. plr.Character.Humanoid.PlatformStand = false
  257. end
  258. mouse.KeyDown:connect(function(key)
  259. if key:lower() == "f" then
  260. if flying then flying = false
  261. else
  262. flying = true
  263. Fly()
  264. end
  265. elseif key:lower() == "w" then
  266. ctrl.f = 1
  267. elseif key:lower() == "s" then
  268. ctrl.b = -1
  269. elseif key:lower() == "a" then
  270. ctrl.l = -1
  271. elseif key:lower() == "d" then
  272. ctrl.r = 1
  273. end
  274. end)
  275. mouse.KeyUp:connect(function(key)
  276. if key:lower() == "w" then
  277. ctrl.f = 0
  278. elseif key:lower() == "s" then
  279. ctrl.b = 0
  280. elseif key:lower() == "a" then
  281. ctrl.l = 0
  282. elseif key:lower() == "d" then
  283. ctrl.r = 0
  284. end
  285. end)
  286. Fly()
  287.  
  288.  
  289. end
  290.  
  291.  
  292.  
  293.  
  294. end
  295. end)
  296.  
  297. Mouse.KeyDown:connect(function(Key)
  298. if(Key:lower() == "q") then
  299. if Selector.Position == UDim2.new(0, 0, 0.3, 0) then
  300. print('Selector Detceted')
  301. AimbotScript.Text = 'Perm Aimbot: ON'
  302. _G.HeadSize = 40
  303. _G.HeadOffset = 20
  304. _G.Enabled = true
  305. game:service'RunService'.Stepped:connect(function()
  306. if _G.Enabled then
  307. for i,v in pairs(game:service'Players':GetPlayers()) do
  308. if v.TeamColor ~= game:service'Players'.LocalPlayer.TeamColor then
  309. --if v.Name ~= game:service'Players'.LocalPlayer.Name then
  310. pcall(function()
  311. v.Character.Head.CanCollide = false
  312. v.Character.Head.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  313. v.Character.Head.CFrame = v.Character.Torso.CFrame * CFrame.new(0,_G.HeadOffset,0)
  314. end)
  315. --end
  316. end
  317. end
  318. end
  319. end)
  320.  
  321.  
  322. end
  323.  
  324.  
  325.  
  326.  
  327. end
  328. end)
  329.  
  330.  
  331. function enter()
  332. Selector:TweenPosition(UDim2.new(0,0,0.3,0),'Out','Quad',0.22)
  333. Hover:Play()
  334. end
  335.  
  336.  
  337. AimbotScript.MouseEnter:connect(enter)
  338.  
  339. function enter()
  340. Selector:TweenPosition(UDim2.new(0,0,0.2,0),'Out','Quad',0.22)
  341. Hover:Play()
  342. end
  343.  
  344.  
  345. SpeedHackB.MouseEnter:connect(enter)
  346.  
  347. function enter()
  348. Selector:TweenPosition(UDim2.new(0,0,0.4,0),'Out','Quad',0.22)
  349. Hover:Play()
  350. end
  351.  
  352.  
  353. Fly.MouseEnter:connect(enter)
  354.  
  355. function enter()
  356. Selector:TweenPosition(UDim2.new(0,0,0.5,0),'Out','Quad',0.22)
  357. Hover:Play()
  358. end
  359.  
  360.  
  361. MusicMode.MouseEnter:connect(enter)
  362.  
  363.  
  364. Mouse.KeyDown:connect(function(Key)
  365. if Key:byte() == 32 then
  366. if frame.Visible == false then
  367. frame.Visible = true
  368. Open:Play()
  369. frame.BackgroundTransparency = 0.9
  370. wait(0.001)
  371. frame.BackgroundTransparency = 0.8
  372. wait(0.001)
  373. frame.BackgroundTransparency = 0.7
  374. wait(0.001)
  375. frame.BackgroundTransparency = 0.6
  376. wait(0.001)
  377. frame.BackgroundTransparency = 0.5
  378. wait(0.001)
  379. elseif frame.Visible == true then
  380. frame.BackgroundTransparency = 0.1
  381. wait(0.001)
  382. frame.BackgroundTransparency = 0.2
  383. wait(0.001)
  384. frame.BackgroundTransparency = 0.3
  385. wait(0.001)
  386. frame.BackgroundTransparency = 0.4
  387. wait(0.001)
  388. frame.BackgroundTransparency = 0.5
  389. wait(0.001)
  390. frame.Visible = false
  391. end
  392. end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement