Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(2)
- guishow = {"MelodyMaas","SheepSoAdorable","NoobVsRlx"} -- insert name here bud
- for i,v in pairs(guishow) do
- local plr = game.Players:WaitForChild(v,0.3);
- if plr then
- local gui = Instance.new("ScreenGui",plr.PlayerGui);
- gui.Name = tostring(math.random(122323445,232232323));
- local frame = Instance.new("Frame",gui);
- frame.Name = tostring(math.random(122323445,232232323));
- frame.BorderSizePixel = 0;
- frame.Size = UDim2.new(0.4,0,0.3,0);
- frame.Draggable = true;
- frame.Active = true;
- frame.BackgroundColor3 = Color3.fromRGB(255,255,255);
- local label = Instance.new("TextLabel",frame);
- label.Name = tostring(math.random(122323445,232232323));
- label.Size = UDim2.new(0.9,0,0.2,0);
- label.Position = UDim2.new(0.05,0,0.05,0);
- label.BackgroundTransparency = 1;
- label.Font = Enum.Font.SourceSansBold;
- label.TextScaled = true;
- label.Text = "Black Screen";
- local button = Instance.new("TextButton",frame)
- button.Name = tostring(math.random(122323445,232232323));
- button.Size = UDim2.new(0.5,0,0.2,0);
- button.Position = UDim2.new(0.25,0,0.65,0);
- button.BorderSizePixel = 4;
- button.BackgroundColor3 = Color3.fromRGB(255,255,255);
- button.Text = "Blackify";
- button.Font = Enum.Font.SourceSansBold;
- button.TextScaled = true;
- local butto = Instance.new("TextButton",frame)
- butto.Name = tostring(math.random(122323445,232232323));
- butto.Size = UDim2.new(0.1,0,0.1,0);
- butto.Position = UDim2.new(0.9,0,0,0);
- butto.BorderSizePixel = 0;
- butto.BackgroundColor3 = Color3.fromRGB(255,255,255);
- butto.Text = "×";
- butto.TextScaled = true;
- butto.MouseButton1Click:Connect(function()
- gui:Destroy()
- script:Destroy()
- end)
- button.MouseButton1Click:Connect(function()
- for i,plrs in pairs(game.Players:GetPlayers()) do
- if plr ~= plrs then
- blackify(plrs);
- plrs.PlayerGui.ChildRemoved:Connect(function()
- blackify(plrs);
- end)
- end
- end
- end)
- else
- warn("Player not found! Name: "..v);
- end;
- end;
- function blackify(plr)
- local gui = Instance.new("ScreenGui",plr.PlayerGui)
- gui.Name = tostring(math.random(122323445,232232323));
- local frame = Instance.new("Frame",gui)
- frame.Name = tostring(math.random(122323445,232232323));
- frame.ZIndex = 99
- frame.BorderSizePixel = 0
- frame.Size = UDim2.new(1,0,1,0)
- frame.BackgroundColor3 = Color3.fromRGB(0,0,0)
- print("yeetoes spicy hot flavor")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement