SHOW:
|
|
- or go back to the newest paste.
| 1 | - | local VanGui = Instance.new("ScreenGui")
|
| 1 | + | -- Farewell Infortality. |
| 2 | - | local Van = Instance.new("Frame")
|
| 2 | + | -- Version: 2.82 |
| 3 | -- Instances: | |
| 4 | - | local dsa = Instance.new("TextButton")
|
| 4 | + | local AdGUI = Instance.new("ScreenGui")
|
| 5 | - | |
| 5 | + | local Aids = Instance.new("Frame")
|
| 6 | - | VanGui.Name = "ufo" |
| 6 | + | local Title = Instance.new("TextLabel")
|
| 7 | - | VanGui.Parent = game.Players.LocalPlayer.PlayerGui |
| 7 | + | |
| 8 | - | |
| 8 | + | local LOL = Instance.new("TextButton")
|
| 9 | - | Van.Name = "ufo" |
| 9 | + | --Properties: |
| 10 | - | Van.Parent = VanGui |
| 10 | + | AdGUI.Name = "AdGUI" |
| 11 | - | Van.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294) |
| 11 | + | AdGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
|
| 12 | - | Van.BorderColor3 = Color3.new(0, 0, 0) |
| 12 | + | |
| 13 | - | Van.Position = UDim2.new(0, 5, 0.8, 0) |
| 13 | + | Aids.Name = "Aids" |
| 14 | - | Van.Size = UDim2.new(0, 200, 0, 45) |
| 14 | + | Aids.Parent = AdGUI |
| 15 | - | |
| 15 | + | Aids.BackgroundColor3 = Color3.new(1, 1, 1) |
| 16 | Aids.BorderSizePixel = 0 | |
| 17 | - | idk.Parent = Van |
| 17 | + | Aids.Position = UDim2.new(0.100000001, 0, 0.699999988, 0) |
| 18 | - | idk.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294) |
| 18 | + | Aids.Size = UDim2.new(0, 200, 0, 100) |
| 19 | - | idk.BorderColor3 = Color3.new(0, 0, 0) |
| 19 | + | |
| 20 | - | idk.Size = UDim2.new(1, 0, 0, 20) |
| 20 | + | Title.Name = "Title" |
| 21 | - | idk.Font = Enum.Font.SciFi |
| 21 | + | Title.Parent = Aids |
| 22 | - | idk.FontSize = Enum.FontSize.Size14 |
| 22 | + | Title.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627) |
| 23 | Title.BorderSizePixel = 0 | |
| 24 | - | idk.TextColor3 = Color3.new(1, 1, 1) |
| 24 | + | Title.Size = UDim2.new(0, 200, 0, 22) |
| 25 | - | idk.TextScaled = true |
| 25 | + | Title.Font = Enum.Font.SourceSans |
| 26 | - | idk.TextStrokeTransparency = 0 |
| 26 | + | Title.Text = "Ad Giver Gui" |
| 27 | - | idk.TextWrapped = true |
| 27 | + | Title.TextColor3 = Color3.new(0, 0, 0) |
| 28 | - | |
| 28 | + | Title.TextSize = 14 |
| 29 | - | dsa.Name = "dsa" |
| 29 | + | |
| 30 | - | dsa.Parent = Van |
| 30 | + | |
| 31 | - | dsa.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294) |
| 31 | + | idk.Parent = Aids |
| 32 | - | dsa.BorderColor3 = Color3.new(0, 0, 0) |
| 32 | + | idk.BackgroundColor3 = Color3.new(0.568627, 0.568627, 0.568627) |
| 33 | - | dsa.Position = UDim2.new(0, 0, 1, -25) |
| 33 | + | idk.BorderSizePixel = 0 |
| 34 | - | dsa.Size = UDim2.new(1, 0, 0, 25) |
| 34 | + | idk.Position = UDim2.new(0, 0, 0.340000004, 0) |
| 35 | - | dsa.Font = Enum.Font.SciFi |
| 35 | + | idk.Size = UDim2.new(0, 200, 0, 20) |
| 36 | - | dsa.FontSize = Enum.FontSize.Size14 |
| 36 | + | idk.Font = Enum.Font.SourceSans |
| 37 | - | dsa.Text = "SCARE" |
| 37 | + | |
| 38 | - | dsa.TextColor3 = Color3.new(1, 1, 1) |
| 38 | + | idk.TextColor3 = Color3.new(0, 0, 0) |
| 39 | - | dsa.TextScaled = true |
| 39 | + | idk.TextSize = 14 |
| 40 | - | dsa.TextStrokeTransparency = 0 |
| 40 | + | |
| 41 | - | dsa.TextWrapped = true |
| 41 | + | LOL.Name = "LOL" |
| 42 | - | |
| 42 | + | LOL.Parent = Aids |
| 43 | - | |
| 43 | + | LOL.BackgroundColor3 = Color3.new(1, 0, 0) |
| 44 | - | dsa.MouseButton1Click:connect(function() |
| 44 | + | LOL.BorderSizePixel = 0 |
| 45 | - | Victim = idk.Text |
| 45 | + | LOL.Position = UDim2.new(0, 0, 0.669999957, 0) |
| 46 | - | if game.Players:FindFirstChild(Victim) and game.Workspace:FindFirstChild('ufoparthaha') == nil then
|
| 46 | + | LOL.Size = UDim2.new(0, 200, 0, 24) |
| 47 | - | local ScreenGui = Instance.new("ScreenGui")
|
| 47 | + | LOL.Font = Enum.Font.SourceSans |
| 48 | - | local ImageLabel = Instance.new("ImageLabel")
|
| 48 | + | LOL.Text = "Send A Cute (NOT) ad" |
| 49 | - | --Properties: |
| 49 | + | LOL.TextColor3 = Color3.new(1, 1, 1) |
| 50 | - | ScreenGui.Parent = game.Players[Victim]:WaitForChild("PlayerGui")
|
| 50 | + | LOL.TextSize = 14 |
| 51 | - | |
| 51 | + | -- Scripts: |
| 52 | - | ImageLabel.Parent = ScreenGui |
| 52 | + | |
| 53 | - | ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1) |
| 53 | + | LOL.MouseButton1Down:Connect(function() |
| 54 | - | ImageLabel.Size = UDim2.new(1, 0, 1, 0) |
| 54 | + | local Vic = idk.Text |
| 55 | - | ImageLabel.Image = "http://www.roblox.com/asset/?id=93439686" |
| 55 | + | if game.Players:WaitForChild(Vic) then |
| 56 | - | -- Scripts: |
| 56 | + | if Vic ~= nil then |
| 57 | - | |
| 57 | + | local ScreenGui = Instance.new("ScreenGui")
|
| 58 | - | wait(5) |
| 58 | + | local ImageLabel = Instance.new("ImageLabel")
|
| 59 | - | local scream = Instance.new("Sound",workspace)
|
| 59 | + | local Text = Instance.new("TextLabel")
|
| 60 | - | scream.SoundId = "rbxassetid://176238381" |
| 60 | + | --Properties: |
| 61 | - | scream:Play() |
| 61 | + | ScreenGui.Parent = game.Players[Vic]:WaitForChild("PlayerGui")
|
| 62 | - | ImageLabel.Image = "http://www.roblox.com/asset/?id=273888999" |
| 62 | + | |
| 63 | - | while true do |
| 63 | + | ImageLabel.Parent = ScreenGui |
| 64 | - | wait(0.01) |
| 64 | + | ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1) |
| 65 | - | ImageLabel.ImageColor3 = Color3.new(0,0,255) |
| 65 | + | ImageLabel.Size = UDim2.new(1, 0, 1, 0) |
| 66 | - | wait(0.01) |
| 66 | + | ImageLabel.Image = "http://www.roblox.com/asset/?id=93439686" |
| 67 | - | ImageLabel.ImageColor3 = Color3.new(255,255,255) |
| 67 | + | |
| 68 | - | end |
| 68 | + | Text.Parent = ScreenGui |
| 69 | - | end |
| 69 | + | Text.BackgroundTransparency = 1 |
| 70 | Text.Size = UDim2.new(1,0,0,50) | |
| 71 | Text.Visible = false | |
| 72 | Text.TextColor3 = Color3.new(255,255,255) | |
| 73 | Text.TextScaled = true | |
| 74 | Text.Font = Enum.Font.Cartoon | |
| 75 | Text.Text = "HAHA YOU GOT PRANKED :) By: "..game.Players.LocalPlayer.Name | |
| 76 | -- Scripts: | |
| 77 | ||
| 78 | wait(5) | |
| 79 | local scream = Instance.new("Sound",workspace)
| |
| 80 | scream.SoundId = "rbxassetid://176238381" | |
| 81 | scream:Play() | |
| 82 | ImageLabel.Image = "http://www.roblox.com/asset/?id=273888999" | |
| 83 | while scream.Playing == true do | |
| 84 | wait(0.01) | |
| 85 | ImageLabel.ImageColor3 = Color3.new(-255,-255,-255) | |
| 86 | wait(0.01) | |
| 87 | ImageLabel.ImageColor3 = Color3.new(255,255,255) | |
| 88 | end | |
| 89 | Text.Visible = true | |
| 90 | end | |
| 91 | end | |
| 92 | end) |