CREATED BY ao5
FEATURE:
- TRIGGERBOT
local Mouse = game.Players.LocalPlayer:GetMouse()
while task.wait() do
if Mouse.Target then
if game.Players:GetPlayerFromCharacter(Mouse.Target.Parent) then
mouse1click()
end
end
end