Scriptorz5

slaying sim

Feb 19th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. _G.Fuck = true -- false to Turn Off
  2. local enemi = game.Workspace.Enemies.Assassins -- Change Assasins to Any NPC you want
  3. while _G.Fuck do
  4.  
  5. wait()
  6. game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  7. for _,v in pairs(enemi:GetChildren()) do
  8. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame+Vector3.new(1, 0, 0)
  9. end
  10. end
Add Comment
Please, Sign In to add comment