Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local AdGUI = Instance.new("ScreenGui")
- local Aids = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local idk = Instance.new("TextBox")
- local LOL = Instance.new("TextButton")
- --Properties:
- AdGUI.Name = "AdGUI"
- AdGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Aids.Name = "Aids"
- Aids.Parent = AdGUI
- Aids.BackgroundColor3 = Color3.new(1, 1, 1)
- Aids.BorderSizePixel = 0
- Aids.Position = UDim2.new(0.100000001, 0, 0.699999988, 0)
- Aids.Size = UDim2.new(0, 200, 0, 100)
- Title.Name = "Title"
- Title.Parent = Aids
- Title.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627)
- Title.BorderSizePixel = 0
- Title.Size = UDim2.new(0, 200, 0, 22)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "Ad Giver Gui"
- Title.TextColor3 = Color3.new(0, 0, 0)
- Title.TextSize = 14
- idk.Name = "idk"
- idk.Parent = Aids
- idk.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627)
- idk.BorderSizePixel = 0
- idk.Position = UDim2.new(0, 0, 0.340000004, 0)
- idk.Size = UDim2.new(0, 200, 0, 20)
- idk.Font = Enum.Font.SourceSans
- idk.Text = "Username"
- idk.TextColor3 = Color3.new(0, 0, 0)
- idk.TextSize = 14
- LOL.Name = "LOL"
- LOL.Parent = Aids
- LOL.BackgroundColor3 = Color3.new(1, 0, 0)
- LOL.BorderSizePixel = 0
- LOL.Position = UDim2.new(0, 0, 0.669999957, 0)
- LOL.Size = UDim2.new(0, 200, 0, 24)
- LOL.Font = Enum.Font.SourceSans
- LOL.Text = "Send A Cute (NOT) ad"
- LOL.TextColor3 = Color3.new(1, 1, 1)
- LOL.TextSize = 14
- -- Scripts:
- LOL.MouseButton1Down:Connect(function()
- local Vic = idk.Text
- if game.Players:WaitForChild(Vic) then
- if Vic ~= nil then
- local ScreenGui = Instance.new("ScreenGui")
- local ImageLabel = Instance.new("ImageLabel")
- local Text = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players[Vic]:WaitForChild("PlayerGui")
- ImageLabel.Parent = ScreenGui
- ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel.Size = UDim2.new(1, 0, 1, 0)
- ImageLabel.Image = "http://www.roblox.com/asset/?id=93439686"
- Text.Parent = ScreenGui
- Text.BackgroundTransparency = 1
- Text.Size = UDim2.new(1,0,0,50)
- Text.Visible = false
- Text.TextColor3 = Color3.new(255,255,255)
- Text.TextScaled = true
- Text.Font = Enum.Font.Cartoon
- Text.Text = "HAHA YOU GOT PRANKED :) By: "..game.Players.LocalPlayer.Name
- -- Scripts:
- wait(5)
- local scream = Instance.new("Sound",workspace)
- scream.SoundId = "rbxassetid://176238381"
- scream:Play()
- ImageLabel.Image = "http://www.roblox.com/asset/?id=273888999"
- while scream.Playing == true do
- wait(0.01)
- ImageLabel.ImageColor3 = Color3.new(-255,-255,-255)
- wait(0.01)
- ImageLabel.ImageColor3 = Color3.new(255,255,255)
- end
- Text.Visible = true
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement