SirMeme

SLAYER WILLY

Feb 19th, 2019
12,588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. --NPC CODES
  2. --Assassins
  3. --Orcs
  4. --Skeletons
  5. --Noobs
  6. --Chocolate Zombies
  7. --Overlord
  8. --Werewolf
  9. --Cactus King
  10. --Guest
  11. --Snowmen
  12. --Gingerbread Men
  13. --Frost Guard
  14.  
  15.  
  16.  
  17.  
  18. --THE SCRIPT
  19. _G.Fuck = true -- false to Turn Off
  20. local enemi = game.Workspace.Enemies.Assassins -- Change Assasins to Any NPC you want
  21. while _G.Fuck do
  22.  
  23. wait()
  24. game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  25. for _,v in pairs(enemi:GetChildren()) do
  26. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame+Vector3.new(1, 0, 0)
  27. end
  28. end
Add Comment
Please, Sign In to add comment