Facebook
From Cras$hh2, 9 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 403
  1. local P = Instance.new("Part", Workspace)
  2. P.Position = Vector3.new(0, 0, 10)
  3. P.Size = Vector3.new(625, 25, 625)
  4.  
  5. sound = Instance.new("Sound")
  6. sound.SoundId = "http://www.roblox.com/asset/?id=201202337"
  7. sound.Parent = game.Workspace
  8. sound.Looped = true
  9. sound.Volume = 15
  10. sound:Play()
  11.  
  12. P.Touched:connect(function(h)
  13. local p = game.Players:GetPlayerFromCharacter(h.Parent)
  14. if p then
  15. p.CameraMode = "LockFirstPerson"
  16. local c = p.Character
  17. local t = c.Torso
  18. while wait() do
  19. Instance.new("Smoke", t)
  20. Instance.new("Smoke", t)
  21. Instance.new("Smoke", t)
  22. Instance.new("Smoke", t)
  23. Instance.new("Smoke", t)
  24. Instance.new("Smoke", t)
  25. Instance.new("Smoke", t)
  26. Instance.new("Smoke", t)
  27. end
  28. end
  29. end)
  30.  
  31. a = Instance.new("Hint", Workspace)
  32. a.Text = "Posted 57 seconds ago by Despairus Lol, he proved it even more when he killed the server I was in because i said that"
  33.  
  34. local m = Instance.new("Message")
  35. m.Parent = game.Workspace
  36. m.Text = "This script was produced by meunumbertwo. Catch me if you can!"
  37. wait(55555)
  38. m:remove()