Advertisement
Guest User

Untitled

a guest
Mar 11th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.73 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local PleaseLoginshit = Instance.new("TextLabel")
  6. local bar = Instance.new("Frame")
  7. local Aqua = Instance.new("TextLabel")
  8. local Username = Instance.new("TextBox")
  9. local Password = Instance.new("TextBox")
  10. local Login = Instance.new("TextButton")
  11. local MainFrame = Instance.new("Frame")
  12. local IrisSolider = Instance.new("TextButton")
  13. local OverseerBlade = Instance.new("TextButton")
  14. local TrueHeroUltima = Instance.new("TextButton")
  15. local aquaguiidk = Instance.new("TextLabel")
  16. local Tec99 = Instance.new("TextButton")
  17. local AcesBow = Instance.new("TextButton")
  18. local Meildous = Instance.new("TextButton")
  19. local GrabKnife = Instance.new("TextButton")
  20. local Username_2 = Instance.new("TextBox")
  21. local Password_2 = Instance.new("TextBox")
  22. local Submit = Instance.new("TextButton")
  23. local Close = Instance.new("TextButton")
  24. local Open = Instance.new("TextButton")
  25.  
  26. -- Properties
  27.  
  28. ScreenGui.Parent = game.Players.LocalPlayer
  29.  
  30. LoginFrame.Name = "LoginFrame"
  31. LoginFrame.Parent = ScreenGui
  32. LoginFrame.Active = true
  33. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  34. LoginFrame.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  35. LoginFrame.Draggable = true
  36. LoginFrame.Position = UDim2.new(0.135513946, 0, 0.174199611, 0)
  37. LoginFrame.Size = UDim2.new(0, 240, 0, 296)
  38.  
  39. PleaseLoginshit.Name = "Please Login shit.."
  40. PleaseLoginshit.Parent = LoginFrame
  41. PleaseLoginshit.BackgroundColor3 = Color3.new(0.117647, 0.0117647, 0.117647)
  42. PleaseLoginshit.BackgroundTransparency = 1.0099999904633
  43. PleaseLoginshit.Position = UDim2.new(0.252083093, 0, 0.152027026, 0)
  44. PleaseLoginshit.Size = UDim2.new(0, 119, 0, 42)
  45. PleaseLoginshit.Font = Enum.Font.SourceSans
  46. PleaseLoginshit.Text = "Please Login!"
  47. PleaseLoginshit.TextColor3 = Color3.new(1, 1, 1)
  48. PleaseLoginshit.TextSize = 16
  49.  
  50. bar.Name = "bar"
  51. bar.Parent = LoginFrame
  52. bar.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  53. bar.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  54. bar.Position = UDim2.new(0.00208307896, 0, 0, 0)
  55. bar.Size = UDim2.new(0, 240, 0, 24)
  56.  
  57. Aqua.Name = "Aqua"
  58. Aqua.Parent = LoginFrame
  59. Aqua.BackgroundColor3 = Color3.new(0.117647, 0.0117647, 0.117647)
  60. Aqua.BackgroundTransparency = 0.95999997854233
  61. Aqua.Position = UDim2.new(0.00208307896, 0, 0, 0)
  62. Aqua.Size = UDim2.new(0, 239, 0, 24)
  63. Aqua.Font = Enum.Font.SourceSans
  64. Aqua.Text = "Aqua"
  65. Aqua.TextColor3 = Color3.new(0.270588, 0.541176, 0.811765)
  66. Aqua.TextSize = 15
  67.  
  68. Username.Name = "Username"
  69. Username.Parent = LoginFrame
  70. Username.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  71. Username.BorderColor3 = Color3.new(0.117647, 0.117647, 0.0980392)
  72. Username.Position = UDim2.new(0.177083075, 0, 0.320945948, 0)
  73. Username.Size = UDim2.new(0, 155, 0, 36)
  74. Username.Font = Enum.Font.SourceSans
  75. Username.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  76. Username.Text = "Username"
  77. Username.TextColor3 = Color3.new(1, 1, 1)
  78. Username.TextSize = 14
  79.  
  80. Password.Name = "Password"
  81. Password.Parent = LoginFrame
  82. Password.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  83. Password.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  84. Password.Position = UDim2.new(0.179166406, 0, 0.506756783, 0)
  85. Password.Size = UDim2.new(0, 155, 0, 36)
  86. Password.Font = Enum.Font.SourceSans
  87. Password.Text = "Password"
  88. Password.TextColor3 = Color3.new(1, 1, 1)
  89. Password.TextSize = 14
  90.  
  91. Login.Name = "Login"
  92. Login.Parent = LoginFrame
  93. Login.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  94. Login.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  95. Login.Position = UDim2.new(0.174999997, 0, 0.702702701, 0)
  96. Login.Size = UDim2.new(0, 155, 0, 44)
  97. Login.Font = Enum.Font.SourceSans
  98. Login.Text = "Login"
  99. Login.TextColor3 = Color3.new(1, 1, 1)
  100. Login.TextSize = 14
  101.  
  102. MainFrame.Name = "MainFrame"
  103. MainFrame.Parent = ScreenGui
  104. MainFrame.Active = true
  105. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  106. MainFrame.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  107. MainFrame.Draggable = true
  108. MainFrame.Position = UDim2.new(0.516355157, 0, 0.158192098, 0)
  109. MainFrame.Size = UDim2.new(0, 226, 0, 305)
  110. MainFrame.Visible = false
  111.  
  112. IrisSolider.Name = "IrisSolider"
  113. IrisSolider.Parent = MainFrame
  114. IrisSolider.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  115. IrisSolider.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  116. IrisSolider.Position = UDim2.new(0.699115038, 0, 0.0885245875, 0)
  117. IrisSolider.Size = UDim2.new(0, 68, 0, 27)
  118. IrisSolider.Font = Enum.Font.SourceSans
  119. IrisSolider.Text = "IrisSolider"
  120. IrisSolider.TextColor3 = Color3.new(1, 1, 1)
  121. IrisSolider.TextSize = 14
  122.  
  123. OverseerBlade.Name = "OverseerBlade"
  124. OverseerBlade.Parent = MainFrame
  125. OverseerBlade.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  126. OverseerBlade.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  127. OverseerBlade.Position = UDim2.new(0.347574025, 0, 0.0721311495, 5)
  128. OverseerBlade.Size = UDim2.new(0, 68, 0, 27)
  129. OverseerBlade.Font = Enum.Font.SourceSans
  130. OverseerBlade.Text = "OverseerBlade"
  131. OverseerBlade.TextColor3 = Color3.new(1, 1, 1)
  132. OverseerBlade.TextScaled = true
  133. OverseerBlade.TextSize = 15
  134. OverseerBlade.TextWrapped = true
  135.  
  136. TrueHeroUltima.Name = "TrueHeroUltima"
  137. TrueHeroUltima.Parent = MainFrame
  138. TrueHeroUltima.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  139. TrueHeroUltima.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  140. TrueHeroUltima.Position = UDim2.new(-0.000174365938, 0, 0.0885246024, 0)
  141. TrueHeroUltima.Size = UDim2.new(0, 68, 0, 27)
  142. TrueHeroUltima.Font = Enum.Font.SourceSans
  143. TrueHeroUltima.Text = "TrueHeroUltima"
  144. TrueHeroUltima.TextColor3 = Color3.new(1, 1, 1)
  145. TrueHeroUltima.TextScaled = true
  146. TrueHeroUltima.TextSize = 14
  147. TrueHeroUltima.TextWrapped = true
  148.  
  149. aquaguiidk.Name = "aqua gui idk"
  150. aquaguiidk.Parent = MainFrame
  151. aquaguiidk.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  152. aquaguiidk.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  153. aquaguiidk.Size = UDim2.new(0, 226, 0, 18)
  154. aquaguiidk.Font = Enum.Font.SourceSans
  155. aquaguiidk.Text = "Welcome To Aquas Gui!"
  156. aquaguiidk.TextColor3 = Color3.new(0.270588, 0.541176, 0.811765)
  157. aquaguiidk.TextSize = 14
  158.  
  159. Tec99.Name = "Tec-99"
  160. Tec99.Parent = MainFrame
  161. Tec99.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  162. Tec99.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  163. Tec99.Position = UDim2.new(0.699115038, 0, 0.216393456, 0)
  164. Tec99.Size = UDim2.new(0, 68, 0, 27)
  165. Tec99.Font = Enum.Font.SourceSans
  166. Tec99.Text = "Tec-99"
  167. Tec99.TextColor3 = Color3.new(1, 1, 1)
  168. Tec99.TextSize = 14
  169.  
  170. AcesBow.Name = "AcesBow"
  171. AcesBow.Parent = MainFrame
  172. AcesBow.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  173. AcesBow.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  174. AcesBow.Position = UDim2.new(0.349557519, 0, 0.216393456, 0)
  175. AcesBow.Size = UDim2.new(0, 68, 0, 27)
  176. AcesBow.Font = Enum.Font.SourceSans
  177. AcesBow.Text = "AcesBow"
  178. AcesBow.TextColor3 = Color3.new(1, 1, 1)
  179. AcesBow.TextSize = 14
  180.  
  181. Meildous.Name = "Meildous"
  182. Meildous.Parent = MainFrame
  183. Meildous.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  184. Meildous.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  185. Meildous.Position = UDim2.new(0, 0, 0.216393456, 0)
  186. Meildous.Size = UDim2.new(0, 68, 0, 27)
  187. Meildous.Font = Enum.Font.SourceSans
  188. Meildous.Text = "Meildous"
  189. Meildous.TextColor3 = Color3.new(1, 1, 1)
  190. Meildous.TextSize = 14
  191.  
  192. GrabKnife.Name = "GrabKnife"
  193. GrabKnife.Parent = MainFrame
  194. GrabKnife.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  195. GrabKnife.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  196. GrabKnife.Position = UDim2.new(0, 0, 0.340983629, 0)
  197. GrabKnife.Size = UDim2.new(0, 68, 0, 27)
  198. GrabKnife.Font = Enum.Font.SourceSans
  199. GrabKnife.Text = "GrabKnife"
  200. GrabKnife.TextColor3 = Color3.new(1, 1, 1)
  201. GrabKnife.TextSize = 14
  202.  
  203. Username_2.Name = "Username"
  204. Username_2.Parent = MainFrame
  205. Username_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  206. Username_2.Position = UDim2.new(0.0575221255, 0, 0.64590168, 0)
  207. Username_2.Size = UDim2.new(0, 200, 0, 22)
  208. Username_2.Font = Enum.Font.SourceSans
  209. Username_2.Text = "Username"
  210. Username_2.TextColor3 = Color3.new(1, 1, 1)
  211. Username_2.TextSize = 14
  212.  
  213. Password_2.Name = "Password"
  214. Password_2.Parent = MainFrame
  215. Password_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  216. Password_2.Position = UDim2.new(0.0575221255, 0, 0.750819683, 0)
  217. Password_2.Size = UDim2.new(0, 200, 0, 22)
  218. Password_2.Font = Enum.Font.SourceSans
  219. Password_2.Text = "Password"
  220. Password_2.TextColor3 = Color3.new(1, 1, 1)
  221. Password_2.TextSize = 14
  222.  
  223. Submit.Name = "Submit"
  224. Submit.Parent = MainFrame
  225. Submit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  226. Submit.Position = UDim2.new(0.0575221777, 0, 0.865573764, 0)
  227. Submit.Size = UDim2.new(0, 200, 0, 22)
  228. Submit.Font = Enum.Font.SourceSans
  229. Submit.Text = "Submit"
  230. Submit.TextColor3 = Color3.new(1, 1, 1)
  231. Submit.TextSize = 14
  232.  
  233. Close.Name = "Close"
  234. Close.Parent = ScreenGui
  235. Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  236. Close.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  237. Close.Position = UDim2.new(0.0338785052, 0, 0.94726932, 0)
  238. Close.Size = UDim2.new(0, 57, 0, 15)
  239. Close.Visible = false
  240. Close.Font = Enum.Font.SourceSans
  241. Close.Text = "Close"
  242. Close.TextColor3 = Color3.new(1, 1, 1)
  243. Close.TextSize = 14
  244.  
  245. Open.Name = "Open"
  246. Open.Parent = ScreenGui
  247. Open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  248. Open.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  249. Open.Position = UDim2.new(0.0338785201, 0, 0.94726932, 0)
  250. Open.Size = UDim2.new(0, 57, 0, 15)
  251. Open.Visible = false
  252. Open.Font = Enum.Font.SourceSans
  253. Open.Text = "Open"
  254. Open.TextColor3 = Color3.new(1, 1, 1)
  255. Open.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement