Advertisement
Guest User

clvv3rm | booga infinite reach

a guest
Feb 25th, 2018
1,225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. -- gives you infinite reach
  2. -- just click on something and it'll hit it
  3. -- hf ~clv
  4.  
  5.  
  6. local event = game:service'ReplicatedStorage'.Events.SwingTool;
  7. local mouse = player:GetMouse();
  8.  
  9. mouse.Button1Down:Connect(function()
  10.     event:FireServer(tick(), {mouse.Target});
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement