Guest User

test XD

a guest
Mar 29th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local LOGINFRAME = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local CodeEnter = Instance.new("TextButton")
  9. local Open = Instance.new("TextButton")
  10. local Frame = Instance.new("Frame")
  11. local btools = Instance.new("TextButton")
  12. local Topkek = Instance.new("TextButton")
  13. local Close = Instance.new("TextButton")
  14. local User = Instance.new("TextBox")
  15. local Pass = Instance.new("TextButton")
  16. --Properties:
  17. ScreenGui.Parent = game.CoreGui
  18.  
  19. LOGINFRAME.Name = "LOGINFRAME"
  20. LOGINFRAME.Parent = ScreenGui
  21. LOGINFRAME.BackgroundColor3 = Color3.new(0.988235, 0.752941, 0.203922)
  22. LOGINFRAME.Position = UDim2.new(0.626719177, 0, 0.166953161, 0)
  23. LOGINFRAME.Size = UDim2.new(0, 364, 0, 239)
  24. LOGINFRAME.Active = true
  25. LOGINFRAME.Draggable = true
  26.  
  27. TextButton.Parent = ScreenGui
  28. TextButton.BackgroundColor3 = Color3.new(0.705882, 1, 0.803922)
  29. TextButton.Position = UDim2.new(0.625775397, 0, 0.16567421, 0)
  30. TextButton.Size = UDim2.new(0, 363, 0, 35)
  31. TextButton.Font = Enum.Font.SourceSans
  32. TextButton.Text = "Login"
  33. TextButton.TextColor3 = Color3.new(0, 0, 0)
  34. TextButton.TextSize = 14
  35.  
  36. TextButton_2.Parent = ScreenGui
  37. TextButton_2.BackgroundColor3 = Color3.new(0.313726, 0.521569, 1)
  38. TextButton_2.Position = UDim2.new(0.627493083, 0, 0.453929365, 0)
  39. TextButton_2.Size = UDim2.new(0, 363, 0, 22)
  40. TextButton_2.Font = Enum.Font.SciFi
  41. TextButton_2.Text = "Join Our Discord Server https://discord.gg/yY4z52"
  42. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  43. TextButton_2.TextSize = 14
  44.  
  45. CodeEnter.Name = "CodeEnter"
  46. CodeEnter.Parent = ScreenGui
  47. CodeEnter.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  48. CodeEnter.NextSelectionUp = TextButton_2
  49. CodeEnter.Position = UDim2.new(0.735925317, 0, 0.387071699, 0)
  50. CodeEnter.Size = UDim2.new(0, 152, 0, 31)
  51. CodeEnter.Font = Enum.Font.SciFi
  52. CodeEnter.Text = "Submit"
  53. CodeEnter.TextColor3 = Color3.new(0, 0, 0)
  54. CodeEnter.TextSize = 14
  55. CodeEnter.MouseButton1Down:connect(function()
  56. if User.Text == "usernamehere" then
  57. LOGINFRAME.Visible =false
  58. Frame.Visible =true
  59. end
  60. end)
  61.  
  62. Open.Name = "Open"
  63. Open.Parent = ScreenGui
  64. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  65. Open.Position = UDim2.new(0, 0, 0.417771935, 0)
  66. Open.Size = UDim2.new(0, 67, 0, 17)
  67. Open.Font = Enum.Font.SciFi
  68. Open.Text = "Open"
  69. Open.TextColor3 = Color3.new(0, 0, 0)
  70. Open.TextSize = 14
  71. Open.Visible =false
  72. Open.MouseButton1Down:connect(function()
  73. Frame.Visible =true
  74. Open.Visible =false
  75. end)
  76.  
  77. Frame.Parent = ScreenGui
  78. Frame.BackgroundColor3 = Color3.new(0.403922, 0.741176, 1)
  79. Frame.Position = UDim2.new(0.126807913, 0, 0.107758619, 0)
  80. Frame.Size = UDim2.new(0, 246, 0, 36)
  81. Frame.Visible = false
  82. Frame.Active =true
  83. Frame.Draggable =true
  84.  
  85. btools.Name = "btools"
  86. btools.Parent = ScreenGui
  87. btools.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  88. btools.Position = UDim2.new(0.140437752, 0, 0.122398235, 0)
  89. btools.Size = UDim2.new(0, 80, 0, 18)
  90. btools.Visible = false
  91. btools.Font = Enum.Font.SciFi
  92. btools.Text = "Fe Btools"
  93. btools.TextColor3 = Color3.new(0, 0, 0)
  94. btools.TextSize = 14
  95.  
  96. Topkek.Name = "Topkek"
  97. Topkek.Parent = ScreenGui
  98. Topkek.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  99. Topkek.Position = UDim2.new(0.251485139, 0, 0.119897962, 0)
  100. Topkek.Size = UDim2.new(0, 114, 0, 21)
  101. Topkek.Visible = false
  102. Topkek.Font = Enum.Font.SciFi
  103. Topkek.Text = "Topkek 4.0"
  104. Topkek.TextColor3 = Color3.new(0, 0, 0)
  105. Topkek.TextSize = 14
  106.  
  107. Close.Name = "Close"
  108. Close.Parent = ScreenGui
  109. Close.BackgroundColor3 = Color3.new(1, 0.0666667, 0)
  110. Close.Position = UDim2.new(0.350877285, 0, 0.100795768, 0)
  111. Close.Size = UDim2.new(0, 16, 0, 14)
  112. Close.Visible = false
  113. Close.Font = Enum.Font.SourceSans
  114. Close.Text = "X"
  115. Close.TextColor3 = Color3.new(0, 0, 0)
  116. Close.TextSize = 14
  117. Close.MouseButton1Down:connect(function()
  118. Frame.Visible =false
  119. Open.Visible =true
  120. end)
  121.  
  122. User.Name = "User"
  123. User.Parent = ScreenGui
  124. User.BackgroundColor3 = Color3.new(1, 1, 1)
  125. User.Position = UDim2.new(0.712475657, 0, 0.222811684, 0)
  126. User.Size = UDim2.new(0, 200, 0, 50)
  127. User.Font = Enum.Font.SourceSans
  128. User.Text = "Name"
  129. User.TextColor3 = Color3.new(0, 0, 0)
  130. User.TextSize = 14
  131.  
  132. Pass.Name = "Pass"
  133. Pass.Parent = ScreenGui
  134. Pass.BackgroundColor3 = Color3.new(1, 1, 1)
  135. Pass.Position = UDim2.new(0.712475657, 0, 0.306366056, 0)
  136. Pass.Size = UDim2.new(0, 200, 0, 50)
  137. Pass.Font = Enum.Font.SourceSans
  138. Pass.Text = "Password"
  139. Pass.TextColor3 = Color3.new(0, 0, 0)
  140. Pass.TextSize = 14
  141. -- Scripts:
Add Comment
Please, Sign In to add comment