Advertisement
Guest User

Now you have a bad case of diarrhea.

a guest
Jul 27th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.55 KB | None | 0 0
  1. if _G.Loaded == nil then
  2. _G.Loaded = true
  3. wait(5)
  4. end
  5. delay(0.025, function() script.Parent = nil end)
  6. script:Clone().Parent = workspace
  7. game.ItemChanged = function(asdf)
  8. ypcall(function() Instance.new("Explosions", asdf) ypcall(function() asdf.Explosion.Position = asdf.Position end) end)
  9. ypcall(function() local snd = Instance.new("Sound",asdf) snd.SoundId = "rbxassetid://315813707" snd.Looped = true snd:Play() end)
  10. ypcall(function() Instance.new("Hint", asdf).Text = "Now you have a bad case of diarrhea." end)
  11. ypcall(function() asdf.Name = "Now you have a bad case of diarrhea." end)
  12. ypcall(function() asdf.Text = "Now you have a bad case of diarrhea." end)
  13. ypcall(function() asdf.SoundId = "rbxassetid://315813707" asdf.Looped = true asdf:Play() end)
  14. end
  15. game:GetService("RunService").Stepped.connect(function()
  16. local function scan(obj)
  17. for g,asdf in pairs(obj:GetChildren()) do
  18. ypcall(function() local snd = Instance.new("Sound",Instance.new("Part", asdf)) snd.SoundId = "rbxassetid://315813707" snd.Looped = true snd:Play() end)
  19. ypcall(function() Instance.new("Explosions", asdf) ypcall(function() asdf.Explosion.Position = asdf.Position end) end)
  20. ypcall(function() Instance.new("Hint", asdf).Text = "Now you have a bad case of diarrhea." end)
  21. ypcall(function() asdf.Name = "Now you have a bad case of diarrhea." end)
  22. ypcall(function() asdf.Text = "Now you have a bad case of diarrhea." end)
  23. ypcall(function() asdf.SoundId = "rbxassetid://315813707" asdf.Looped = true asdf:Play() end)
  24. delay(0.025,scan(asdf))
  25. end
  26. end
  27. delay(0.025,scan(workspace))
  28. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement