TheSovietRat

Speed Hack for Roblox

Jun 25th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. --Made by TheSovietRat(pls give credit
  2. -- Works in any game!
  3. print("Speedhax Being Loaded by TheSovietRat")
  4. game.Workspace.PLAYERNAME.Humanoid.WalkSpeed = 200
  5. --This is jumppower, if you dont want it, seperate these scripts
  6. game.Workspace.PLAYERNAME.Humanoid.JumpPower = 100
  7. print("Speedhax Loaded")
  8. warn("Respawn to reset your values")
  9.  
  10. -- TheSovietRat
  11. -- Instances:
  12. local Haxxer = Instance.new("ScreenGui")
  13. local Frame = Instance.new("Frame")
  14. local TextLabel = Instance.new("TextLabel")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local TextButton = Instance.new("TextButton")
  17. --Properties:
  18. Haxxer.Name = "Haxxer"
  19. Haxxer.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20. Haxxer.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. Frame.Parent = Haxxer
  23. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  24. Frame.Position = UDim2.new(0, 0, 0.555110216, 0)
  25. Frame.Size = UDim2.new(0, 100, 0, 100)
  26.  
  27. TextLabel.Parent = Frame
  28. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  29. TextLabel.BackgroundTransparency = 1
  30. TextLabel.BorderSizePixel = 0
  31. TextLabel.Size = UDim2.new(0, 100, 0, 50)
  32. TextLabel.Font = Enum.Font.SourceSans
  33. TextLabel.Text = "Respawn to reset Values (Check Developer Console)"
  34. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  35. TextLabel.TextScaled = true
  36. TextLabel.TextSize = 14
  37. TextLabel.TextWrapped = true
  38.  
  39. TextLabel_2.Parent = TextLabel
  40. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  41. TextLabel_2.BackgroundTransparency = 0.30000001192093
  42. TextLabel_2.BorderSizePixel = 0
  43. TextLabel_2.Position = UDim2.new(0, 0, -0.350000024, 0)
  44. TextLabel_2.Size = UDim2.new(0, 100, 0, 17)
  45. TextLabel_2.Font = Enum.Font.SourceSans
  46. TextLabel_2.Text = "drag me"
  47. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  48. TextLabel_2.TextSize = 14
  49.  
  50. TextButton.Parent = Frame
  51. TextButton.BackgroundColor3 = Color3.new(1, 0, 0)
  52. TextButton.Position = UDim2.new(0, 0, 0.5, 0)
  53. TextButton.Size = UDim2.new(0, 100, 0, 50)
  54. TextButton.Font = Enum.Font.SourceSans
  55. TextButton.Text = "X"
  56. TextButton.TextColor3 = Color3.new(0, 0, 0)
  57. TextButton.TextSize = 42
  58. -- Scripts:
  59. function SCRIPT_CXZL89_FAKESCRIPT() -- TextButton.LocalScript
  60. local script = Instance.new('LocalScript')
  61. script.Parent = TextButton
  62. script.Parent.MouseButton1Click:Connect(function()
  63. game.Players.LocalPlayer.PlayerGui.Haxxer.Frame.Visible = false
  64. end)
  65.  
  66. end
  67. coroutine.resume(coroutine.create(SCRIPT_CXZL89_FAKESCRIPT))
  68. function SCRIPT_KRTD65_FAKESCRIPT() -- Haxxer.LocalScript
  69. local script = Instance.new('LocalScript')
  70. script.Parent = Haxxer
  71. frame = script.Parent.Frame
  72. frame.Draggable = true
  73. frame.Active = true
  74. frame.Selectable = true
  75.  
  76. end
  77. coroutine.resume(coroutine.create(SCRIPT_KRTD65_FAKESCRIPT))
Add Comment
Please, Sign In to add comment