Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local RB_GUI = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local main = Instance.new("Frame")
- local Pray = Instance.new("TextButton")
- local Whip = Instance.new("TextButton")
- local NoNo = Instance.new("TextButton")
- local HTF = Instance.new("TextButton")
- local Cooking = Instance.new("TextButton")
- local YouDead = Instance.new("TextButton")
- local Frame_2 = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- --Properties:
- RB_GUI.Name = "RB_GUI"
- RB_GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = RB_GUI
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0, 0, 0.423368752, 0)
- Frame.Size = UDim2.new(0, 100, 0, 100)
- Frame.Style = Enum.FrameStyle.DropShadow
- Open.Name = "Open"
- Open.Parent = Frame
- Open.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
- Open.BackgroundTransparency = 0.20000000298023
- Open.Position = UDim2.new(0.0069230767, 0, 0.0270257704, 0)
- Open.Size = UDim2.new(0, 82, 0, 82)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextSize = 14
- Open.MouseButton1Down:connect (function()
- main.Visible = true
- Frame.Visible = true
- end)
- main.Name = "main"
- main.Parent = RB_GUI
- main.BackgroundColor3 = Color3.new(1, 1, 1)
- main.Position = UDim2.new(0.0769230798, 0, 0.423368752, 0)
- main.Size = UDim2.new(0, 247, 0, 100)
- main.Style = Enum.FrameStyle.DropShadow
- Pray.Name = "Pray"
- Pray.Parent = main
- Pray.BackgroundColor3 = Color3.new(1, 1, 1)
- Pray.Position = UDim2.new(0.377979755, 0, 0.319999993, 0)
- Pray.Size = UDim2.new(0, 84, 0, 24)
- Pray.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- Pray.Font = Enum.Font.SourceSans
- Pray.Text = "Pray"
- Pray.TextColor3 = Color3.new(0, 0, 0)
- Pray.TextSize = 14
- Whip.Name = "Whip"
- Whip.Parent = main
- Whip.BackgroundColor3 = Color3.new(1, 1, 1)
- Whip.Position = UDim2.new(0.377979755, 0, 0.049999997, 0)
- Whip.Size = UDim2.new(0, 84, 0, 24)
- Whip.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- Whip.Font = Enum.Font.SourceSans
- Whip.Text = "Whip"
- Whip.TextColor3 = Color3.new(0, 0, 0)
- Whip.TextSize = 14
- NoNo.Name = "NoNo"
- NoNo.Parent = main
- NoNo.BackgroundColor3 = Color3.new(1, 1, 1)
- NoNo.Position = UDim2.new(0.377979755, 0, 0.629999995, 0)
- NoNo.Size = UDim2.new(0, 84, 0, 24)
- NoNo.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- NoNo.Font = Enum.Font.SourceSans
- NoNo.Text = "NoNo"
- NoNo.TextColor3 = Color3.new(0, 0, 0)
- NoNo.TextSize = 14
- HTF.Name = "HTF"
- HTF.Parent = main
- HTF.BackgroundColor3 = Color3.new(1, 1, 1)
- HTF.Position = UDim2.new(0.00799999572, 0, 0.629999995, 0)
- HTF.Size = UDim2.new(0, 84, 0, 24)
- HTF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- HTF.Font = Enum.Font.SourceSans
- HTF.Text = "HTF"
- HTF.TextColor3 = Color3.new(0, 0, 0)
- HTF.TextSize = 14
- Cooking.Name = "Cooking"
- Cooking.Parent = main
- Cooking.BackgroundColor3 = Color3.new(1, 1, 1)
- Cooking.Position = UDim2.new(0.00799999572, 0, 0.329999983, 0)
- Cooking.Size = UDim2.new(0, 84, 0, 24)
- Cooking.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- Cooking.Font = Enum.Font.SourceSans
- Cooking.Text = "Cooking"
- Cooking.TextColor3 = Color3.new(0, 0, 0)
- Cooking.TextSize = 14
- YouDead.Name = "You Dead"
- YouDead.Parent = main
- YouDead.BackgroundColor3 = Color3.new(1, 1, 1)
- YouDead.Position = UDim2.new(0.00955269951, 0, 0.0481942557, 0)
- YouDead.Size = UDim2.new(0, 84, 0, 24)
- YouDead.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- YouDead.Font = Enum.Font.SourceSans
- YouDead.Text = "You Dead"
- YouDead.TextColor3 = Color3.new(0, 0, 0)
- YouDead.TextSize = 14
- Frame_2.Parent = main
- Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame_2.BackgroundTransparency = 1
- Frame_2.Position = UDim2.new(1.39271259, 0, -0.109999999, 0)
- Frame_2.Size = UDim2.new(0, 100, 0, 100)
- Close.Name = "Close"
- Close.Parent = Frame_2
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.Position = UDim2.new(-1.50906897, 0, 0.131578162, 0)
- Close.Size = UDim2.new(0, 61, 0, 73)
- Close.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- Close.Font = Enum.Font.SourceSans
- Close.Text = "Close"
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.TextSize = 14
- Close.MouseButton1Down:connect (function()
- main.Visible = true
- Frame.Visible = false
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment