Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell infortality
- -- Revamp by ImFrostic, Version 2.8
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local TextButton_4 = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- -- Properties
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.67451, 1, 0.854902)
- Frame.BackgroundTransparency = 0.050000000745058
- Frame.Position = UDim2.new(0, 0, 0.199288264, 0)
- Frame.Size = UDim2.new(0, 230, 0, 482)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.0391304344, 0, 0.0145228216, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.SourceSansLight
- TextLabel.Text = "DinoBeGone"
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(0.470588, 1, 0.717647)
- TextButton.BackgroundTransparency = 0.34999999403954
- TextButton.Position = UDim2.new(0.0391304344, 0, 0.186721995, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.SourceSansLight
- TextButton.Text = "Toggle Toddler"
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextWrapped = true
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(0.470588, 1, 0.717647)
- TextButton_2.BackgroundTransparency = 0.34999999403954
- TextButton_2.Position = UDim2.new(0.0391304344, 0, 0.379668057, 0)
- TextButton_2.Size = UDim2.new(0, 200, 0, 50)
- TextButton_2.Font = Enum.Font.SourceSansLight
- TextButton_2.Text = "Dab"
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14
- TextButton_2.TextWrapped = true
- TextButton_3.Parent = Frame
- TextButton_3.BackgroundColor3 = Color3.new(0.470588, 1, 0.717647)
- TextButton_3.BackgroundTransparency = 0.34999999403954
- TextButton_3.Position = UDim2.new(0.0391304344, 0, 0.757261395, 0)
- TextButton_3.Size = UDim2.new(0, 200, 0, 50)
- TextButton_3.Font = Enum.Font.SourceSansLight
- TextButton_3.Text = "Nod"
- TextButton_3.TextScaled = true
- TextButton_3.TextSize = 14
- TextButton_3.TextWrapped = true
- TextButton_4.Parent = Frame
- TextButton_4.BackgroundColor3 = Color3.new(0.470588, 1, 0.717647)
- TextButton_4.BackgroundTransparency = 0.34999999403954
- TextButton_4.Position = UDim2.new(0.0391304344, 0, 0.564315379, 0)
- TextButton_4.Size = UDim2.new(0, 200, 0, 50)
- TextButton_4.Font = Enum.Font.SourceSansLight
- TextButton_4.Text = "Disco"
- TextButton_4.TextScaled = true
- TextButton_4.TextSize = 14
- TextButton_4.TextWrapped = true
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(0.0391304344, 0, 0.881742775, 0)
- TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
- TextLabel_2.Font = Enum.Font.SourceSansLight
- TextLabel_2.Text = "Made By HoaxyxC#0368 On Discord"
- TextLabel_2.TextColor3 = Color3.new(0.32549, 0.32549, 0.32549)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextWrapped = true
- -- Scripts
- TextButton.MouseButton1Down:connect(function()
- game.ReplicatedStorage.ToddlerMorph:FireServer()
- end)
- TextButton_2.MouseButton1Down:connect(function()
- game.ReplicatedStorage["Dab"]:Clone().Parent = game.Players.LocalPlayer.Backpack
- end)
- TextButton_3.MouseButton1Down:connect(function()
- game.ReplicatedStorage["Nod"]:Clone().Parent = game.Players.LocalPlayer.Backpack
- end)
- TextButton_4.MouseButton1Down:connect(function()
- game.ReplicatedStorage["Disco"]:Clone().Parent = game.Players.LocalPlayer.Backpack
- end)
Add Comment
Please, Sign In to add comment