Advertisement
ExodiaForce

456

Apr 22nd, 2023
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. print("--Aimbot Was Made By Yours Truly♡: Exodia#0988--")
  2. --you may need to change the value to edit your recoil needs
  3. local UserInputService = game:GetService("UserInputService")
  4.  
  5. local isMouseDown = false
  6.  
  7. UserInputService.InputBegan:Connect(function(input, gameProcessedEvent)
  8. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  9. isMouseDown = true
  10. while isMouseDown do
  11. mousemoverel(0, 2)
  12. wait()
  13. end
  14. end
  15. end)
  16.  
  17. UserInputService.InputEnded:Connect(function(input, gameProcessedEvent)
  18. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  19. isMouseDown = false
  20. end
  21. end)
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement