Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- print("Mr.Pink Guy has arrived!")
- script.Name = "PINKGUYSCRIPTAWESOMECOOLKIDILLUMINATICONFIRMEDMLGNOSCOPE360420BLAZEITRAULIBFUNSCRIPT666DEMON616TRUE"
- script.Archivable = false
- --------------------Pink Being------------ Made by raulib fellas (Just for fun) R15 COMPATIBLE! Now new updates will be run here
- Pink_Guy = game.Players.LocalPlayer
- Pink_Corpse = Pink_Guy.Character
- Pink_Corpse.Humanoid.Name = "Pnkmd"
- Pink_Corpse.Head.face.Texture = "http://www.roblox.com/asset/?id=282646362"
- mouse = Pink_Guy:GetMouse()
- script.Parent = Pink_Guy.PlayerGui
- Pink_Humanoid = Pink_Corpse.Pnkmd ------------------ You won't kill any pink guy, general user.
- STFU = false
- RUN = false
- -------Sounds Lel-------------------------- Thought it was a cosmetic script?
- PLEYSONG = Instance.new("Sound")
- PLEYSONG.Parent = Pink_Corpse.Head
- PLEYSONG.Name = "SONGPLAYERSOREALSOMLGSODOGESOSWAG"
- PLEYSONG.Volume = 100
- PLEYSONG.EmitterSize = 9999999980506447872.000
- PLEYSONG.MaxDistance = 9999999980506447872.000
- Shit_Sounds_That_I_Dont_Care = Instance.new("Backpack")
- Shit_Sounds_That_I_Dont_Care.Parent = Pink_Guy
- Shit_Sounds_That_I_Dont_Care.Name = "Pink Guy Sounds"
- Shit_Sounds_That_I_Dont_Care.Archivable = false
- STFUSONG = Instance.new("Sound")
- STFUSONG.Parent = Shit_Sounds_That_I_Dont_Care
- STFUSONG.Name = "STFU"
- STFUSONG.SoundId = "rbxassetid://884740394"
- -------------------------------------------
- -------Have pink colors--------------------
- Pink_Corpse["Body Colors"].HeadColor = BrickColor.new("Hot pink")
- Pink_Corpse["Body Colors"].LeftArmColor = BrickColor.new("Hot pink")
- Pink_Corpse["Body Colors"].RightArmColor = BrickColor.new("Hot pink")
- Pink_Corpse["Body Colors"].LeftLegColor = BrickColor.new("Hot pink")
- Pink_Corpse["Body Colors"].RightLegColor = BrickColor.new("Hot pink")
- Pink_Corpse["Body Colors"].TorsoColor = BrickColor.new("Hot pink")
- -------End of pink colors------------------
- --------No Hats----------------------------
- local x = Pink_Corpse:getChildren()
- for i=1,#x do
- if x[i].className == "Accessory"then
- x[i]:Remove()
- end
- end
- -------------------------------------------
- ------------No Clothes---------------------
- local xx = Pink_Corpse:getChildren()
- for i=1,#xx do
- if xx[i].className == "Shirt"then
- xx[i]:Remove()
- end
- end
- local xxx = Pink_Corpse:getChildren()
- for i=1,#xxx do
- if xxx[i].className == "Pants"then
- xxx[i]:Remove()
- end
- end
- local xxxx = Pink_Corpse:getChildren()
- for i=1,#xxxx do
- if xxxx[i].className == "ShirtGraphic"then
- xxxx[i]:Remove()
- end
- end
- -------------------------------------------
- --Bye Idendity(And Godmode cause you love dat raulib fans)
- Pink_Humanoid.NameOcclusion = "NoOcclusion"
- Pink_Humanoid.HealthDisplayType = "AlwaysOff"
- Pink_Humanoid.Health = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
- Pink_Humanoid.MaxHealth = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
- Pink_Humanoid.WalkSpeed = 8
- -------------------------------------------
- --------Fuctions----------------------
- mouse.KeyDown:connect(function(key)
- if (key == "q" and STFU == false)
- then
- STFU = true
- print("Pink Guy insulted someone")
- PLEYSONG.SoundId = STFUSONG.SoundId
- PLEYSONG:Play()
- wait(0.2)
- local WORD = "Shut the fuck up"
- game:GetService("Chat"):Chat(Pink_Corpse.Head, WORD, Enum.ChatColor.Red)
- wait(4)
- local WORD2 = "Stop being a fucking cunt"
- game:GetService("Chat"):Chat(Pink_Corpse.Head, WORD2, Enum.ChatColor.Red)
- wait(3.5)
- local WORD3 = "Shut the fuck up"
- game:GetService("Chat"):Chat(Pink_Corpse.Head, WORD3, Enum.ChatColor.Red)
- wait(3.5)
- local WORD4 = "Nobody even wants you here"
- game:GetService("Chat"):Chat(Pink_Corpse.Head, WORD4, Enum.ChatColor.Red)
- wait(.5)
- STFU = false
- end
- end)
- mouse.KeyDown:connect(function(key)
- if string.byte(key) == 50 and RUN == false
- then
- Pink_Humanoid.WalkSpeed = 20
- RUN = true
- end
- end)
- mouse.KeyUp:connect(function(key)
- if string.byte(key) == 50 and RUN == true
- then
- Pink_Humanoid.WalkSpeed = 8
- RUN = false
- end
- end)
- -------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement