UnknownExploiter

Lost Speed hack

Jun 11th, 2020 (edited)
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.65 KB | None | 0 0
  1. game:GetService('UserInputService').InputBegan:Connect(function(input)
  2.  
  3. if input.KeyCode == Enum.KeyCode.W then
  4.        game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  5.     end
  6. if input.KeyCode == Enum.KeyCode.A then
  7.        game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  8.     end
  9. if input.KeyCode == Enum.KeyCode.S then
  10.        game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  11.     end
  12. if input.KeyCode == Enum.KeyCode.D then
  13.        game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  14. end
  15. if input.KeyCode == Enum.KeyCode.LeftShift then
  16.        game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  17.     end
  18. end)
Add Comment
Please, Sign In to add comment