arfiakbar123

ASGUI

Nov 12th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.37 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Main = Instance.new("ScreenGui")
  5. local LoginFrame = Instance.new("Frame")
  6. local Sumbit = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local TextLabel_3 = Instance.new("TextLabel")
  10. local TextLabel_4 = Instance.new("TextLabel")
  11. local TextLabel_5 = Instance.new("TextLabel")
  12. local MainFrame = Instance.new("Frame")
  13. --Properties:
  14. Main.Name = "Main"
  15. Main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. LoginFrame.Name = "LoginFrame"
  18. LoginFrame.Parent = Main
  19. LoginFrame.Active = true
  20. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  21. LoginFrame.BorderColor3 = Color3.new(0, 0, 0)
  22. LoginFrame.BorderSizePixel = 3
  23. LoginFrame.Draggable = true
  24. LoginFrame.Position = UDim2.new(0, 36, 0, 250)
  25. LoginFrame.Size = UDim2.new(0, 244, 0, 276)
  26. LoginFrame.Visible = false
  27.  
  28. Sumbit.Name = "Sumbit"
  29. Sumbit.Parent = LoginFrame
  30. Sumbit.BackgroundColor3 = Color3.new(1, 1, 1)
  31. Sumbit.Position = UDim2.new(0.0889285505, 0, 0.757836223, 0)
  32. Sumbit.Size = UDim2.new(0, 200, 0, 50)
  33. Sumbit.Style = Enum.ButtonStyle.RobloxRoundButton
  34. Sumbit.Font = Enum.Font.ArialBold
  35. Sumbit.Text = "Sumbit"
  36. Sumbit.TextColor3 = Color3.new(0, 0, 0)
  37. Sumbit.TextSize = 14
  38. -- Farewell Infortality.
  39. -- Version: 2.82
  40. -- Instances:
  41. local Main = Instance.new("ScreenGui")
  42. local LoginFrame = Instance.new("Frame")
  43. local Sumbit = Instance.new("TextButton")
  44. local TextLabel = Instance.new("TextLabel")
  45. local TextLabel_2 = Instance.new("TextLabel")
  46. local TextLabel_3 = Instance.new("TextLabel")
  47. local TextLabel_4 = Instance.new("TextLabel")
  48. local TextLabel_5 = Instance.new("TextLabel")
  49. local MainFrame = Instance.new("Frame")
  50. --Properties:
  51. Main.Name = "Main"
  52. Main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  53.  
  54. LoginFrame.Name = "LoginFrame"
  55. LoginFrame.Parent = Main
  56. LoginFrame.Active = true
  57. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  58. LoginFrame.BorderColor3 = Color3.new(0, 0, 0)
  59. LoginFrame.BorderSizePixel = 3
  60. LoginFrame.Draggable = true
  61. LoginFrame.Position = UDim2.new(0, 36, 0, 250)
  62. LoginFrame.Size = UDim2.new(0, 244, 0, 276)
  63. LoginFrame.Visible = false
  64.  
  65. Sumbit.Name = "Sumbit"
  66. Sumbit.Parent = LoginFrame
  67. Sumbit.BackgroundColor3 = Color3.new(1, 1, 1)
  68. Sumbit.Position = UDim2.new(0.0889285505, 0, 0.757836223, 0)
  69. Sumbit.Size = UDim2.new(0, 200, 0, 50)
  70. Sumbit.Style = Enum.ButtonStyle.RobloxRoundButton
  71. Sumbit.Font = Enum.Font.ArialBold
  72. Sumbit.Text = "Sumbit"
  73. Sumbit.TextColor3 = Color3.new(0, 0, 0)
  74. Sumbit.TextSize = 14
  75. Sumbit.MouseButton1Down:connect(function()
  76. LoginFrame.Visible = false
  77. MainFrame.Visible = true
  78. --i will make a actual login next part
  79. end)
  80.  
  81. TextLabel.Parent = LoginFrame
  82. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  83. TextLabel.Position = UDim2.new(0.196721315, 0, 0.315217376, 0)
  84. TextLabel.Size = UDim2.new(0, 173, 0, 32)
  85. TextLabel.Font = Enum.Font.SourceSans
  86. TextLabel.Text = "ArfiAkbar"
  87. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  88. TextLabel.TextSize = 14
  89.  
  90. TextLabel_2.Parent = LoginFrame
  91. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  92. TextLabel_2.Position = UDim2.new(0.196721315, 0, 0.510869563, 0)
  93. TextLabel_2.Size = UDim2.new(0, 173, 0, 32)
  94. TextLabel_2.Font = Enum.Font.SourceSans
  95. TextLabel_2.Text = "ArfiAkbarYT"
  96. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  97. TextLabel_2.TextSize = 14
  98.  
  99. TextLabel_3.Parent = LoginFrame
  100. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  101. TextLabel_3.Position = UDim2.new(0, 0, 0.315217406, 0)
  102. TextLabel_3.Size = UDim2.new(0, 40, 0, 32)
  103. TextLabel_3.Font = Enum.Font.SourceSans
  104. TextLabel_3.Text = "ID"
  105. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  106. TextLabel_3.TextSize = 14
  107.  
  108. TextLabel_4.Parent = LoginFrame
  109. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  110. TextLabel_4.Position = UDim2.new(0, 0, 0.510869563, 0)
  111. TextLabel_4.Size = UDim2.new(0, 40, 0, 32)
  112. TextLabel_4.Font = Enum.Font.SourceSans
  113. TextLabel_4.Text = "PW"
  114. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  115. TextLabel_4.TextSize = 14
  116.  
  117. TextLabel_5.Parent = LoginFrame
  118. TextLabel_5.BackgroundColor3 = Color3.new(0, 0, 0)
  119. TextLabel_5.BorderColor3 = Color3.new(0, 0, 0)
  120. TextLabel_5.Size = UDim2.new(0, 242, 0, 32)
  121. TextLabel_5.Font = Enum.Font.SourceSans
  122. TextLabel_5.Text = "Login"
  123. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  124. TextLabel_5.TextSize = 20
  125.  
  126. MainFrame.Name = "MainFrame"
  127. MainFrame.Parent = Main
  128. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  129. MainFrame.Position = UDim2.new(0.229665086, 0, 0.34302327, 0)
  130. MainFrame.Size = UDim2.new(0, 304, 0, 215)
  131. -- Scripts:
  132.  
  133.  
  134. TextLabel.Parent = LoginFrame
  135. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  136. TextLabel.Position = UDim2.new(0.196721315, 0, 0.315217376, 0)
  137. TextLabel.Size = UDim2.new(0, 173, 0, 32)
  138. TextLabel.Font = Enum.Font.SourceSans
  139. TextLabel.Text = "ArfiAkbar"
  140. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  141. TextLabel.TextSize = 14
  142.  
  143. TextLabel_2.Parent = LoginFrame
  144. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  145. TextLabel_2.Position = UDim2.new(0.196721315, 0, 0.510869563, 0)
  146. TextLabel_2.Size = UDim2.new(0, 173, 0, 32)
  147. TextLabel_2.Font = Enum.Font.SourceSans
  148. TextLabel_2.Text = "ArfiAkbarYT"
  149. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  150. TextLabel_2.TextSize = 14
  151.  
  152. TextLabel_3.Parent = LoginFrame
  153. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  154. TextLabel_3.Position = UDim2.new(0, 0, 0.315217406, 0)
  155. TextLabel_3.Size = UDim2.new(0, 40, 0, 32)
  156. TextLabel_3.Font = Enum.Font.SourceSans
  157. TextLabel_3.Text = "ID"
  158. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  159. TextLabel_3.TextSize = 14
  160.  
  161. TextLabel_4.Parent = LoginFrame
  162. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  163. TextLabel_4.Position = UDim2.new(0, 0, 0.510869563, 0)
  164. TextLabel_4.Size = UDim2.new(0, 40, 0, 32)
  165. TextLabel_4.Font = Enum.Font.SourceSans
  166. TextLabel_4.Text = "PW"
  167. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  168. TextLabel_4.TextSize = 14
  169.  
  170. TextLabel_5.Parent = LoginFrame
  171. TextLabel_5.BackgroundColor3 = Color3.new(0, 0, 0)
  172. TextLabel_5.BorderColor3 = Color3.new(0, 0, 0)
  173. TextLabel_5.Size = UDim2.new(0, 242, 0, 32)
  174. TextLabel_5.Font = Enum.Font.SourceSans
  175. TextLabel_5.Text = "Login"
  176. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  177. TextLabel_5.TextSize = 20
  178.  
  179. MainFrame.Name = "MainFrame"
  180. MainFrame.Parent = Main
  181. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  182. MainFrame.Position = UDim2.new(0.229665086, 0, 0.34302327, 0)
  183. MainFrame.Size = UDim2.new(0, 304, 0, 215)
  184. MainFrame.Visible = false
  185. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment