Advertisement
ExluZive

Roblox SpeedHack Script

Jan 5th, 2024
23,313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | Gaming | 0 0
  1.  
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local TextButton = Instance.new("TextButton")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextButton_2 = Instance.new("TextButton")
  7. local WalkSpeedControl = Instance.new("TextLabel")
  8. local Close = Instance.new("TextButton")
  9. local Label = Instance.new("TextLabel")
  10. local Open = Instance.new("TextButton")
  11.  
  12. --Properties:
  13.  
  14. ScreenGui.Parent = game.CoreGui
  15. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.fromRGB(192, 192, 192)
  19. Frame.BorderColor3 = Color3.fromRGB(192, 192, 192)
  20. Frame.BorderSizePixel = 3
  21. Frame.Position = UDim2.new(0.382299274, 0, 0.270377755, 0)
  22. Frame.Size = UDim2.new(0, 257, 0, 110)
  23. Frame.Active = true
  24. Frame.Draggable = true
  25.  
  26. TextButton.Parent = Frame
  27. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  28. TextButton.BorderSizePixel = 3
  29. TextButton.Position = UDim2.new(0.71206224, 0, 0.41203454, 0)
  30. TextButton.Size = UDim2.new(0, 74, 0, 73)
  31. TextButton.Font = Enum.Font.SourceSans
  32. TextButton.Text = "+"
  33. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  34. TextButton.TextScaled = true
  35. TextButton.TextSize = 14.000
  36. TextButton.TextWrapped = true
  37.  
  38. TextLabel.Parent = Frame
  39. TextLabel.BackgroundColor3 = Color3.fromRGB(192, 192, 192)
  40. TextLabel.BackgroundTransparency = 1.000
  41. TextLabel.Position = UDim2.new(0.33073929, 0, 0.43437235, 0)
  42. TextLabel.Size = UDim2.new(0, 87, 0, 70)
  43. TextLabel.Font = Enum.Font.SourceSans
  44. TextLabel.Text = "16"
  45. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  46. TextLabel.TextScaled = true
  47. TextLabel.TextSize = 14.000
  48. TextLabel.TextWrapped = true
  49.  
  50. TextButton_2.Parent = Frame
  51. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  52. TextButton_2.BorderSizePixel = 3
  53. TextButton_2.Position = UDim2.new(0, 0, 0.40203454, 0)
  54. TextButton_2.Size = UDim2.new(0, 74, 0, 73)
  55. TextButton_2.Font = Enum.Font.SourceSans
  56. TextButton_2.Text = "-"
  57. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  58. TextButton_2.TextScaled = true
  59. TextButton_2.TextSize = 14.000
  60. TextButton_2.TextWrapped = true
  61.  
  62. WalkSpeedControl.Name = "WalkSpeed Control"
  63. WalkSpeedControl.Parent = Frame
  64. WalkSpeedControl.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  65. WalkSpeedControl.BorderSizePixel = 3
  66. WalkSpeedControl.Position = UDim2.new(0.000976324081, 0, -0.00234955549, 0)
  67. WalkSpeedControl.Size = UDim2.new(0, 257, 0, 59)
  68. WalkSpeedControl.Font = Enum.Font.Highway
  69. WalkSpeedControl.Text = "Walkspeed Control"
  70. WalkSpeedControl.TextColor3 = Color3.fromRGB(0, 0, 0)
  71. WalkSpeedControl.TextScaled = true
  72. WalkSpeedControl.TextSize = 14.000
  73. WalkSpeedControl.TextWrapped = true
  74.  
  75. Close.Name = "Close"
  76. Close.Parent = Frame
  77. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  78. Close.Position = UDim2.new(1, 0, -0.0259740278, 0)
  79. Close.Size = UDim2.new(0, 63, 0, 69)
  80. Close.Style = Enum.ButtonStyle.RobloxButtonDefault
  81. Close.Font = Enum.Font.SourceSans
  82. Close.Text = "X"
  83. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  84. Close.TextScaled = true
  85. Close.TextSize = 14.000
  86. Close.TextWrapped = true
  87.  
  88. Label.Name = "Label"
  89. Label.Parent = Frame
  90. Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  91. Label.BorderColor3 = Color3.fromRGB(27, 42, 53)
  92. Label.BorderSizePixel = 3
  93. Label.Position = UDim2.new(0, 0, 0.99999994, 0)
  94. Label.Size = UDim2.new(0, 257, 0, 50)
  95. Label.Font = Enum.Font.Highway
  96. Label.Text = "Telegram: @FluxScript"
  97. Label.TextColor3 = Color3.fromRGB(0, 0, 0)
  98. Label.TextScaled = true
  99. Label.TextSize = 14.000
  100. Label.TextWrapped = true
  101.  
  102. Open.Name = "Open"
  103. Open.Parent = ScreenGui
  104. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  105. Open.Position = UDim2.new(-0.00074955821, 0, 0.520874739, 0)
  106. Open.Size = UDim2.new(0, 50, 0, 50)
  107. Open.Style = Enum.ButtonStyle.RobloxButton
  108. Open.Font = Enum.Font.SourceSans
  109. Open.Text = "Open"
  110. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  111. Open.TextScaled = true
  112. Open.TextSize = 14.000
  113. Open.TextWrapped = true
  114.  
  115. -- Scripts:
  116.  
  117. local function QDTZQ_fake_script() -- TextButton.LocalScript
  118. local script = Instance.new('LocalScript', TextButton)
  119.  
  120. local label = script.Parent.Parent.TextLabel --- defines the number
  121.  
  122.  
  123. script.Parent.MouseButton1Click:Connect(function() --- when the button is clicked it calls this function
  124. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed +5--- defines the player and addition to walk speed
  125. label.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed --- tells the text label that displays walk speed to update
  126. end)
  127. end
  128. coroutine.wrap(QDTZQ_fake_script)()
  129. local function UCADA_fake_script() -- TextButton_2.LocalScript
  130. local script = Instance.new('LocalScript', TextButton_2)
  131.  
  132. local label = script.Parent.Parent.TextLabel --- defines the number
  133.  
  134.  
  135. script.Parent.MouseButton1Click:Connect(function() --- when the button is clicked it calls this function
  136. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed -5--- defines the player and addition to walk speed
  137. label.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed --- tells the text label that displays walk speed to update
  138. end)
  139. end
  140. coroutine.wrap(UCADA_fake_script)()
  141. local function YDSA_fake_script() -- Close.LocalScript
  142. local script = Instance.new('LocalScript', Close)
  143.  
  144. script.Parent.Parent.Visible = false
  145. script.Parent.MouseButton1Click:Connect(function()
  146. script.Parent.Parent.Visible = false
  147. script.Parent.Parent.Parent.Open.Visible = true
  148. end)
  149. end
  150. coroutine.wrap(YDSA_fake_script)()
  151. local function ZFFOR_fake_script() -- Open.LocalScript
  152. local script = Instance.new('LocalScript', Open)
  153.  
  154. script.Parent.Visible = true
  155. script.Parent.MouseButton1Click:Connect(function()
  156. script.Parent.Visible = false
  157. script.Parent.Parent.Frame.Visible = true
  158. end)
  159. end
  160. coroutine.wrap(ZFFOR_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement