Advertisement
Guest User

Hoops Aimbot and Inf Stamina

a guest
May 11th, 2019
7,269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. function onKeyPress(inputObject, gameProcessedEvent)
  2. if inputObject.KeyCode == Enum.KeyCode.R then
  3. game.ReplicatedStorage.Ball.StartShooting:FireServer()
  4. wait(0.5)
  5. game.ReplicatedStorage.Ball.EndShooting:InvokeServer(true,"Perfect")
  6. end
  7. end
  8.  
  9. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  10.  
  11. while wait() do
  12. game.Players.LocalPlayer.PlayerScripts.Events.Player.Stamina.Stamina.Value = 1000
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement