Advertisement
DeltaTechnology

Untitled

Dec 8th, 2022 (edited)
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Key = Instance.new("Frame")
  3. local UICorner = Instance.new("UICorner")
  4. local Login = Instance.new("Frame")
  5. local UICorner_2 = Instance.new("UICorner")
  6. local Frame = Instance.new("Frame")
  7. local UICorner_3 = Instance.new("UICorner")
  8. local keyBox = Instance.new("TextBox")
  9. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  10. local TextLabel = Instance.new("TextLabel")
  11. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  12. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  13. local Buttons = Instance.new("Frame")
  14. local getKey = Instance.new("TextButton")
  15. local UICorner_4 = Instance.new("UICorner")
  16. local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint")
  17. local verifyKey = Instance.new("TextButton")
  18. local UICorner_5 = Instance.new("UICorner")
  19. local UIAspectRatioConstraint_5 = Instance.new("UIAspectRatioConstraint")
  20. local joinDiscord = Instance.new("TextButton")
  21. local UICorner_6 = Instance.new("UICorner")
  22. local UIAspectRatioConstraint_6 = Instance.new("UIAspectRatioConstraint")
  23. local UIAspectRatioConstraint_7 = Instance.new("UIAspectRatioConstraint")
  24. local UIAspectRatioConstraint_8 = Instance.new("UIAspectRatioConstraint")
  25. local UIAspectRatioConstraint_9 = Instance.new("UIAspectRatioConstraint")
  26.  
  27. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28.  
  29. Key.Name = "Key"
  30. Key.Parent = ScreenGui
  31. Key.BackgroundColor3 = Color3.fromRGB(4, 26, 28)
  32. Key.BackgroundTransparency = 0.160
  33. Key.Position = UDim2.new(0.311673492, 0, 0.252773613, 0)
  34. Key.Size = UDim2.new(0.732406616, 0, 0.34979403, 0)
  35. Key.Visible = false
  36.  
  37. UICorner.Parent = Key
  38.  
  39. Login.Name = "Login"
  40. Login.Parent = Key
  41. Login.BackgroundColor3 = Color3.fromRGB(4, 26, 28)
  42. Login.BackgroundTransparency = 1.000
  43. Login.Position = UDim2.new(3.12819353e-08, 0, -5.83184629e-08, 0)
  44. Login.Size = UDim2.new(1.00000012, 0, 1, 0)
  45.  
  46. UICorner_2.Parent = Login
  47.  
  48. Frame.Parent = Login
  49. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  50. Frame.BackgroundTransparency = 0.700
  51. Frame.Position = UDim2.new(0.264367878, 0, 0.0428570732, 0)
  52. Frame.Size = UDim2.new(0.722222269, 0, 0.528571367, 0)
  53.  
  54. UICorner_3.Parent = Frame
  55.  
  56. keyBox.Name = "keyBox"
  57. keyBox.Parent = Frame
  58. keyBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  59. keyBox.BackgroundTransparency = 1.000
  60. keyBox.ClipsDescendants = true
  61. keyBox.Position = UDim2.new(0.0184762254, 0, 0.327122301, 0)
  62. keyBox.Size = UDim2.new(0.982183516, 0, 0.686008453, 0)
  63. keyBox.Font = Enum.Font.Arial
  64. keyBox.PlaceholderText = "..."
  65. keyBox.Text = ""
  66. keyBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  67. keyBox.TextSize = 14.000
  68. keyBox.TextXAlignment = Enum.TextXAlignment.Left
  69. keyBox.TextYAlignment = Enum.TextYAlignment.Top
  70.  
  71. UIAspectRatioConstraint.Parent = keyBox
  72. UIAspectRatioConstraint.AspectRatio = 7.294
  73.  
  74. TextLabel.Parent = Frame
  75. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  76. TextLabel.BackgroundTransparency = 1.000
  77. TextLabel.BorderSizePixel = 0
  78. TextLabel.ClipsDescendants = true
  79. TextLabel.Position = UDim2.new(0.0184762254, 0, 0.0850017071, 0)
  80. TextLabel.Size = UDim2.new(0.982183516, 0, 0.928129196, 0)
  81. TextLabel.Font = Enum.Font.Arial
  82. TextLabel.Text = "Key here"
  83. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  84. TextLabel.TextSize = 14.000
  85. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  86. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  87.  
  88. UIAspectRatioConstraint_2.Parent = TextLabel
  89. UIAspectRatioConstraint_2.AspectRatio = 5.391
  90.  
  91. UIAspectRatioConstraint_3.Parent = Frame
  92. UIAspectRatioConstraint_3.AspectRatio = 5.095
  93.  
  94. Buttons.Name = "Buttons"
  95. Buttons.Parent = Login
  96. Buttons.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  97. Buttons.BackgroundTransparency = 1.000
  98. Buttons.Position = UDim2.new(0.264367878, 0, 0.614285648, 0)
  99. Buttons.Size = UDim2.new(0.722222269, 0, 0.335714251, 0)
  100.  
  101. getKey.Name = "getKey"
  102. getKey.Parent = Buttons
  103. getKey.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  104. getKey.BackgroundTransparency = 0.700
  105. getKey.Position = UDim2.new(0.00527485646, 0, 0.0200845189, 0)
  106. getKey.Size = UDim2.new(0.316833377, 0, 0.995384812, 0)
  107. getKey.Font = Enum.Font.Arial
  108. getKey.Text = "Get Key"
  109. getKey.TextColor3 = Color3.fromRGB(255, 255, 255)
  110. getKey.TextSize = 20.000
  111.  
  112. UICorner_4.Parent = getKey
  113.  
  114. UIAspectRatioConstraint_4.Parent = getKey
  115. UIAspectRatioConstraint_4.AspectRatio = 2.553
  116.  
  117. verifyKey.Name = "verifyKey"
  118. verifyKey.Parent = Buttons
  119. verifyKey.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  120. verifyKey.BackgroundTransparency = 0.700
  121. verifyKey.Position = UDim2.new(0.340590149, 0, 0.0200845189, 0)
  122. verifyKey.Size = UDim2.new(0.316833377, 0, 0.995384812, 0)
  123. verifyKey.Font = Enum.Font.Arial
  124. verifyKey.Text = "Verify Key"
  125. verifyKey.TextColor3 = Color3.fromRGB(255, 255, 255)
  126. verifyKey.TextSize = 20.000
  127.  
  128. UICorner_5.Parent = verifyKey
  129.  
  130. UIAspectRatioConstraint_5.Parent = verifyKey
  131. UIAspectRatioConstraint_5.AspectRatio = 2.553
  132.  
  133. joinDiscord.Name = "joinDiscord"
  134. joinDiscord.Parent = Buttons
  135. joinDiscord.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  136. joinDiscord.BackgroundTransparency = 0.700
  137. joinDiscord.Position = UDim2.new(0.68118608, 0, 0.0200845189, 0)
  138. joinDiscord.Size = UDim2.new(0.316833377, 0, 0.995384812, 0)
  139. joinDiscord.Font = Enum.Font.Arial
  140. joinDiscord.Text = "Join Discord"
  141. joinDiscord.TextColor3 = Color3.fromRGB(255, 255, 255)
  142. joinDiscord.TextSize = 20.000
  143.  
  144. UICorner_6.Parent = joinDiscord
  145.  
  146. UIAspectRatioConstraint_6.Parent = joinDiscord
  147. UIAspectRatioConstraint_6.AspectRatio = 2.553
  148.  
  149. UIAspectRatioConstraint_7.Parent = Buttons
  150. UIAspectRatioConstraint_7.AspectRatio = 8.021
  151.  
  152. UIAspectRatioConstraint_8.Parent = Login
  153. UIAspectRatioConstraint_8.AspectRatio = 3.729
  154.  
  155. UIAspectRatioConstraint_9.Parent = Key
  156. UIAspectRatioConstraint_9.AspectRatio = 3.729
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement