Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --By iiJoeCats (lol)
- script.Parent = game.StarterGui
- for i, v in pairs(game.Players:GetPlayers()) do
- spawn(function()
- while wait(.76) do
- print("get fucked "..v.Name)
- local YOU = Instance.new("ScreenGui",v.PlayerGui)
- YOU.ResetOnSpawn = false
- YOU.Name = "jeśli to wiesz, pieprzyć cię lol"
- local NIIIIIIIIIII = Instance.new("ImageLabel",YOU)
- NIIIIIIIIIII.Size = UDim2.new(1,0,1,0)
- NIIIIIIIIIII.Image = "rbxassetid://1035277452"
- local sense = Instance.new("Sound",YOU)
- sense.Volume = 100
- sense.Looped = true
- sense.SoundId = "rbxassetid://270145703"
- sense:Play()
- game:GetService("Debris"):AddItem(sense,.76)
- end
- end)
- end
Add Comment
Please, Sign In to add comment