Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("--Aimbot Was Made By Yours Truly♡: Exodia#0988--")
- --you may need to change the value to edit your recoil needs
- local UserInputService = game:GetService("UserInputService")
- local isMouseDown = false
- UserInputService.InputBegan:Connect(function(input, gameProcessedEvent)
- if input.UserInputType == Enum.UserInputType.MouseButton1 then
- isMouseDown = true
- while isMouseDown do
- mousemoverel(0, 2)
- wait()
- end
- end
- end)
- UserInputService.InputEnded:Connect(function(input, gameProcessedEvent)
- if input.UserInputType == Enum.UserInputType.MouseButton1 then
- isMouseDown = false
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement