Advertisement
RoSploitzer

Hoops Aimbot [ READ THE TOP LINE ]

Jun 10th, 2019
3,937
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. HOLD R UNTIL IT PASSES THE WHITE LINE! ( 10 PERCENT CHANCE OF MISSING )
  2.  
  3. function onKeyPress(inputObject, gameProcessedEvent)
  4. if inputObject.KeyCode == Enum.KeyCode.R then
  5. game.ReplicatedStorage.Ball.StartShooting:FireServer()
  6. wait(0.5)
  7. game.ReplicatedStorage.Ball.EndShooting:InvokeServer(true,"Perfect")
  8. end
  9. end
  10.  
  11. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement