Advertisement
turrtle

Untitled

Nov 11th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Phoenix = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local top = Instance.new("Frame")
  7. local name = Instance.new("TextLabel")
  8. local close = Instance.new("TextButton")
  9. local Speedrunx = Instance.new("TextButton")
  10. local ImageLabel = Instance.new("ImageLabel")
  11. local Speedrun = Instance.new("TextButton")
  12. local SpeedRunXTab = Instance.new("ScrollingFrame")
  13. local TextBox = Instance.new("TextBox")
  14. local Speedrunx_2 = Instance.new("TextButton")
  15. local SpeedRunTab = Instance.new("ScrollingFrame")
  16. local TextBox_2 = Instance.new("TextBox")
  17. local Speedrunx_3 = Instance.new("TextButton")
  18. --Properties:
  19. Phoenix.Name = "Phoenix"
  20. Phoenix.Parent = game.CoreGui
  21.  
  22. main.Name = "main"
  23. main.Parent = Phoenix
  24. main.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  25. main.BorderSizePixel = 0
  26. main.Position = UDim2.new(0.396647781, 0, 0.240745962, 0)
  27. main.Size = UDim2.new(0, 364, 0, 254)
  28. main.Active = true
  29. main.Draggable = true
  30.  
  31. top.Name = "top"
  32. top.Parent = main
  33. top.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  34. top.BorderSizePixel = 0
  35. top.Position = UDim2.new(0, 0, -0.111111112, 0)
  36. top.Size = UDim2.new(0, 364, 0, 41)
  37.  
  38. name.Name = "name"
  39. name.Parent = top
  40. name.BackgroundColor3 = Color3.new(1, 1, 1)
  41. name.BackgroundTransparency = 1
  42. name.Position = UDim2.new(0.0274725277, 0, 0, 0)
  43. name.Size = UDim2.new(0, 200, 0, 41)
  44. name.Font = Enum.Font.SourceSansBold
  45. name.Text = "Test Gui"
  46. name.TextColor3 = Color3.new(1, 1, 1)
  47. name.TextSize = 24
  48. name.TextXAlignment = Enum.TextXAlignment.Left
  49.  
  50. close.Name = "close"
  51. close.Parent = top
  52. close.BackgroundColor3 = Color3.new(1, 1, 1)
  53. close.BackgroundTransparency = 1
  54. close.Position = UDim2.new(0.870879114, 0, 0, 0)
  55. close.Size = UDim2.new(0, 47, 0, 41)
  56. close.Font = Enum.Font.SourceSansBold
  57. close.Text = "X"
  58. close.TextColor3 = Color3.new(1, 1, 1)
  59. close.TextSize = 22
  60. close.MouseButton1Down:connect(function()
  61. main.Visible = false
  62. top.Visible = false
  63. end)
  64.  
  65. Speedrunx.Name = "Speedrunx"
  66. Speedrunx.Parent = main
  67. Speedrunx.BackgroundColor3 = Color3.new(1, 1, 1)
  68. Speedrunx.BackgroundTransparency = 0.69999998807907
  69. Speedrunx.BorderSizePixel = 0
  70. Speedrunx.Position = UDim2.new(0, 0, 0.0468920022, 0)
  71. Speedrunx.Size = UDim2.new(0, 102, 0, 30)
  72. Speedrunx.ZIndex = 2
  73. Speedrunx.Font = Enum.Font.SourceSansBold
  74. Speedrunx.Text = "Speed Run X"
  75. Speedrunx.TextColor3 = Color3.new(1, 1, 1)
  76. Speedrunx.TextSize = 18
  77. Speedrunx.TextStrokeColor3 = Color3.new(1, 1, 1)
  78. Speedrunx.MouseButton1Down:connect(function()
  79. SpeedRunXTab.Visible = true
  80. SpeedRunTab.Visible = false
  81. end)
  82.  
  83. ImageLabel.Parent = main
  84. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  85. ImageLabel.BackgroundTransparency = 1
  86. ImageLabel.Position = UDim2.new(-0.00274725282, 0, 0, 0)
  87. ImageLabel.Size = UDim2.new(0, 365, 0, 369)
  88. ImageLabel.Visible = false
  89. ImageLabel.Image = "rbxassetid://950898941"
  90.  
  91. Speedrun.Name = "Speedrun"
  92. Speedrun.Parent = main
  93. Speedrun.BackgroundColor3 = Color3.new(1, 1, 1)
  94. Speedrun.BackgroundTransparency = 0.69999998807907
  95. Speedrun.BorderSizePixel = 0
  96. Speedrun.Position = UDim2.new(0.280219793, 0, 0.0468920022, 0)
  97. Speedrun.Size = UDim2.new(0, 102, 0, 30)
  98. Speedrun.ZIndex = 2
  99. Speedrun.Font = Enum.Font.SourceSansBold
  100. Speedrun.Text = "Speed Run"
  101. Speedrun.TextColor3 = Color3.new(1, 1, 1)
  102. Speedrun.TextSize = 18
  103. Speedrun.TextStrokeColor3 = Color3.new(1, 1, 1)
  104. Speedrun.MouseButton1Down:connect(function()
  105. SpeedRunXTab.Visible = false
  106. SpeedRunTab.Visible = true
  107. end)
  108.  
  109. SpeedRunXTab.Name = "SpeedRunXTab"
  110. SpeedRunXTab.Parent = Phoenix
  111. SpeedRunXTab.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  112. SpeedRunXTab.Position = UDim2.new(0.404104173, 0, 0.302107722, 0)
  113. SpeedRunXTab.Size = UDim2.new(0, 346, 0, 190)
  114.  
  115. TextBox.Parent = SpeedRunXTab
  116. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  117. TextBox.Position = UDim2.new(0.0394313559, 0, 0.006963972, 0)
  118. TextBox.Size = UDim2.new(0, 119, 0, 24)
  119. TextBox.Font = Enum.Font.SourceSans
  120. TextBox.Text = "Enter Value"
  121. TextBox.TextColor3 = Color3.new(0, 0, 0)
  122. TextBox.TextSize = 14
  123.  
  124. Speedrunx_2.Name = "Speedrunx"
  125. Speedrunx_2.Parent = SpeedRunXTab
  126. Speedrunx_2.BackgroundColor3 = Color3.new(1, 1, 1)
  127. Speedrunx_2.BackgroundTransparency = 0.69999998807907
  128. Speedrunx_2.BorderSizePixel = 0
  129. Speedrunx_2.Position = UDim2.new(0.485977948, 0, 0.00473740697, 0)
  130. Speedrunx_2.Size = UDim2.new(0, 102, 0, 30)
  131. Speedrunx_2.ZIndex = 2
  132. Speedrunx_2.Font = Enum.Font.SourceSansBold
  133. Speedrunx_2.Text = "Test (speedrunx"
  134. Speedrunx_2.TextColor3 = Color3.new(1, 1, 1)
  135. Speedrunx_2.TextSize = 18
  136. Speedrunx_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  137.  
  138. SpeedRunTab.Name = "SpeedRun Tab"
  139. SpeedRunTab.Parent = Phoenix
  140. SpeedRunTab.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  141. SpeedRunTab.Position = UDim2.new(0.404104173, 0, 0.302107722, 0)
  142. SpeedRunTab.Size = UDim2.new(0, 346, 0, 190)
  143. SpeedRunTab.Visible = false
  144.  
  145. TextBox_2.Parent = SpeedRunTab
  146. TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  147. TextBox_2.Position = UDim2.new(0.0394313559, 0, 0.006963972, 0)
  148. TextBox_2.Size = UDim2.new(0, 119, 0, 24)
  149. TextBox_2.Font = Enum.Font.SourceSans
  150. TextBox_2.Text = "Enter Value"
  151. TextBox_2.TextColor3 = Color3.new(0, 0, 0)
  152. TextBox_2.TextSize = 14
  153.  
  154. Speedrunx_3.Name = "Speedrunx"
  155. Speedrunx_3.Parent = SpeedRunTab
  156. Speedrunx_3.BackgroundColor3 = Color3.new(1, 1, 1)
  157. Speedrunx_3.BackgroundTransparency = 0.69999998807907
  158. Speedrunx_3.BorderSizePixel = 0
  159. Speedrunx_3.Position = UDim2.new(0.485977948, 0, 0.00473740697, 0)
  160. Speedrunx_3.Size = UDim2.new(0, 102, 0, 30)
  161. Speedrunx_3.ZIndex = 2
  162. Speedrunx_3.Font = Enum.Font.SourceSansBold
  163. Speedrunx_3.Text = "Test"
  164. Speedrunx_3.TextColor3 = Color3.new(1, 1, 1)
  165. Speedrunx_3.TextSize = 18
  166. Speedrunx_3.TextStrokeColor3 = Color3.new(1, 1, 1)
  167. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement