MaxproGlitcher

Code pour loop les atl pour farm

Dec 18th, 2022
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. while true do
  2. wait(1)
  3. for i, v in pairs(game.workspace:GetChildren()) do
  4. if v:FindFirstChild("Knife") then
  5. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  6. print("Detected Killer Spawned, Killed LocalPlayer")
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment