MrKix

Скрипт 29, Glitchtale fucker.

Dec 28th, 2019
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. -- Execute script to kill every monster
  2. -- Execute script and press "P" button to be like a SONIC! (Fast as hell)
  3.  
  4.  
  5.  
  6. game.Workspace.NPCFolder.Humanoids:WaitForChild("Feral Tree4").Humanoid.Health = 0
  7. game.Workspace.NPCFolder.Humanoids:WaitForChild("Feral Tree1").Humanoid.Health = 0
  8. game.Workspace.NPCFolder.Humanoids:WaitForChild("Feral Tree2").Humanoid.Health = 0
  9. game.Workspace.NPCFolder.Humanoids:WaitForChild("Feral Tree3").Humanoid.Health = 0
  10. game.Workspace.NPCFolder.Humanoids:WaitForChild("Feral Tree5").Humanoid.Health = 0
  11. game.Workspace.NPCFolder.Humanoids:WaitForChild("Feral Tree6").Humanoid.Health = 0
  12. game.Workspace.NPCFolder.Humanoids:WaitForChild("Feral Tree7").Humanoid.Health = 0
  13. game.Workspace.NPCFolder.Humanoids:WaitForChild("Forgotten Shade1").Humanoid.Health = 0
  14. game.Workspace.NPCFolder.Humanoids:WaitForChild("Shade, God of Hate1").Humanoid.Health = 0
  15. game.Workspace.NPCFolder.Humanoids:WaitForChild("Envy Shade1").Humanoid.Health = 0
  16.  
  17.  
  18.  
  19.  
  20. player = game.Players.LocalPlayer
  21. mouse = player:GetMouse()
  22.  
  23. mouse.KeyDown:connect(function(key)
  24. if key == "p" then
  25. player.Character.Humanoid.WalkSpeed = 111
  26. end
  27. end)
Add Comment
Please, Sign In to add comment