Advertisement
lasiepaste

Hoops Aimbot

Apr 21st, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 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. print("Baller Hacks [ON]")
  12.  
  13. while wait() do
  14. game.Players.LocalPlayer.PlayerScripts.Events.Player.Stamina.Stamina.Value = 1000
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement