Facebook
From DooNPlaYZ, 1 Year ago, written in Plain Text.
This paste is a reply to roblox speed hack from daniel - view diff
Embed
Download Paste or View Raw
Hits: 388
  1. --Created By DariuZzZ--
  2.  
  3.  
  4.  
  5.  
  6. local Hacks = Instance.new("ScreenGui")
  7. local Background = Instance.new("Frame")
  8. local Walkspeedlb = Instance.new("TextLabel")
  9. local jumppowerlb = Instance.new("TextLabel")
  10. local speed = Instance.new("TextLabel")
  11. local jump = Instance.new("TextLabel")
  12. local WalkBox = Instance.new("TextBox")
  13. local JumpBox = Instance.new("TextBox")
  14. local WalkSumbit = Instance.new("TextButton")
  15. local JumpSumbit = Instance.new("TextButton")
  16. local TextLabel = Instance.new("TextLabel")
  17. local Open = Instance.new("TextButton")
  18. --Properties:
  19. Hacks.Name = "Hacks"
  20. Hacks.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. Hacks.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. Background.Name = "Background"
  24. Background.Parent = Hacks
  25. Background.BackgroundColor3 = Color3.new(0, 0, 0)
  26. Background.BackgroundTransparency = 0.40000000596046
  27. Background.Position = UDim2.new(0.109510086, 0, 0.381112367, 0)
  28. Background.Size = UDim2.new(0.222958699, 0, 0.476163864, 0)
  29. Background.Visible = false
  30.  
  31. Walkspeedlb.Name = "Walkspeedlb"
  32. Walkspeedlb.Parent = Background
  33. Walkspeedlb.BackgroundColor3 = Color3.new(1, 1, 1)
  34. Walkspeedlb.BackgroundTransparency = 1
  35. Walkspeedlb.Position = UDim2.new(0, 0, 0.122436516, 0)
  36. Walkspeedlb.Size = UDim2.new(0.999999762, 0, 0.100000001, 0)
  37. Walkspeedlb.Visible = false
  38. Walkspeedlb.Font = Enum.Font.SourceSans
  39. Walkspeedlb.Text = "WalkSpeed:"
  40. Walkspeedlb.TextColor3 = Color3.new(1, 1, 1)
  41. Walkspeedlb.TextScaled = true
  42. Walkspeedlb.TextSize = 14
  43. Walkspeedlb.TextWrapped = true
  44. Walkspeedlb.TextXAlignment = Enum.TextXAlignment.Left
  45.  
  46. jumppowerlb.Name = "jumppowerlb"
  47. jumppowerlb.Parent = Background
  48. jumppowerlb.BackgroundColor3 = Color3.new(1, 1, 1)
  49. jumppowerlb.BackgroundTransparency = 1
  50. jumppowerlb.Position = UDim2.new(0, 0, 0.2203857, 0)
  51. jumppowerlb.Size = UDim2.new(0.999999762, 0, 0.100000001, 0)
  52. jumppowerlb.Visible = false
  53. jumppowerlb.Font = Enum.Font.SourceSans
  54. jumppowerlb.Text = "Jump Power:"
  55. jumppowerlb.TextColor3 = Color3.new(1, 1, 1)
  56. jumppowerlb.TextScaled = true
  57. jumppowerlb.TextSize = 14
  58. jumppowerlb.TextWrapped = true
  59. jumppowerlb.TextXAlignment = Enum.TextXAlignment.Left
  60.  
  61. speed.Name = "speed"
  62. speed.Parent = Background
  63. speed.BackgroundColor3 = Color3.new(1, 1, 1)
  64. speed.BackgroundTransparency = 1
  65. speed.Position = UDim2.new(0.577337444, 0, 0.122436516, 0)
  66. speed.Size = UDim2.new(0.422662586, 0, 0.100000001, 0)
  67. speed.Visible = false
  68. speed.Font = Enum.Font.SourceSans
  69. speed.Text = "Default"
  70. speed.TextColor3 = Color3.new(1, 1, 1)
  71. speed.TextScaled = true
  72. speed.TextSize = 14
  73. speed.TextWrapped = true
  74.  
  75. jump.Name = "jump"
  76. jump.Parent = Background
  77. jump.BackgroundColor3 = Color3.new(1, 1, 1)
  78. jump.BackgroundTransparency = 1
  79. jump.Position = UDim2.new(0.659198582, 0, 0.22038573, 0)
  80. jump.Size = UDim2.new(0.340801179, 0, 0.100000001, 0)
  81. jump.Visible = false
  82. jump.Font = Enum.Font.SourceSans
  83. jump.Text = "Default"
  84. jump.TextColor3 = Color3.new(1, 1, 1)
  85. jump.TextScaled = true
  86. jump.TextSize = 14
  87. jump.TextWrapped = true
  88.  
  89. WalkBox.Name = "WalkBox"
  90. WalkBox.Parent = Background
  91. WalkBox.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  92. WalkBox.BackgroundTransparency = 0.5
  93. WalkBox.BorderSizePixel = 0
  94. WalkBox.Position = UDim2.new(0, 0, 0.174571082, 0)
  95. WalkBox.Size = UDim2.new(0.999999881, 0, 0.187969327, 0)
  96. WalkBox.Font = Enum.Font.SourceSans
  97. WalkBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  98. WalkBox.PlaceholderText = "Insert a number for walk speed"
  99. WalkBox.Text = ""
  100. WalkBox.TextColor3 = Color3.new(1, 1, 1)
  101. WalkBox.TextScaled = true
  102. WalkBox.TextSize = 14
  103. WalkBox.TextWrapped = true
  104.  
  105. JumpBox.Name = "JumpBox"
  106. JumpBox.Parent = Background
  107. JumpBox.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  108. JumpBox.BackgroundTransparency = 0.5
  109. JumpBox.BorderSizePixel = 0
  110. JumpBox.Position = UDim2.new(0.00430848775, 0, 0.6280002, 0)
  111. JumpBox.Size = UDim2.new(0.999999881, 0, 0.190235019, 0)
  112. JumpBox.Font = Enum.Font.SourceSans
  113. JumpBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  114. JumpBox.PlaceholderText = "Insert a number for jump power"
  115. JumpBox.Text = ""
  116. JumpBox.TextColor3 = Color3.new(1, 1, 1)
  117. JumpBox.TextScaled = true
  118. JumpBox.TextSize = 14
  119. JumpBox.TextWrapped = true
  120.  
  121. WalkSumbit.Name = "WalkSumbit"
  122. WalkSumbit.Parent = Background
  123. WalkSumbit.BackgroundColor3 = Color3.new(0.0980392, 1, 0)
  124. WalkSumbit.Position = UDim2.new(0.00430848775, 0, 0.402936816, 0)
  125. WalkSumbit.Size = UDim2.new(0.995691121, 0, 0.155913889, 0)
  126. WalkSumbit.Font = Enum.Font.SourceSans
  127. WalkSumbit.Text = "Sumbit"
  128. WalkSumbit.TextColor3 = Color3.new(0, 0, 0)
  129. WalkSumbit.TextScaled = true
  130. WalkSumbit.TextSize = 14
  131. WalkSumbit.TextWrapped = true
  132.  
  133. JumpSumbit.Name = "JumpSumbit"
  134. JumpSumbit.Parent = Background
  135. JumpSumbit.BackgroundColor3 = Color3.new(0.0980392, 1, 0)
  136. JumpSumbit.Position = UDim2.new(0, 0, 0.84706986, 0)
  137. JumpSumbit.Size = UDim2.new(0.995691121, 0, 0.151039571, 0)
  138. JumpSumbit.Font = Enum.Font.SourceSans
  139. JumpSumbit.Text = "Sumbit"
  140. JumpSumbit.TextColor3 = Color3.new(0, 0, 0)
  141. JumpSumbit.TextScaled = true
  142. JumpSumbit.TextSize = 14
  143. JumpSumbit.TextWrapped = true
  144.  
  145. TextLabel.Parent = Background
  146. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  147. TextLabel.BackgroundTransparency = 1
  148. TextLabel.Size = UDim2.new(0.995690882, 0, 0.135462731, 0)
  149. TextLabel.Font = Enum.Font.SourceSans
  150. TextLabel.Text = "Created By DariuZzZ"
  151. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  152. TextLabel.TextScaled = true
  153. TextLabel.TextSize = 14
  154. TextLabel.TextWrapped = true
  155.  
  156. Open.Name = "Open"
  157. Open.Parent = Hacks
  158. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  159. Open.BackgroundTransparency = 0.44999998807907
  160. Open.Position = UDim2.new(0, 0, 0.756052136, 0)
  161. Open.Size = UDim2.new(0.100000001, 0, 0.0553072728, 0)
  162. Open.Font = Enum.Font.SourceSans
  163. Open.Text = "Open"
  164. Open.TextColor3 = Color3.new(1, 1, 1)
  165. Open.TextScaled = true
  166. Open.TextSize = 14
  167. Open.TextWrapped = true
  168. -- Scripts:
  169.  
  170. local playername = game.Players.LocalPlayer.Name
  171. local player = game.Players.LocalPlayer
  172. local character = game.Workspace[playername]
  173. local Background = player.PlayerGui.Hacks.Background
  174.  
  175. Open.MouseButton1Click:Connect(function()
  176.         if game.Players.LocalPlayer.PlayerGui.Hacks.Background.Visible == true then
  177.                 game.Players.LocalPlayer.PlayerGui.Hacks.Open.Text = "Open"
  178.                 game.Players.LocalPlayer.PlayerGui.Hacks.Background.Visible = false
  179.         else
  180.                 game.Players.LocalPlayer.PlayerGui.Hacks.Open.Text = "Close"
  181.                 game.Players.LocalPlayer.PlayerGui.Hacks.Background.Visible = true
  182.         end
  183. end)
  184.  
  185. WalkSumbit.MouseButton1Click:connect(function()
  186.         character.Humanoid.WalkSpeed = tostring(Background.WalkBox.Text)
  187. end)
  188.  
  189. JumpSumbit.MouseButton1Click:connect(function()
  190.         character.Humanoid.JumpPower = tostring(Background.JumpBox.Text)
  191. end)
  192. Print("Cheats Got Executed")

Replies to Re: roblox speed hack rss

Title Name Language When
Re: Re: roblox speed hack Bistre Pheasant text 1 Year ago.