Advertisement
ProScripter29

Auto Task The Lost Land

Sep 8th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. -- Auto Task
  2. -- Made by your local neighbor, HappyH0lidays2021
  3.  
  4. local Player = game.Players.LocalPlayer
  5.  
  6. local Mouse = Player:GetMouse()
  7.  
  8. while task.wait() do -- Autoclicker be like
  9. if Mouse.Target then
  10. game.ReplicatedStorage:WaitForChild("Events"):WaitForChild("Mine"):FireServer(Mouse.Target.Position) -- Only works if sword is touching target
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement