Advertisement
zsx5e

ANTI AFK

Jun 20th, 2023
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. -- ANTI AFK --
  2.  
  3.  
  4. mouse = game.Players.LocalPlayer:GetMouse()
  5. tool = Instance.new("Tool")
  6. tool.RequiresHandle = false
  7. tool.Name = "Equip to Click TP"
  8. tool.Activated:connect(function()
  9. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  10. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  12. end)
  13. tool.Parent = game.Players.LocalPlayer.Backpack
  14.  
Tags: #zsx5e
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement