GalaxyEggBRG

death haranbe!

Jun 11th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. --don't judge me
  2. local ape = game.Players["Harambe"]
  3. local death2harambe = ape.Character
  4. local hm = death2harambe.Humanoid
  5. local ws = game.Workspace
  6. local osht = {"OH CHRIST HELP ME", "OOH AHH", "DASDLFJLKSDF", "ASD", "FIREFIREFIREFIREFIRE" ,"SSSHFUHSDFIUWE", "GHIAAAAHHJH", "k"}
  7. local fireybits = {}
  8. local rainbowz = false
  9. coroutine.resume(coroutine.create(function()
  10. wait(1)
  11. local burnyou = Instance.new("Fire", death2harambe.Head)
  12. table.insert(fireybits, burnyou)
  13. for i,v in pairs(death2harambe:GetChildren()) do
  14. if v:IsA("BasePart") or v:IsA("Part") then
  15. local urded = burnyou:Clone()
  16. table.insert(fireybits, urded)
  17. urded.Parent = v
  18. end
  19. end
  20. wait(0.5)
  21. game.Chat:Chat(death2harambe.Head,"AAAAAAAAAAAAAAAAAAAAAAAAAAAASD", "Red")
  22. wait(1)
  23. rainbowz = true
  24. while death2harambe.Humanoid.Health > 0 do
  25. wait(0.2)
  26. hm:TakeDamage(math.random(0.69,10))
  27. hm.WalkSpeed = math.random(10,69)
  28. game.Chat:Chat(death2harambe.Head, osht[math.random(1,7)], "Red")
  29. for i, v in pairs(fireybits) do
  30. v.Color = Color3.new(math.random(0,50),math.random(0,50),math.random(0,50))
  31. end
  32. end
  33. end))
  34.  
  35.  
  36. MakeAFuckingHat = function(asset, char, wipehats)
  37. local p = game:GetService("InsertService"):LoadAsset(asset)
  38. p.Parent = workspace
  39. p:makeJoints()
  40. local d = char:getChildren()
  41. for i = 1,#d do
  42. if d[i].className=="Hat" then
  43. if wipehats then
  44. d[i].Parent = nil
  45. else
  46. end
  47. end
  48. end
  49. local c = p:getChildren()
  50. for i = 1,#c do
  51. c[i].Parent = char
  52. end
  53. p.Parent = nil
  54. end
  55.  
  56. coroutine.resume(coroutine.create(function()
  57. while wait() do
  58. if hm.Health <= 0 then
  59. for i = 1, 10 do wait()
  60. for i,v in pairs(death2harambe:GetChildren()) do
  61. if v:IsA("Part") or v:IsA("BasePart") then
  62. if v.Transparency < 1 then
  63. v.Transparency = v.Transparency + 0.1
  64. elseif v.Transparency >= 1 then
  65. v:Destroy()
  66. end
  67. end
  68. end
  69. end
  70. end
  71. end
  72. end))
  73.  
  74.  
  75. MakeAFuckingHat(18484353, death2harambe, true)
Advertisement
Add Comment
Please, Sign In to add comment