Advertisement
Marcsosa

Untitled

Mar 15th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. wait(1)
  2. print("Mr.Pink Guy has arrived!")
  3. script.Name = "PINKGUYSCRIPTAWESOMECOOLKIDILLUMINATICONFIRMEDMLGNOSCOPE360420BLAZEITRAULIBFUNSCRIPT666DEMON616TRUE"
  4. script.Archivable = false
  5. --------------------Pink Being------------ Made by raulib fellas (Just for fun) R15 COMPATIBLE! Now new updates will be run here
  6. Pink_Guy = game.Players.LocalPlayer
  7. Pink_Corpse = Pink_Guy.Character
  8. Pink_Corpse.Humanoid.Name = "Pnkmd"
  9. Pink_Corpse.Head.face.Texture = "http://www.roblox.com/asset/?id=282646362"
  10. mouse = Pink_Guy:GetMouse()
  11. script.Parent = Pink_Guy.PlayerGui
  12. Pink_Humanoid = Pink_Corpse.Pnkmd ------------------ You won't kill any pink guy, general user.
  13. STFU = false
  14. RUN = false
  15. -------Sounds Lel-------------------------- Thought it was a cosmetic script?
  16. z = Instance.new("Sound", char.Torso)
  17. z.SoundId = "rbxassetid://988950574 "
  18. z.Looped = true
  19. z.Pitch = 0.3
  20. z.Volume = 50
  21. -------------------------------------------
  22. -------Have pink colors--------------------
  23. Pink_Corpse["Body Colors"].HeadColor = BrickColor.new("Hot pink")
  24. Pink_Corpse["Body Colors"].LeftArmColor = BrickColor.new("Hot pink")
  25. Pink_Corpse["Body Colors"].RightArmColor = BrickColor.new("Hot pink")
  26. Pink_Corpse["Body Colors"].LeftLegColor = BrickColor.new("Hot pink")
  27. Pink_Corpse["Body Colors"].RightLegColor = BrickColor.new("Hot pink")
  28. Pink_Corpse["Body Colors"].TorsoColor = BrickColor.new("Hot pink")
  29. -------End of pink colors------------------
  30. --------No Hats----------------------------
  31. local x = Pink_Corpse:getChildren()
  32. for i=1,#x do
  33. if x[i].className == "Accessory"then
  34. x[i]:Remove()
  35. end
  36. end
  37. -------------------------------------------
  38. ------------No Clothes---------------------
  39. local xx = Pink_Corpse:getChildren()
  40. for i=1,#xx do
  41. if xx[i].className == "Shirt"then
  42. xx[i]:Remove()
  43. end
  44. end
  45. local xxx = Pink_Corpse:getChildren()
  46. for i=1,#xxx do
  47. if xxx[i].className == "Pants"then
  48. xxx[i]:Remove()
  49. end
  50. end
  51. local xxxx = Pink_Corpse:getChildren()
  52. for i=1,#xxxx do
  53. if xxxx[i].className == "ShirtGraphic"then
  54. xxxx[i]:Remove()
  55. end
  56. end
  57. -------------------------------------------
  58. --Bye Idendity(And Godmode cause you love dat raulib fans)
  59. Pink_Humanoid.NameOcclusion = "NoOcclusion"
  60. Pink_Humanoid.HealthDisplayType = "AlwaysOff"
  61. Pink_Humanoid.Health = math.huge
  62. Pink_Humanoid.MaxHealth = math.huge
  63. Pink_Humanoid.WalkSpeed = 8
  64. -------------------------------------------
  65. --------Fuctions----------------------
  66. mouse.KeyDown:connect(function(key)
  67. if (key == "q" and STFU == false)
  68. then
  69. STFU = true
  70. print("Pink Guy insulted someone")
  71. PLEYSONG.SoundId = STFUSONG.SoundId
  72. PLEYSONG:Play()
  73. wait(0.2)
  74. local WORD = "Shut the fuck up"
  75. game:GetService("Chat"):Chat(Pink_Corpse.Head, WORD, Enum.ChatColor.Red)
  76. wait(4)
  77. local WORD2 = "Stop being a fucking cunt"
  78. game:GetService("Chat"):Chat(Pink_Corpse.Head, WORD2, Enum.ChatColor.Red)
  79. wait(3.5)
  80. local WORD3 = "Shut the fuck up"
  81. game:GetService("Chat"):Chat(Pink_Corpse.Head, WORD3, Enum.ChatColor.Red)
  82. wait(3.5)
  83. local WORD4 = "Nobody even wants you here"
  84. game:GetService("Chat"):Chat(Pink_Corpse.Head, WORD4, Enum.ChatColor.Red)
  85. wait(.5)
  86. STFU = false
  87. end
  88. end)
  89. mouse.KeyDown:connect(function(key)
  90. if string.byte(key) == 50 and RUN == false
  91. then
  92. Pink_Humanoid.WalkSpeed = 20
  93. RUN = true
  94. end
  95. end)
  96. mouse.KeyUp:connect(function(key)
  97. if string.byte(key) == 50 and RUN == true
  98. then
  99. Pink_Humanoid.WalkSpeed = 8
  100. RUN = false
  101. end
  102. end)
  103. -------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement