Advertisement
zombieslayerwtf

0MG R@1NB0W [MADE SELF]

Jul 6th, 2018
597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. local Weapon = game.Players.GODAMNZOMBIE.Character
  2.  
  3. local cR=255
  4. local cG=0
  5. local cB=0
  6. local flg5=1 local omgidk=1
  7. local add=7.5
  8. game:GetService("RunService"):BindToRenderStep("Ghost",1,function()
  9. if omgidk>10000 then omgidk=0 end
  10. omgidk=omgidk+1
  11. if cR>=255 then flg5=1 end
  12. if cG>=255 then flg5=2 end
  13. if cB>=255 then flg5=3 end
  14. if flg5==1 then cR=cR-add cG=cG+add end
  15. if flg5==2 then cG=cG-add cB=cB+add end
  16. if flg5==3 then cB=cB-add cR=cR+add end
  17. color=Color3.fromRGB(cR,cG,cB)
  18. end)
  19.  
  20. local cR=255
  21. local cG=0
  22. local cB=0
  23. local flg5=1 local omgidk=1
  24. local add=7.5
  25. game:GetService("RunService"):BindToRenderStep("Ghost",1,function()
  26. if omgidk>10000 then omgidk=0 end
  27. omgidk=omgidk+1
  28. if cR>=255 then flg5=1 end
  29. if cG>=255 then flg5=2 end
  30. if cB>=255 then flg5=3 end
  31. if flg5==1 then cR=cR-add cG=cG+add end
  32. if flg5==2 then cG=cG-add cB=cB+add end
  33. if flg5==3 then cB=cB-add cR=cR+add end
  34. color=Color3.fromRGB(cR,cG,cB)
  35. local d = Weapon:FindFirstChild("Head")
  36. if d then
  37. d.Color = color
  38. end
  39. local d = Weapon:FindFirstChild("Torso")
  40. if d then
  41. d.Color = color
  42. end
  43. local d = Weapon:FindFirstChild("Right Arm")
  44. if d then
  45. d.Color = color
  46. end
  47. local d = Weapon:FindFirstChild("Left Arm")
  48. if d then
  49. d.Color = color
  50. end
  51. local d = Weapon:FindFirstChild("Right Leg")
  52. if d then
  53. d.Color = color
  54. end
  55. local d = Weapon:FindFirstChild("Left Leg")
  56. if d then
  57. d.Color = color
  58. end
  59. for _, c in pairs(Weapon:GetChildren()) do
  60. if c.ClassName == "Accessory" then
  61. for _, b in pairs(c:GetChildren()) do
  62. if b.ClassName == "Part" then
  63. b.Color = color
  64. for _, p in pairs(b:GetChildren()) do
  65. if p.ClassName == "SpecialMesh" then
  66. yee = Instance.new("FileMesh", b)
  67. yee.MeshId = p.MeshId
  68. wait(0.1)
  69. p:destroy()
  70. end
  71. end
  72. end
  73. end
  74. end
  75. end
  76. end)
  77. if Weapon:FindFirstChild("Shirt") then
  78. Weapon.Shirt:remove()
  79. end
  80. if Weapon:FindFirstChild("Pants") then
  81. Weapon.Pants:remove()
  82. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement