Nova355killer

click tp bypass

Nov 10th, 2018
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. plr = game:service'Players'.LocalPlayer -- you don't need to change this (only for noobs who doesn't know how 2 lua)
  2. mouse = plr:GetMouse() -- dont change ok
  3.  
  4. mouse.Button1Down:connect(function()
  5. position = mouse.Hit.p
  6. for i = 1,10 do
  7. wait(.1)
  8. plr.Character:MoveTo(position)
  9. end
  10. end)
  11.  
  12. warn('MouseTP Injected')
Advertisement
Add Comment
Please, Sign In to add comment