Advertisement
Spyroz

Untitled

Apr 10th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4. -- Objects
  5.  
  6. local TestGui = Instance.new("ScreenGui")
  7. local Intro = Instance.new("Frame")
  8. local Credits = Instance.new("TextLabel")
  9. local MainFrame = Instance.new("Frame")
  10. local LocalTab = Instance.new("TextButton")
  11. local ScriptsTab = Instance.new("TextButton")
  12. local CreditsTab = Instance.new("TextButton")
  13. local Local = Instance.new("Frame")
  14. local FlyScript = Instance.new("TextButton")
  15. local Scripts = Instance.new("Frame")
  16. local RoseHub = Instance.new("TextButton")
  17. local Credits_2 = Instance.new("Frame")
  18. local MainCredits = Instance.new("TextLabel")
  19. local Opener = Instance.new("TextButton")
  20.  
  21. -- Properties
  22.  
  23. TestGui.Name = "TestGui"
  24. TestGui.Parent = game.CoreGui
  25.  
  26. Intro.Name = "Intro"
  27. Intro.Parent = TestGui
  28. Intro.BackgroundColor3 = Color3.new(1, 1, 1)
  29. Intro.Position = UDim2.new(0.405000001, 0, -0.5, 0)
  30. Intro.Size = UDim2.new(0, 292, 0, 152)
  31.  
  32. Credits.Name = "Credits"
  33. Credits.Parent = Intro
  34. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  35. Credits.BorderSizePixel = 0
  36. Credits.Position = UDim2.new(0.157534242, 0, 0.271186441, 0)
  37. Credits.Size = UDim2.new(0, 200, 0, 50)
  38. Credits.Font = Enum.Font.SourceSans
  39. Credits.Text = "Made By Spyroz"
  40. Credits.TextSize = 50
  41.  
  42. MainFrame.Name = "MainFrame"
  43. MainFrame.Parent = TestGui
  44. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  45. MainFrame.BorderSizePixel = 0
  46. MainFrame.Position = UDim2.new(-0.400000006, 0, 0.338999987, 0)
  47. MainFrame.Size = UDim2.new(0, 335, 0, 194)
  48.  
  49. LocalTab.Name = "LocalTab"
  50. LocalTab.Parent = MainFrame
  51. LocalTab.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  52. LocalTab.BorderSizePixel = 0
  53. LocalTab.Size = UDim2.new(0, 96, 0, 50)
  54. LocalTab.Font = Enum.Font.SourceSans
  55. LocalTab.Text = "Local"
  56. LocalTab.TextSize = 14
  57.  
  58. ScriptsTab.Name = "ScriptsTab"
  59. ScriptsTab.Parent = MainFrame
  60. ScriptsTab.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  61. ScriptsTab.BorderSizePixel = 0
  62. ScriptsTab.Position = UDim2.new(0.356716394, 0, 0, 0)
  63. ScriptsTab.Size = UDim2.new(0, 96, 0, 50)
  64. ScriptsTab.Font = Enum.Font.SourceSans
  65. ScriptsTab.Text = "Scripts"
  66. ScriptsTab.TextSize = 14
  67.  
  68. CreditsTab.Name = "CreditsTab"
  69. CreditsTab.Parent = MainFrame
  70. CreditsTab.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  71. CreditsTab.BorderSizePixel = 0
  72. CreditsTab.Position = UDim2.new(0.713432789, 0, 0, 0)
  73. CreditsTab.Size = UDim2.new(0, 96, 0, 50)
  74. CreditsTab.Font = Enum.Font.SourceSans
  75. CreditsTab.Text = "Credits"
  76. CreditsTab.TextSize = 14
  77.  
  78. Local.Name = "Local"
  79. Local.Parent = MainFrame
  80. Local.BackgroundColor3 = Color3.new(1, 1, 1)
  81. Local.BackgroundTransparency = 1
  82. Local.BorderSizePixel = 0
  83. Local.Position = UDim2.new(0, 0, 0.257731944, 0)
  84. Local.Size = UDim2.new(0, 335, 0, 144)
  85. Local.Visible = false
  86.  
  87. FlyScript.Name = "FlyScript"
  88. FlyScript.Parent = Local
  89. FlyScript.BackgroundColor3 = Color3.new(1, 1, 1)
  90. FlyScript.Position = UDim2.new(0.202985078, 0, 0.152777776, 0)
  91. FlyScript.Size = UDim2.new(0, 200, 0, 50)
  92. FlyScript.Font = Enum.Font.SourceSans
  93. FlyScript.Text = "Fly"
  94. FlyScript.TextSize = 40
  95.  
  96. Scripts.Name = "Scripts"
  97. Scripts.Parent = MainFrame
  98. Scripts.BackgroundColor3 = Color3.new(1, 1, 1)
  99. Scripts.BackgroundTransparency = 1
  100. Scripts.BorderSizePixel = 0
  101. Scripts.Position = UDim2.new(0, 0, 0.257731944, 0)
  102. Scripts.Size = UDim2.new(0, 335, 0, 144)
  103. Scripts.Visible = false
  104.  
  105. RoseHub.Name = "RoseHub"
  106. RoseHub.Parent = Scripts
  107. RoseHub.BackgroundColor3 = Color3.new(1, 1, 1)
  108. RoseHub.Position = UDim2.new(0.202985078, 0, 0.152777776, 0)
  109. RoseHub.Size = UDim2.new(0, 200, 0, 50)
  110. RoseHub.Font = Enum.Font.SourceSans
  111. RoseHub.Text = "Rose Hub"
  112. RoseHub.TextSize = 40
  113.  
  114. Credits_2.Name = "Credits"
  115. Credits_2.Parent = MainFrame
  116. Credits_2.BackgroundColor3 = Color3.new(1, 1, 1)
  117. Credits_2.BackgroundTransparency = 1
  118. Credits_2.BorderSizePixel = 0
  119. Credits_2.Position = UDim2.new(0, 0, 0.257731944, 0)
  120. Credits_2.Size = UDim2.new(0, 335, 0, 144)
  121.  
  122. MainCredits.Name = "MainCredits"
  123. MainCredits.Parent = Credits_2
  124. MainCredits.BackgroundColor3 = Color3.new(1, 1, 1)
  125. MainCredits.Position = UDim2.new(0.202985078, 0, 0.152777776, 0)
  126. MainCredits.Size = UDim2.new(0, 200, 0, 50)
  127. MainCredits.Font = Enum.Font.SourceSans
  128. MainCredits.Text = "By Spyroz"
  129. MainCredits.TextSize = 40
  130.  
  131. Opener.Name = "Opener"
  132. Opener.Parent = TestGui
  133. Opener.BackgroundColor3 = Color3.new(1, 1, 1)
  134. Opener.Position = UDim2.new(0, 0, 0.5182724, 0)
  135. Opener.Size = UDim2.new(0, 124, 0, 50)
  136. Opener.Font = Enum.Font.SourceSans
  137. Opener.Text = "Open"
  138. Opener.TextSize = 30
  139.  
  140. -- Scripts
  141.  
  142. Opener.Visible = false
  143.  
  144. Intro:TweenPosition(UDim2.new(0.405,0,0.3,0), 'Out', 'Bounce', 1)
  145. wait(3)
  146. Intro:TweenPosition(UDim2.new(0.405,0,-0.5,0), 'Out', 'Bounce', 1)
  147. wait(0.5)
  148. Opener.Visible = true
  149.  
  150. Opener.MouseButton1Down:connect(function()
  151. MainFrame:TweenPosition(UDim2.new(0.4,0,0.339,0), 'Out', 'Bounce', 1)
  152. end)
  153.  
  154. CreditsTab.MouseButton1Down:connect(function()
  155. Credits_2.Visible = true
  156. Local.Visible = false
  157. Scripts.Visible = false
  158. end)
  159.  
  160. LocalTab.MouseButton1Down:connect(function()
  161. Local.Visible = true
  162. Credits_2.Visible = false
  163. Scripts.Visible =false
  164. end)
  165.  
  166. ScriptsTab.MouseButton1Down:connect(function()
  167. Scripts.Visible = true
  168. Credits_2.Visible = false
  169. Local.Visible = false
  170. end)
  171.  
  172. FlyScript.MouseButton1Down:connect(function()
  173. loadstring(game:HttpGet(('https://pastebin.com/raw/y1j0Wr5d'),true))()
  174. end)
  175.  
  176. RoseHub.MouseButton1Down:connect(function()
  177. loadstring(game:HttpGet(('https://pastebin.com/raw/F0Gr8XuL'),true))()
  178. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement