Advertisement
Guest User

lol scamz

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