Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.48 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4. -- Objects
  5.  
  6. local GUI = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local ImageButton = Instance.new("ImageButton")
  9. local Menu = Instance.new("ScrollingFrame")
  10. local RedeemArea = Instance.new("TextButton")
  11. local DonationArea = Instance.new("TextButton")
  12. local Donate = Instance.new("Frame")
  13. local Player = Instance.new("TextBox")
  14. local TextLabel = Instance.new("TextLabel")
  15. local Amount = Instance.new("TextBox")
  16. local TextButton = Instance.new("TextButton")
  17. local Input = Instance.new("Frame")
  18. local TextLabel_2 = Instance.new("TextLabel")
  19. local Codearea = Instance.new("TextBox")
  20. local Enter = Instance.new("TextButton")
  21.  
  22. -- Properties
  23.  
  24. GUI.Name = "GUI"
  25. GUI.Parent = game.CoreGui
  26.  
  27. Main.Name = "Main"
  28. Main.Parent = GUI
  29. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  30. Main.BackgroundTransparency = 1
  31. Main.Position = UDim2.new(0.300000012, 925, 0.600000024, 235)
  32. Main.Size = UDim2.new(0.100000001, -70, 0, 30)
  33.  
  34. ImageButton.Parent = Main
  35. ImageButton.BackgroundColor3 = Color3.new(1, 1, 1)
  36. ImageButton.BackgroundTransparency = 1
  37. ImageButton.Position = UDim2.new(0, 1, 0, 0)
  38. ImageButton.Size = UDim2.new(0.100000001, 20, 0, 30)
  39. ImageButton.Image = "rbxgameasset://Images/Menu"
  40.  
  41. Menu.Name = "Menu"
  42. Menu.Parent = GUI
  43. Menu.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  44. Menu.BorderColor3 = Color3.new(1, 1, 1)
  45. Menu.BorderSizePixel = 0
  46. Menu.LayoutOrder = -1
  47. Menu.Position = UDim2.new(0.400000006, 685, 0, 330)
  48. Menu.Size = UDim2.new(0, 135, 0, 200)
  49. Menu.Visible = false
  50. Menu.ScrollBarThickness = 5
  51.  
  52. RedeemArea.Name = "RedeemArea"
  53. RedeemArea.Parent = Menu
  54. RedeemArea.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  55. RedeemArea.BorderColor3 = Color3.new(1, 1, 1)
  56. RedeemArea.BorderSizePixel = 0
  57. RedeemArea.Position = UDim2.new(0, 25, 0, 5)
  58. RedeemArea.Size = UDim2.new(0, 100, 0, 30)
  59. RedeemArea.Modal = true
  60. RedeemArea.Font = Enum.Font.ArialBold
  61. RedeemArea.Text = "Codes"
  62. RedeemArea.TextSize = 14
  63. RedeemArea.TextWrapped = true
  64.  
  65. DonationArea.Name = "DonationArea"
  66. DonationArea.Parent = Menu
  67. DonationArea.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  68. DonationArea.BorderColor3 = Color3.new(1, 1, 1)
  69. DonationArea.BorderSizePixel = 0
  70. DonationArea.Position = UDim2.new(0, 25, 0, 60)
  71. DonationArea.Size = UDim2.new(0, 100, 0, 30)
  72. DonationArea.Modal = true
  73. DonationArea.Font = Enum.Font.ArialBold
  74. DonationArea.Text = "Donate"
  75. DonationArea.TextSize = 14
  76. DonationArea.TextWrapped = true
  77.  
  78. Donate.Name = "Donate"
  79. Donate.Parent = GUI
  80. Donate.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  81. Donate.Position = UDim2.new(0.5, -150, 0.5, -225)
  82. Donate.Size = UDim2.new(0, 300, 0, 350)
  83. Donate.Visible = false
  84.  
  85. Player.Name = "Player"
  86. Player.Parent = Donate
  87. Player.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  88. Player.Position = UDim2.new(0.5, -145, 0.5, -90)
  89. Player.Size = UDim2.new(0, 290, 0, 50)
  90. Player.Font = Enum.Font.SourceSans
  91. Player.Text = ""
  92. Player.TextScaled = true
  93. Player.TextSize = 14
  94. Player.TextWrapped = true
  95.  
  96. TextLabel.Parent = Donate
  97. TextLabel.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  98. TextLabel.BackgroundTransparency = 1
  99. TextLabel.Position = UDim2.new(0.5, -100, 0, 5)
  100. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  101. TextLabel.Font = Enum.Font.SourceSans
  102. TextLabel.Text = "Donate"
  103. TextLabel.TextScaled = true
  104. TextLabel.TextSize = 14
  105. TextLabel.TextWrapped = true
  106.  
  107. Amount.Name = "Amount"
  108. Amount.Parent = Donate
  109. Amount.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  110. Amount.Position = UDim2.new(0.5, -145, 0.5, 1)
  111. Amount.Size = UDim2.new(0, 290, 0, 50)
  112. Amount.Font = Enum.Font.SourceSans
  113. Amount.Text = ""
  114. Amount.TextScaled = true
  115. Amount.TextSize = 14
  116. Amount.TextWrapped = true
  117.  
  118. TextButton.Parent = Donate
  119. TextButton.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  120. TextButton.Position = UDim2.new(0.5, -100, 0.5, 80)
  121. TextButton.Size = UDim2.new(0, 200, 0, 50)
  122. TextButton.Font = Enum.Font.SourceSans
  123. TextButton.Text = "Enter"
  124. TextButton.TextScaled = true
  125. TextButton.TextSize = 14
  126. TextButton.TextWrapped = true
  127.  
  128. Input.Name = "Input"
  129. Input.Parent = GUI
  130. Input.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  131. Input.BorderColor3 = Color3.new(1, 1, 1)
  132. Input.BorderSizePixel = 0
  133. Input.Position = UDim2.new(0.5, -200, 0.5, -75)
  134. Input.Size = UDim2.new(0, 400, 0, 150)
  135. Input.Visible = false
  136.  
  137. TextLabel_2.Parent = Input
  138. TextLabel_2.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  139. TextLabel_2.BackgroundTransparency = 1
  140. TextLabel_2.Position = UDim2.new(0.5, -100, 0.5, -75)
  141. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  142. TextLabel_2.Font = Enum.Font.SourceSans
  143. TextLabel_2.Text = "Codes"
  144. TextLabel_2.TextScaled = true
  145. TextLabel_2.TextSize = 25
  146. TextLabel_2.TextWrapped = true
  147.  
  148. Codearea.Name = "Codearea"
  149. Codearea.Parent = Input
  150. Codearea.BackgroundColor3 = Color3.new(1, 1, 1)
  151. Codearea.BorderSizePixel = 0
  152. Codearea.Position = UDim2.new(0.5, -200, 0.5, -20)
  153. Codearea.Size = UDim2.new(0, 400, 0, 35)
  154. Codearea.Font = Enum.Font.SourceSans
  155. Codearea.ShowNativeInput = false
  156. Codearea.Text = ""
  157. Codearea.TextScaled = true
  158. Codearea.TextSize = 14
  159. Codearea.TextWrapped = true
  160.  
  161. Enter.Name = "Enter"
  162. Enter.Parent = Input
  163. Enter.BackgroundColor3 = Color3.new(1, 1, 1)
  164. Enter.Position = UDim2.new(0.5, -75, 0.699999988, -5)
  165. Enter.Size = UDim2.new(0, 150, 0, 40)
  166. Enter.Font = Enum.Font.SourceSans
  167. Enter.Text = "Enter"
  168. Enter.TextScaled = true
  169. Enter.TextSize = 14
  170. Enter.TextWrapped = true
  171.  
  172. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement