HHLExploits

lmao

Dec 4th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. _G.run = true
  2. while _G.run do
  3. for i,v in pairs(game:GetService("Workspace").Zombies:GetChildren()) do
  4. if v:findFirstChild("Head") then
  5. v.Head.Anchored = true
  6. v.Head.CFrame = game.Players.LocalPlayer.Character.Head.CFrame*CFrame.new(2,3,-10)
  7. end
  8. end
  9. wait()
  10. end
Add Comment
Please, Sign In to add comment