Martinman117

Extreity Login screen

Jun 7th, 2021 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.26 KB | None | 0 0
  1. loadstring(game:HttpGet("https://pastebin.com/5Ezd6X22", true))()
  2. wait()
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local LoginScreen = Instance.new("Frame")
  5. local Logintitle = Instance.new("TextLabel")
  6. local UICorner = Instance.new("UICorner")
  7. local Key = Instance.new("TextBox")
  8. local UICorner_2 = Instance.new("UICorner")
  9. local Login = Instance.new("TextButton")
  10. local UICorner_3 = Instance.new("UICorner")
  11. local UICorner_4 = Instance.new("UICorner")
  12. local main = Instance.new("Frame")
  13. local TextLabel = Instance.new("TextLabel")
  14. local UICorner_5 = Instance.new("UICorner")
  15. local TextButton = Instance.new("TextButton")
  16. local UICorner_6 = Instance.new("UICorner")
  17. local UICorner_7 = Instance.new("UICorner")
  18.  
  19. --Properties:
  20.  
  21. ScreenGui.Parent = game.CoreGui
  22. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. LoginScreen.Name = "LoginScreen"
  25. LoginScreen.Parent = ScreenGui
  26. LoginScreen.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  27. LoginScreen.BorderColor3 = Color3.fromRGB(25, 25, 25)
  28. LoginScreen.Position = UDim2.new(0.269090921, 0, 0.230679154, 0)
  29. LoginScreen.Size = UDim2.new(0, 316, 0, 214)
  30. LoginScreen.Active = true
  31. LoginScreen.Draggable = true
  32.  
  33. Logintitle.Name = "Login title"
  34. Logintitle.Parent = LoginScreen
  35. Logintitle.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  36. Logintitle.BorderColor3 = Color3.fromRGB(25, 25, 25)
  37. Logintitle.Size = UDim2.new(0, 316, 0, 50)
  38. Logintitle.Font = Enum.Font.SourceSans
  39. Logintitle.Text = "Login here!"
  40. Logintitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  41. Logintitle.TextScaled = true
  42. Logintitle.TextSize = 14.000
  43. Logintitle.TextWrapped = true
  44.  
  45. UICorner.CornerRadius = UDim.new(0.5, 0)
  46. UICorner.Parent = Logintitle
  47.  
  48. Key.Name = "Key"
  49. Key.Parent = LoginScreen
  50. Key.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  51. Key.BorderColor3 = Color3.fromRGB(25, 25, 25)
  52. Key.Position = UDim2.new(0.183544308, 0, 0.383177549, 0)
  53. Key.Size = UDim2.new(0, 200, 0, 50)
  54. Key.Font = Enum.Font.SourceSans
  55. Key.Text = "Key"
  56. Key.TextColor3 = Color3.fromRGB(255, 255, 255)
  57. Key.TextScaled = true
  58. Key.TextSize = 14.000
  59. Key.TextWrapped = true
  60.  
  61. UICorner_2.CornerRadius = UDim.new(0.5, 0)
  62. UICorner_2.Parent = Key
  63.  
  64. Login.Name = "Login"
  65. Login.Parent = LoginScreen
  66. Login.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  67. Login.Position = UDim2.new(0.183544308, 0, 0.67289722, 0)
  68. Login.Size = UDim2.new(0, 200, 0, 50)
  69. Login.Font = Enum.Font.SourceSans
  70. Login.Text = "Login"
  71. Login.TextColor3 = Color3.fromRGB(255, 255, 255)
  72. Login.TextScaled = true
  73. Login.TextSize = 14.000
  74. Login.TextWrapped = true
  75. Login.MouseButton1Down:connect(function()
  76.     if Key.Text == "Extreity_5WtgY" then
  77.         LoginScreen.Visible = false
  78.         main.Visible = true
  79. end)
  80.  
  81. UICorner_3.CornerRadius = UDim.new(0.5, 0)
  82. UICorner_3.Parent = Login
  83.  
  84. UICorner_4.CornerRadius = UDim.new(0.150000006, 0)
  85. UICorner_4.Parent = LoginScreen
  86.  
  87. main.Name = "main"
  88. main.Parent = ScreenGui
  89. main.Active = true
  90. main.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  91. main.BorderColor3 = Color3.fromRGB(25, 25, 25)
  92. main.Position = UDim2.new(0.382545441, 0, 0.516393423, 0)
  93. main.Size = UDim2.new(0, 171, 0, 80)
  94. main.Visible = false
  95. main.Draggable = true
  96.  
  97. TextLabel.Parent = main
  98. TextLabel.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  99. TextLabel.BorderColor3 = Color3.fromRGB(25, 25, 25)
  100. TextLabel.Size = UDim2.new(0, 171, 0, 21)
  101. TextLabel.Font = Enum.Font.SourceSans
  102. TextLabel.Text = "Made by Firefacemask2#0712"
  103. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  104. TextLabel.TextSize = 14.000
  105. TextLabel.TextWrapped = true
  106.  
  107. UICorner_5.CornerRadius = UDim.new(0.150000006, 0)
  108. UICorner_5.Parent = TextLabel
  109.  
  110. TextButton.Parent = main
  111. TextButton.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  112. TextButton.BorderColor3 = Color3.fromRGB(35, 35, 35)
  113. TextButton.Position = UDim2.new(0.063914977, 0, 0.444642872, 0)
  114. TextButton.Size = UDim2.new(0, 149, 0, 35)
  115. TextButton.Font = Enum.Font.SourceSans
  116. TextButton.Text = "Extreity"
  117. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  118. TextButton.TextSize = 14.000
  119. TextButton.TextWrapped = true
  120. TextButton.MouseButton1Down:connect(function()
  121.     loadstring(game:HttpGet("https://pastebin.com/raw/7u3WV7Z6"))()
  122. end)
  123.  
  124. UICorner_6.CornerRadius = UDim.new(0.224999994, 0)
  125. UICorner_6.Parent = TextButton
  126.  
  127. UICorner_7.CornerRadius = UDim.new(0.150000006, 0)
  128. UICorner_7.Parent = main
Add Comment
Please, Sign In to add comment