Advertisement
Wubzer

oof ouch server destroyer

Sep 1st, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.03 KB | None | 0 0
  1. --// oof ouch server destroy by some one whom's name starts with W, ends with Z, and has XB in the middle.
  2. local faces = { Enum.NormalId.Top, Enum.NormalId.Bottom, Enum.NormalId.Back, Enum.NormalId.Front, Enum.NormalId.Right, Enum.NormalId.Left };
  3. local meshes = { Enum.MeshType.Head, Enum.MeshType.Torso, Enum.MeshType.Wedge, Enum.MeshType.Brick, Enum.MeshType.Sphere, Enum.MeshType.Cylinder };
  4. OOF_OUCH_OOOOOWEEEEEEEEEEEE = "rbxassetid://" .. tostring(math.random(1E8, 1E9));
  5. function ouchiee(i)
  6. while (wait()) do
  7. function obj(i)
  8. for _, h in pairs(i:GetChildren()) do
  9. if (h:IsA("Decal") and h.Texture ~= OOF_OUCH_OOOOOWEEEEEEEEEEEE or h:IsA("Shirt") or h:IsA("Pants") or h:IsA("CharacterMesh")) then
  10. h:Destroy();
  11. elseif (h:IsA("BasePart")) then
  12.    
  13. for i = 1, #faces do
  14. local s = Instance.new("SurfaceGui");
  15. s.Face = faces[i];
  16. local k = Instance.new("ImageLabel");
  17. k.Size = UDim2.new(1, 0, 1, 0);
  18. k.Image = OOF_OUCH_OOOOOWEEEEEEEEEEEE;
  19. s.Parent = h;
  20. k.Parent = s;
  21. end;
  22. local m = Instance.new("SpecialMesh");
  23. math.randomseed(tick() * math.random());
  24. m.MeshType = meshes[#meshes];
  25. m.Parent = h;
  26. local p = Instance.new("ParticleEmitter");
  27. p.Size = NumberSequence.new(500, 500);
  28. p.Texture = OOF_OUCH_OOOOOWEEEEEEEEEEEE;
  29. p.Lifetime = NumberRange.new(100000000, 100000000);
  30. p.Rate = 100000000;
  31. p.Speed = NumberRange.new(50, 50);
  32. p.Parent = h;
  33. end;
  34. obj(h);
  35. end;
  36. end;
  37. obj(i);
  38. end;
  39. end;
  40. local sky = Instance.new("Sky");
  41. sky.SkyboxBk = OOF_OUCH_OOOOOWEEEEEEEEEEEE;
  42. sky.SkyboxDn = OOF_OUCH_OOOOOWEEEEEEEEEEEE;
  43. sky.SkyboxFt = OOF_OUCH_OOOOOWEEEEEEEEEEEE;
  44. sky.SkyboxLf = OOF_OUCH_OOOOOWEEEEEEEEEEEE;
  45. sky.SkyboxRt = OOF_OUCH_OOOOOWEEEEEEEEEEEE;
  46. sky.SkyboxUp = OOF_OUCH_OOOOOWEEEEEEEEEEEE;
  47. --sky.Parent = game.Lighting;
  48. local earz = Instance.new("Sound");
  49. earz.SoundId = "rbxassetid://315260005";
  50. earz.Looped = true;
  51. earz.Playing = false;
  52. earz.Volume = 10;
  53. earz.EmitterSize = 100000000;
  54. earz.MaxDistance = 100000000;
  55. earz:Play();
  56. earz.Parent = workspace:GetChildren()[math.random(#workspace:GetChildren())];
  57. spawn(ouchiee(workspace));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement