Advertisement
MysteriousL

PTEST

Jul 26th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. if key == "n" and state then
  2. wait(.1)
  3. f = Instance.new("Fire")
  4. f.Parent = char.Head
  5. f.Color = Color3.new(0,0,0)
  6. f.Size = 5
  7. f.Heat = 5
  8. wait(.1)
  9. g = Instance.new("Fire")
  10. g.Parent = char["Right Arm"]
  11. g.Color = Color3.new(0,0.8,0.9)
  12. g.Size = 5
  13. g.Heat = 10
  14. wait(.1)
  15. h = Instance.new("Fire")
  16. h.Parent = char["Left Arm"]
  17. h.Color = Color3.new(0.7,0,0)
  18. h.Size = 5
  19. h.Heat = 10
  20. wait(.1)
  21. z = Instance.new("Sound")
  22. z.Parent = game.Workspace
  23. z.SoundId = "http://www.roblox.com/asset/?id="
  24. z.Looped = false
  25. z.Volume = 8
  26. z.Pitch = 0.8
  27. wait(1.8)
  28. game:GetService("Chat"):Chat(char.Head, "Hmph.", Enum.ChatColor.Red)
  29. wait(3.4)
  30. game:GetService("Chat"):Chat(char.Head, "This has become a pointless battle.", Enum.ChatColor.Red)
  31. wait(2.4)
  32. game:GetService("Chat"):Chat(char.Head, "I will end this quickly", Enum.ChatColor.Red)
  33. wait(.1)
  34. z:Play()
  35. char.Humanoid.MaxHealth = 900000000
  36. wait(1)
  37. char.Humanoid.Health = 900000000
  38. wait(182)
  39. char.Humanoid.MaxHealth = 600
  40. z:Remove()
  41. f:Remove()
  42. g:Remove()
  43. h:Remove()
  44. end
  45.  
  46. -- N-Rage
  47. if key == "n" and state then
  48. c = Instance.new("Sound")
  49. c.Parent = game.Workspace
  50. c.SoundId = "http://www.roblox.com/asset/?id=157747165"
  51. c.Looped = false
  52. c.Volume = 1
  53. c.Pitch = .7
  54. wait(1.8)
  55. game:GetService("Chat"):Chat(char.Head, "What the hell was that?", Enum.ChatColor.Red)
  56. wait(2)
  57. game:GetService("Chat"):Chat(char.Head, "Did you actually believe you could harm me?", Enum.ChatColor.Red)
  58. wait(2.4)
  59. game:GetService("Chat"):Chat(char.Head, "If you would simply let yourself die, you would not have to go through this pointless suffering.", Enum.ChatColor.Red)
  60. wait(3.5)
  61. game:GetService("Chat"):Chat(char.Head, "All you have done is waste my time.", Enum.ChatColor.Red)
  62. wait(.1)
  63. c:Play()
  64. char.Humanoid.MaxHealth = math.huge
  65. wait(160)
  66. char.Humanoid.MaxHealth = 10000
  67. c:Remove()
  68. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement