Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell infortality
- -- Revamp by ImFrostic, Version 2.8
- -- Objects
- local TestGui = Instance.new("ScreenGui")
- local Intro = Instance.new("Frame")
- local Credits = Instance.new("TextLabel")
- local MainFrame = Instance.new("Frame")
- local LocalTab = Instance.new("TextButton")
- local ScriptsTab = Instance.new("TextButton")
- local CreditsTab = Instance.new("TextButton")
- local Local = Instance.new("Frame")
- local FlyScript = Instance.new("TextButton")
- local Scripts = Instance.new("Frame")
- local RoseHub = Instance.new("TextButton")
- local Credits_2 = Instance.new("Frame")
- local MainCredits = Instance.new("TextLabel")
- local Opener = Instance.new("TextButton")
- -- Properties
- TestGui.Name = "TestGui"
- TestGui.Parent = game.CoreGui
- Intro.Name = "Intro"
- Intro.Parent = TestGui
- Intro.BackgroundColor3 = Color3.new(1, 1, 1)
- Intro.Position = UDim2.new(0.405000001, 0, -0.5, 0)
- Intro.Size = UDim2.new(0, 292, 0, 152)
- Credits.Name = "Credits"
- Credits.Parent = Intro
- Credits.BackgroundColor3 = Color3.new(1, 1, 1)
- Credits.BorderSizePixel = 0
- Credits.Position = UDim2.new(0.157534242, 0, 0.271186441, 0)
- Credits.Size = UDim2.new(0, 200, 0, 50)
- Credits.Font = Enum.Font.SourceSans
- Credits.Text = "Made By Spyroz"
- Credits.TextSize = 50
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = TestGui
- MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- MainFrame.BorderSizePixel = 0
- MainFrame.Position = UDim2.new(-0.400000006, 0, 0.338999987, 0)
- MainFrame.Size = UDim2.new(0, 335, 0, 194)
- LocalTab.Name = "LocalTab"
- LocalTab.Parent = MainFrame
- LocalTab.BackgroundColor3 = Color3.new(0, 0.666667, 1)
- LocalTab.BorderSizePixel = 0
- LocalTab.Size = UDim2.new(0, 96, 0, 50)
- LocalTab.Font = Enum.Font.SourceSans
- LocalTab.Text = "Local"
- LocalTab.TextSize = 14
- ScriptsTab.Name = "ScriptsTab"
- ScriptsTab.Parent = MainFrame
- ScriptsTab.BackgroundColor3 = Color3.new(0, 0.666667, 1)
- ScriptsTab.BorderSizePixel = 0
- ScriptsTab.Position = UDim2.new(0.356716394, 0, 0, 0)
- ScriptsTab.Size = UDim2.new(0, 96, 0, 50)
- ScriptsTab.Font = Enum.Font.SourceSans
- ScriptsTab.Text = "Scripts"
- ScriptsTab.TextSize = 14
- CreditsTab.Name = "CreditsTab"
- CreditsTab.Parent = MainFrame
- CreditsTab.BackgroundColor3 = Color3.new(0, 0.666667, 1)
- CreditsTab.BorderSizePixel = 0
- CreditsTab.Position = UDim2.new(0.713432789, 0, 0, 0)
- CreditsTab.Size = UDim2.new(0, 96, 0, 50)
- CreditsTab.Font = Enum.Font.SourceSans
- CreditsTab.Text = "Credits"
- CreditsTab.TextSize = 14
- Local.Name = "Local"
- Local.Parent = MainFrame
- Local.BackgroundColor3 = Color3.new(1, 1, 1)
- Local.BackgroundTransparency = 1
- Local.BorderSizePixel = 0
- Local.Position = UDim2.new(0, 0, 0.257731944, 0)
- Local.Size = UDim2.new(0, 335, 0, 144)
- Local.Visible = false
- FlyScript.Name = "FlyScript"
- FlyScript.Parent = Local
- FlyScript.BackgroundColor3 = Color3.new(1, 1, 1)
- FlyScript.Position = UDim2.new(0.202985078, 0, 0.152777776, 0)
- FlyScript.Size = UDim2.new(0, 200, 0, 50)
- FlyScript.Font = Enum.Font.SourceSans
- FlyScript.Text = "Fly"
- FlyScript.TextSize = 40
- Scripts.Name = "Scripts"
- Scripts.Parent = MainFrame
- Scripts.BackgroundColor3 = Color3.new(1, 1, 1)
- Scripts.BackgroundTransparency = 1
- Scripts.BorderSizePixel = 0
- Scripts.Position = UDim2.new(0, 0, 0.257731944, 0)
- Scripts.Size = UDim2.new(0, 335, 0, 144)
- Scripts.Visible = false
- RoseHub.Name = "RoseHub"
- RoseHub.Parent = Scripts
- RoseHub.BackgroundColor3 = Color3.new(1, 1, 1)
- RoseHub.Position = UDim2.new(0.202985078, 0, 0.152777776, 0)
- RoseHub.Size = UDim2.new(0, 200, 0, 50)
- RoseHub.Font = Enum.Font.SourceSans
- RoseHub.Text = "Rose Hub"
- RoseHub.TextSize = 40
- Credits_2.Name = "Credits"
- Credits_2.Parent = MainFrame
- Credits_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Credits_2.BackgroundTransparency = 1
- Credits_2.BorderSizePixel = 0
- Credits_2.Position = UDim2.new(0, 0, 0.257731944, 0)
- Credits_2.Size = UDim2.new(0, 335, 0, 144)
- MainCredits.Name = "MainCredits"
- MainCredits.Parent = Credits_2
- MainCredits.BackgroundColor3 = Color3.new(1, 1, 1)
- MainCredits.Position = UDim2.new(0.202985078, 0, 0.152777776, 0)
- MainCredits.Size = UDim2.new(0, 200, 0, 50)
- MainCredits.Font = Enum.Font.SourceSans
- MainCredits.Text = "By Spyroz"
- MainCredits.TextSize = 40
- Opener.Name = "Opener"
- Opener.Parent = TestGui
- Opener.BackgroundColor3 = Color3.new(1, 1, 1)
- Opener.Position = UDim2.new(0, 0, 0.5182724, 0)
- Opener.Size = UDim2.new(0, 124, 0, 50)
- Opener.Font = Enum.Font.SourceSans
- Opener.Text = "Open"
- Opener.TextSize = 30
- -- Scripts
- Opener.Visible = false
- Intro:TweenPosition(UDim2.new(0.405,0,0.3,0), 'Out', 'Bounce', 1)
- wait(3)
- Intro:TweenPosition(UDim2.new(0.405,0,-0.5,0), 'Out', 'Bounce', 1)
- wait(0.5)
- Opener.Visible = true
- Opener.MouseButton1Down:connect(function()
- MainFrame:TweenPosition(UDim2.new(0.4,0,0.339,0), 'Out', 'Bounce', 1)
- end)
- CreditsTab.MouseButton1Down:connect(function()
- Credits_2.Visible = true
- Local.Visible = false
- Scripts.Visible = false
- end)
- LocalTab.MouseButton1Down:connect(function()
- Local.Visible = true
- Credits_2.Visible = false
- Scripts.Visible =false
- end)
- ScriptsTab.MouseButton1Down:connect(function()
- Scripts.Visible = true
- Credits_2.Visible = false
- Local.Visible = false
- end)
- FlyScript.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/y1j0Wr5d'),true))()
- end)
- RoseHub.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/F0Gr8XuL'),true))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement