Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.32 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Omni = Instance.new("ScreenGui")
  4. local Login = Instance.new("Frame")
  5. local Omniv1Text = Instance.new("TextLabel")
  6. local Omniunderline = Instance.new("TextLabel")
  7. local user = Instance.new("TextLabel")
  8. local pass = Instance.new("TextLabel")
  9. local Userbox = Instance.new("TextBox")
  10. local whitelistpass = Instance.new("TextBox")
  11. local submit = Instance.new("TextButton")
  12. local HelpButton = Instance.new("TextButton")
  13. local Open = Instance.new("TextButton")
  14. local ChangelogFrame = Instance.new("Frame")
  15. local clText = Instance.new("TextLabel")
  16. local clUnderline = Instance.new("TextLabel")
  17. local FutureUUnderline = Instance.new("TextLabel")
  18. local FutureUText = Instance.new("TextLabel")
  19. local ScriptsFrame = Instance.new("Frame")
  20. local THU = Instance.new("TextButton")
  21. local Iris = Instance.new("TextButton")
  22. local OGod = Instance.new("TextButton")
  23. local ScriptsExit = Instance.new("TextButton")
  24. local Whitelisting = Instance.new("TextLabel")
  25. local Whitelisted = Instance.new("TextLabel")
  26. local CHButton = Instance.new("TextButton")
  27. local GButton = Instance.new("TextButton")
  28. local Sbutton = Instance.new("TextButton")
  29. local SEButton = Instance.new("TextButton")
  30. local CreditsButton = Instance.new("TextButton")
  31.  
  32. -- Properties
  33.  
  34. Omni.Name = "Omni"
  35. Omni.Parent = game.CoreGui
  36.  
  37. Login.Name = "Login"
  38. Login.Parent = Omni
  39. Login.Active = true
  40. Login.BackgroundColor3 = Color3.new(0.0705882, 0.054902, 0.27451)
  41. Login.Position = UDim2.new(0.0931382477, 0, 0.290153235, 0)
  42. Login.Selectable = true
  43. Login.Size = UDim2.new(0, 500, 0, 343)
  44. Login.Visible = true
  45.  
  46. Omniv1Text.Name = "Omniv1Text"
  47. Omniv1Text.Parent = Login
  48. Omniv1Text.BackgroundColor3 = Color3.new(1, 1, 1)
  49. Omniv1Text.BackgroundTransparency = 1
  50. Omniv1Text.Position = UDim2.new(0.300000012, 0, 0.0466472283, 0)
  51. Omniv1Text.Size = UDim2.new(0, 200, 0, 50)
  52. Omniv1Text.Font = Enum.Font.SourceSans
  53. Omniv1Text.Text = "Omni V1"
  54. Omniv1Text.TextColor3 = Color3.new(1, 1, 1)
  55. Omniv1Text.TextSize = 50
  56.  
  57. Omniunderline.Name = "Omniunderline"
  58. Omniunderline.Parent = Login
  59. Omniunderline.BackgroundColor3 = Color3.new(1, 1, 1)
  60. Omniunderline.BackgroundTransparency = 1
  61. Omniunderline.Position = UDim2.new(0.339000016, 0, 0.0932944566, 0)
  62. Omniunderline.Size = UDim2.new(0, 161, 0, 60)
  63. Omniunderline.Font = Enum.Font.SourceSans
  64. Omniunderline.Text = "---------------"
  65. Omniunderline.TextColor3 = Color3.new(1, 1, 1)
  66. Omniunderline.TextSize = 50
  67.  
  68. user.Name = "user"
  69. user.Parent = Login
  70. user.BackgroundColor3 = Color3.new(1, 1, 1)
  71. user.BackgroundTransparency = 1
  72. user.Position = UDim2.new(0, 0, 0.233236149, 0)
  73. user.Size = UDim2.new(0, 200, 0, 50)
  74. user.Font = Enum.Font.SourceSans
  75. user.Text = "Username:"
  76. user.TextColor3 = Color3.new(1, 1, 1)
  77. user.TextSize = 30
  78.  
  79. pass.Name = "pass"
  80. pass.Parent = Login
  81. pass.BackgroundColor3 = Color3.new(1, 1, 1)
  82. pass.BackgroundTransparency = 1
  83. pass.Position = UDim2.new(0, 0, 0.425655961, 0)
  84. pass.Size = UDim2.new(0, 200, 0, 50)
  85. pass.Font = Enum.Font.SourceSans
  86. pass.Text = "Password:"
  87. pass.TextColor3 = Color3.new(1, 1, 1)
  88. pass.TextSize = 30
  89.  
  90. Userbox.Name = "Userbox"
  91. Userbox.Parent = Login
  92. Userbox.BackgroundColor3 = Color3.new(0, 0, 0)
  93. Userbox.Position = UDim2.new(0.340000004, 0, 0.233236149, 0)
  94. Userbox.Size = UDim2.new(0, 295, 0, 50)
  95. Userbox.Font = Enum.Font.SourceSans
  96. Userbox.Text = "Enter Username"
  97. Userbox.TextColor3 = Color3.new(1, 1, 1)
  98. Userbox.TextSize = 30
  99.  
  100. whitelistpass.Name = "whitelistpass"
  101. whitelistpass.Parent = Login
  102. whitelistpass.BackgroundColor3 = Color3.new(0, 0, 0)
  103. whitelistpass.Position = UDim2.new(0.340000004, 0, 0.427113712, 0)
  104. whitelistpass.Size = UDim2.new(0, 295, 0, 50)
  105. whitelistpass.Font = Enum.Font.SourceSans
  106. whitelistpass.Text = "Enter whitelist code"
  107. whitelistpass.TextColor3 = Color3.new(1, 1, 1)
  108. whitelistpass.TextSize = 30
  109.  
  110. submit.Name = "submit"
  111. submit.Parent = Login
  112. submit.BackgroundColor3 = Color3.new(0, 0, 0)
  113. submit.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  114. submit.Position = UDim2.new(0.465000004, 0, 0.644314885, 0)
  115. submit.Size = UDim2.new(0, 220, 0, 60)
  116. submit.Font = Enum.Font.SourceSans
  117. submit.Text = "Login to Omni"
  118. submit.TextColor3 = Color3.new(1, 1, 1)
  119. submit.TextSize = 30
  120.  
  121. HelpButton.Name = "HelpButton"
  122. HelpButton.Parent = Login
  123. HelpButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  124. HelpButton.BorderSizePixel = 0
  125. HelpButton.Position = UDim2.new(-0.000985898077, 0, 0.854922354, 0)
  126. HelpButton.Size = UDim2.new(0, 43, 0, 50)
  127. HelpButton.Font = Enum.Font.SourceSans
  128. HelpButton.Text = "Help"
  129. HelpButton.TextColor3 = Color3.new(1, 1, 1)
  130. HelpButton.TextScaled = true
  131. HelpButton.TextSize = 14
  132. HelpButton.TextWrapped = true
  133.  
  134. Open.Name = "Open"
  135. Open.Parent = Omni
  136. Open.BackgroundColor3 = Color3.new(0.760784, 0.0392157, 0.0392157)
  137. Open.BorderSizePixel = 0
  138. Open.Position = UDim2.new(0, 0, 0.635696828, 0)
  139. Open.Size = UDim2.new(0, 212, 0, 51)
  140. Open.Visible = false
  141. Open.Font = Enum.Font.SourceSans
  142. Open.Text = "Open Omni Gui V1"
  143. Open.TextColor3 = Color3.new(1, 1, 1)
  144. Open.TextSize = 14
  145.  
  146. ChangelogFrame.Name = "ChangelogFrame"
  147. ChangelogFrame.Parent = Omni
  148. ChangelogFrame.Active = true
  149. ChangelogFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  150. ChangelogFrame.BorderSizePixel = 0
  151. ChangelogFrame.Position = UDim2.new(0.182662547, 0, 0.354523242, 0)
  152. ChangelogFrame.Selectable = true
  153. ChangelogFrame.Size = UDim2.new(0, 660, 0, 461)
  154. ChangelogFrame.Visible = false
  155.  
  156. clText.Name = "clText"
  157. clText.Parent = ChangelogFrame
  158. clText.BackgroundColor3 = Color3.new(1, 1, 1)
  159. clText.BackgroundTransparency = 1
  160. clText.Position = UDim2.new(0.0299625471, 0, 0.0814249367, 0)
  161. clText.Size = UDim2.new(0, 225, 0, 64)
  162. clText.Font = Enum.Font.SourceSans
  163. clText.Text = "Changelog"
  164. clText.TextSize = 35
  165.  
  166. clUnderline.Name = "clUnderline"
  167. clUnderline.Parent = ChangelogFrame
  168. clUnderline.BackgroundColor3 = Color3.new(1, 1, 1)
  169. clUnderline.BackgroundTransparency = 1
  170. clUnderline.Position = UDim2.new(0.0533707887, 0, 0.132315516, 0)
  171. clUnderline.Size = UDim2.new(0, 200, 0, 50)
  172. clUnderline.Font = Enum.Font.SourceSans
  173. clUnderline.Text = "------------------"
  174. clUnderline.TextSize = 35
  175.  
  176. FutureUUnderline.Name = "FutureUUnderline"
  177. FutureUUnderline.Parent = ChangelogFrame
  178. FutureUUnderline.BackgroundColor3 = Color3.new(1, 1, 1)
  179. FutureUUnderline.BackgroundTransparency = 1
  180. FutureUUnderline.Position = UDim2.new(0.0533707887, 0, 0.541984737, 0)
  181. FutureUUnderline.Size = UDim2.new(0, 200, 0, 50)
  182. FutureUUnderline.Font = Enum.Font.SourceSans
  183. FutureUUnderline.Text = "-----------------------"
  184. FutureUUnderline.TextSize = 35
  185.  
  186. FutureUText.Name = "FutureUText"
  187. FutureUText.Parent = ChangelogFrame
  188. FutureUText.BackgroundColor3 = Color3.new(1, 1, 1)
  189. FutureUText.BackgroundTransparency = 1
  190. FutureUText.Position = UDim2.new(0.0299625471, 0, 0.491094172, 0)
  191. FutureUText.Size = UDim2.new(0, 225, 0, 64)
  192. FutureUText.Font = Enum.Font.SourceSans
  193. FutureUText.Text = "Future Updates"
  194. FutureUText.TextSize = 35
  195.  
  196. ScriptsFrame.Name = "ScriptsFrame"
  197. ScriptsFrame.Parent = Omni
  198. ScriptsFrame.Active = true
  199. ScriptsFrame.BackgroundColor3 = Color3.new(0.905882, 1, 0.0588235)
  200. ScriptsFrame.BorderSizePixel = 0
  201. ScriptsFrame.Position = UDim2.new(0.159107804, 0, 0.371638149, 0)
  202. ScriptsFrame.Size = UDim2.new(0, 550, 0, 391)
  203. ScriptsFrame.Visible = false
  204.  
  205. THU.Name = "THU"
  206. THU.Parent = ScriptsFrame
  207. THU.BackgroundColor3 = Color3.new(1, 1, 1)
  208. THU.BackgroundTransparency = 1
  209. THU.BorderSizePixel = 0
  210. THU.Position = UDim2.new(0.0345454551, 0, 0.0588235296, 0)
  211. THU.Size = UDim2.new(0, 180, 0, 50)
  212. THU.Font = Enum.Font.SourceSans
  213. THU.Text = "True Hero Ultima"
  214. THU.TextSize = 30
  215. THU.TextWrapped = true
  216.  
  217. Iris.Name = "Iris"
  218. Iris.Parent = ScriptsFrame
  219. Iris.BackgroundColor3 = Color3.new(1, 1, 1)
  220. Iris.BackgroundTransparency = 1
  221. Iris.BorderSizePixel = 0
  222. Iris.Position = UDim2.new(0.361818194, 0, 0.0588235296, 0)
  223. Iris.Size = UDim2.new(0, 168, 0, 50)
  224. Iris.Font = Enum.Font.SourceSans
  225. Iris.Text = "Iris Soilder"
  226. Iris.TextSize = 30
  227. Iris.TextWrapped = true
  228.  
  229. OGod.Name = "OGod"
  230. OGod.Parent = ScriptsFrame
  231. OGod.BackgroundColor3 = Color3.new(1, 1, 1)
  232. OGod.BackgroundTransparency = 1
  233. OGod.BorderSizePixel = 0
  234. OGod.Position = UDim2.new(0.650909126, 0, 0.0588235296, 0)
  235. OGod.Size = UDim2.new(0, 168, 0, 50)
  236. OGod.Font = Enum.Font.SourceSans
  237. OGod.Text = "Omni God"
  238. OGod.TextSize = 30
  239. OGod.TextWrapped = true
  240.  
  241. ScriptsExit.Name = "ScriptsExit"
  242. ScriptsExit.Parent = ScriptsFrame
  243. ScriptsExit.BackgroundColor3 = Color3.new(1, 1, 1)
  244. ScriptsExit.BackgroundTransparency = 1
  245. ScriptsExit.Position = UDim2.new(0, 0, 0.872122765, 0)
  246. ScriptsExit.Size = UDim2.new(0, 114, 0, 50)
  247. ScriptsExit.Font = Enum.Font.SciFi
  248. ScriptsExit.Text = "Close"
  249. ScriptsExit.TextSize = 25
  250.  
  251. Whitelisting.Name = "Whitelisting"
  252. Whitelisting.Parent = Omni
  253. Whitelisting.Active = true
  254. Whitelisting.BackgroundColor3 = Color3.new(1, 1, 1)
  255. Whitelisting.BackgroundTransparency = 1
  256. Whitelisting.Position = UDim2.new(0.22961852, 0, 0.244498789, 0)
  257. Whitelisting.Size = UDim2.new(0, 200, 0, 50)
  258. Whitelisting.Visible = false
  259. Whitelisting.Font = Enum.Font.SourceSans
  260. Whitelisting.Text = "Whitelisting..."
  261. Whitelisting.TextColor3 = Color3.new(1, 1, 1)
  262. Whitelisting.TextSize = 30
  263.  
  264. Whitelisted.Name = "Whitelisted"
  265. Whitelisted.Parent = Omni
  266. Whitelisted.Active = true
  267. Whitelisted.BackgroundColor3 = Color3.new(1, 1, 1)
  268. Whitelisted.BackgroundTransparency = 1
  269. Whitelisted.Position = UDim2.new(0.22961852, 0, 0.244498789, 0)
  270. Whitelisted.Size = UDim2.new(0, 200, 0, 50)
  271. Whitelisted.Visible = false
  272. Whitelisted.Font = Enum.Font.SourceSans
  273. Whitelisted.Text = "Whitelisted!"
  274. Whitelisted.TextColor3 = Color3.new(1, 1, 1)
  275. Whitelisted.TextSize = 30
  276.  
  277. CHButton.Name = "CHButton"
  278. CHButton.Parent = Omni
  279. CHButton.BackgroundColor3 = Color3.new(1, 1, 1)
  280. CHButton.Position = UDim2.new(-0.155279502, 0, 0.342298269, 0)
  281. CHButton.Size = UDim2.new(0, 200, 0, 50)
  282. CHButton.Font = Enum.Font.SourceSans
  283. CHButton.Text = "Changelog"
  284. CHButton.TextColor3 = Color3.new(0, 1, 0.113725)
  285. CHButton.TextSize = 30
  286.  
  287. GButton.Name = "GButton"
  288. GButton.Parent = Omni
  289. GButton.BackgroundColor3 = Color3.new(1, 1, 1)
  290. GButton.Position = UDim2.new(-0.155400157, 0, 0.469437659, 0)
  291. GButton.Size = UDim2.new(0, 200, 0, 50)
  292. GButton.Font = Enum.Font.SourceSans
  293. GButton.Text = "Guis"
  294. GButton.TextColor3 = Color3.new(1, 0.0980392, 0.835294)
  295. GButton.TextSize = 30
  296.  
  297. Sbutton.Name = "Sbutton"
  298. Sbutton.Parent = Omni
  299. Sbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  300. Sbutton.Position = UDim2.new(-0.155400157, 0, 0.606356978, 0)
  301. Sbutton.Size = UDim2.new(0, 200, 0, 50)
  302. Sbutton.Font = Enum.Font.SourceSans
  303. Sbutton.Text = "Scripts"
  304. Sbutton.TextColor3 = Color3.new(0.996078, 0.964706, 0.0235294)
  305. Sbutton.TextSize = 30
  306.  
  307. SEButton.Name = "SEButton"
  308. SEButton.Parent = Omni
  309. SEButton.BackgroundColor3 = Color3.new(1, 1, 1)
  310. SEButton.Position = UDim2.new(-0.155400157, 0, 0.742053747, 0)
  311. SEButton.Size = UDim2.new(0, 200, 0, 50)
  312. SEButton.Font = Enum.Font.SourceSans
  313. SEButton.Text = "Script EXE"
  314. SEButton.TextColor3 = Color3.new(0.627451, 0.729412, 0.247059)
  315. SEButton.TextSize = 30
  316.  
  317. CreditsButton.Name = "CreditsButton"
  318. CreditsButton.Parent = Omni
  319. CreditsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  320. CreditsButton.Position = UDim2.new(-0.155400157, 0, 0.854523242, 0)
  321. CreditsButton.Size = UDim2.new(0, 200, 0, 50)
  322. CreditsButton.Font = Enum.Font.SourceSans
  323. CreditsButton.Text = "Credits"
  324. CreditsButton.TextColor3 = Color3.new(0.462745, 0.12549, 0.494118)
  325. CreditsButton.TextSize = 30
  326. CreditsButton.TextWrapped = true
  327.  
  328.  
  329. ---Login functions---
  330.  
  331. submit.MouseButton1Down:connect(function()
  332. if Userbox.Text == "Omni" and whitelistpass.Text == "BetaTester" then
  333. Login:TweenPosition(UDim2.new(0.26, 0, -0.419, 0) , "Out", "Quad", 4, true)
  334.  
  335. wait(2.1)
  336.  
  337. Login.Visible = false
  338.  
  339. wait(0.1)
  340.  
  341. Whitelisting.Visible = true
  342.  
  343. wait(1)
  344.  
  345. Whitelisting.Visible = false
  346. Whitelisted.Visible = true
  347.  
  348. wait(0.2)
  349.  
  350. Whitelisted.Visible = false
  351. Open.Visible = true
  352.  
  353. Open.MouseButton1Down:connect(function()
  354. Open.Visible = false
  355. CHButton:TweenPosition(UDim2.new(0, 0, 0.355, 0) , "Out", "Elastic", 2, true)
  356.  
  357. wait(0.4)
  358.  
  359. GButton:TweenPosition(UDim2.new(0, 0, 0.483, 0) , "Out", "Elastic", 2, true)
  360.  
  361. wait(0.1)
  362.  
  363. Sbutton:TweenPosition(UDim2.new(0, 0, 0.616, 0) , "Out", "Elastic", 2, true)
  364.  
  365.  
  366. wait(0.1)
  367.  
  368. SEButton:TweenPosition(UDim2.new(0, 0, 0.736, 0) , "Out", "Elastic", 2, true)
  369.  
  370. wait(0.1)
  371.  
  372. CreditsButton:TweenPosition(UDim2.new(0, 0, 0.857, 0) , "Out", "Elastic", 2, true)
  373.  
  374. end)
  375.  
  376.  
  377. end
  378.  
  379. end)
  380. ---End Login functions---
  381.  
  382. ---MainPart functions--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement