trenth

KillAura True

Jun 24th, 2022
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. _G.IFailed = true
  2.  
  3. function ISuck()
  4. while _G.IFailed == true do
  5. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  6. if (game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude < 15 and v ~= game:GetService("Players").LocalPlayer then
  7. local args = {
  8. [1] = v.Character.HumanoidRootPart
  9. }
  10. game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(args)
  11. end
  12. end
  13. wait()
  14. end
  15. end
  16. ISuck()
Advertisement
Add Comment
Please, Sign In to add comment